Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-06 | typo | Joey Hess | |
2010-05-05 | rename ispage variable | Joey Hess | |
2010-05-05 | add NEWS about template change | Joey Hess | |
2010-04-28 | remove obsolete NEWS | Joey Hess | |
2010-04-27 | releasing version 3.20100427 | Joey Hess | |
2010-04-23 | typo | Joey Hess | |
2010-04-23 | changelog/NEWS update for template changes | Joey Hess | |
2010-04-23 | update news for template change | Joey Hess | |
2010-04-22 | format | Joey Hess | |
2010-04-22 | Merge branch 'autotag' | Joey Hess | |
2010-04-22 | force rebuild from pre 20100422 | Joey Hess | |
to ensure those wrong massive depends_simple don't linger on systems that rebuilt for the other reasons already | |||
2010-04-21 | turn on tag_autocreate by default if tagbase is set | Joey Hess | |
2010-04-21 | reword news | Joey Hess | |
2010-04-10 | update changelog, update rebuild version | Joey Hess | |
2010-04-06 | Merge remote branch 'smcv/ready/sort-package' | Joey Hess | |
Conflicts: debian/NEWS | |||
2010-04-06 | add note about minor back compat issue | Joey Hess | |
2010-04-06 | tweak wording and versions and add changelog entry | Joey Hess | |
2010-04-06 | Auto-rebuild wikis on upgrade due to the taglink change | Simon McVittie | |
debian/NEWS and debian/postinst should be edited before release to have an appropriate version number. | |||
2010-04-03 | Split out sortnaturally into a plugin | Simon McVittie | |
2009-10-17 | releasing version 3.20091017 | Joey Hess | |
2009-10-09 | Merge branch 'master' into dependency-types | Joey Hess | |
Conflicts: doc/bugs/transitive_dependencies.mdwn | |||
2009-10-05 | add rebuild handing | Joey Hess | |
2009-09-24 | releasing version 3.14159265 | Joey Hess | |
2009-08-25 | changelog and news file, also make postinst rebuild on upgrade | Joey Hess | |
2009-05-22 | listdirectives: Avoid listing _comment directives and generally assume any ↵ | Joey Hess | |
directive starting with _ is likewise internal. | |||
2009-05-22 | ikiwiki-transition: deduplinks was broken and threw away all metadata stored ↵ | Joey Hess | |
by plugins in the index. Fix this bug. | |||
2009-05-06 | external: Fix pagespec_match and pagespec_match_list. Closes: #527281 | Joey Hess | |
2009-05-06 | Avoid %links accumulating duplicates. (For TOVA) | Joey Hess | |
This is sorta an optimisation, and sorta a bug fix. In one test case I have available, it can speed a page build up from 3 minutes to 3 seconds. The root of the problem is that $links{$page} contains arrays of links, rather than hashes of links. And when a link is found, it is just pushed onto the array, without checking for dups. Now, the array is emptied before scanning a page, so there should not be a lot of opportunity for lots of duplicate links to pile up in it. But, in some cases, they can, and if there are hundreds of duplicate links in the array, then scanning it for matching links, as match_link and some other code does, becomes much more expensive than it needs to be. Perhaps the real right fix would be to change the data structure to a hash. But, the list of links is never accessed like that, you always want to iterate through it. I also looked at deduping the list in saveindex, but that does a lot of unnecessary work, and doesn't completly solve the problem. So, finally, I decided to add an add_link function that handles deduping, and make ikiwiki-transition remove the old dup links. | |||
2009-01-05 | A recent change to gitweb removed support for the form of diffurl that many ↵ | Joey Hess | |
ikiwiki setups use. Document how to use the new url form. | |||
2008-12-24 | more 3.0 docs, changelog | Joey Hess | |
2008-12-24 | make ikiwiki-transition prefix_directives take a setup file | Joey Hess | |
This is easier to remeber, and less error-prone than passing it all the pages in the wiki. | |||
2008-12-23 | beginning docs for 3.0 | Joey Hess | |
2008-08-24 | willu's teximg changes | Joey Hess | |
* teximg: The prefix is configurable, and has changed to not include the nonstandard mhchem by default. (willu) * teximg: dvipng is used if available to render images. Its output is antialiased and better than dvips. If not available, the old dvips+convert chain will be used. (willu) * Drop suggests on texlive-science, add suggests on dvipng. | |||
2008-08-12 | releasing version 2.60 | Joey Hess | |
2008-08-05 | add ikiwiki-transition setupformat subcommand. | Joey Hess | |
Also fixed a bug in how aggregateinternal used IkiWiki::Setup::load, and added checks for arguments to other subcommands. | |||
2008-08-01 | banned_users move to setup file, stage 1 | Joey Hess | |
2008-07-06 | editpage escaping fixes | Joey Hess | |
* The editpage form now uses the raw page name, not the page title, in its 'page' cgi parameter. Using the title was ambiguous and made it impossible to tell between some pages, like "foo/bar" and "foo__47__bar", sometimes causing the wrong page to be edited. * This change means that some edit links need to be updated. Force a rebuild on upgrade to this version. * Above change also allowed really fixing escaped slashes from the blogpost form. | |||
2008-07-06 | typo | Joey Hess | |
2008-06-07 | a bit more about upgrades | Joey Hess | |
2008-06-04 | finishing touches on the new search plugin | Joey Hess | |
- Add a Help link. - If the pageterm is too long, hash it. | |||
2008-06-04 | more search improvements | Joey Hess | |
2008-05-30 | releasing version 2.48 | Joey Hess | |
2008-05-29 | documentation for use of hashed passwords | Joey Hess | |
Everything but the actual coding to support them. | |||
2008-05-06 | template change documentation | Joey Hess | |
2008-04-17 | Bring back the svnrepo setup file option. This is needed for ↵ | Joey Hess | |
recentchangediff to work with svn repos. | |||
2008-02-10 | fix versions | Joey Hess | |
2008-02-05 | Merge branch 'master' into prefix-directives | Joey Hess | |
2008-01-30 | rename ikiwiki-prefix-directives into ikiwiki-transition | Joey Hess | |
If we have transitions of this sort in the future, this program will hopefully be used to handle them too. | |||
2008-01-29 | merged the recentchanges branch | Joey Hess | |
misc fixes | |||
2008-01-29 | doc updates, add NEWS item | Joey Hess | |