summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-02minor optimisationJoey Hess
As soon as a change happens, we know we will need to rescan all dependencies from the start, so bail out of the current scan partway to avoid doing redundant work. Only problem with this is that ikiwiki sometimes ends up printing out dependencies that, while correct, are not obvious. Before: building B, which depends on A building C, which depends on A building D, which depends on A After: building B, which depends on A building C, which depends on B building D, which depends on C
2009-10-02handle transitive dependencies by re-running dep resolverJoey Hess
This is a rather expensive solution to the transitive dependency problem.
2009-10-02add bug about transitive dependenciesJoey Hess
2009-10-02didn't we already close this bug? Yes, we did. hmmJoey Hess
2009-10-02followupJoey Hess
2009-10-02Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-02+bugs/ the login page is unclear when multiple methods existhttp://jmtd.livejournal.com/
2009-10-02opinion about login page clarityhttp://jmtd.livejournal.com/
2009-10-02weird tag/brokenlinks bughttp://jmtd.livejournal.com/
2009-10-02Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-02(no commit message)http://jmtd.livejournal.com/
2009-10-02Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-02mirrorlist: Display nothing if list is empty.Joey Hess
2009-10-02add linkhttp://weakish.pigro.net/
2009-10-02remove some unintended wikilinkshttp://jmtd.livejournal.com/
2009-10-02remove unintended wikilinkhttp://jmtd.livejournal.com/
2009-10-02link to docutils mailing list discussion. also ask about <p>[[!directives]]</p>Ulrik Sverdrup
2009-10-01(no commit message)test
2009-10-01Link to trac's Wiki-RestructuredText syntax descriptionUlrik Sverdrup
2009-10-01documentation seems inaccuratemartin
2009-10-01empty pagehttp://certifi.ca/lunix
2009-10-01checking external links seems not practicalhttp://weakish.pigro.net/
2009-10-01[patch] add an option to determine whether put autoindex pages in repo or nothttp://weakish.pigro.net/
2009-10-01add my openidhttp://weakish.pigro.net/
2009-09-30clarifications. and indent one of joey's oneliner responses.Ulrik Sverdrup
2009-09-30furthermoreJoey Hess
2009-09-30Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-09-30responseJoey Hess
2009-09-30minimal user page for this guyhttp://kaizer.se/
2009-09-30Comment, type, discuss and otherwise type wayy to much sorry!!Ulrik Sverdrup
2009-09-30thoughtsJoey Hess
2009-09-30comments and some code reviewJoey Hess
2009-09-29fixedJoey Hess
2009-09-29Merge commit 'origin/master'Joey Hess
2009-09-29Support RPC::XML 0.69's incompatable object instantiation method.Joey Hess
2009-09-29typoJoey Hess
2009-09-29short report so that others know when they encouter this.http://kaizer.se/
2009-09-29test backlinkshttp://weakish.pigro.net/
2009-09-29point backports to lenny instead of etchhttp://weakish.pigro.net/
2009-09-29removing extra space to avoid mistakeshttp://mhymn.pip.verisignlabs.com/
2009-09-28rst: Introduce _to_dict to turn argument list into keword argsUlrik Sverdrup
(cherry picked from commit 7d788655104089b5747a5ff1a4c5106eac871c14)
2009-09-28toggle, relativedate: Support templates that add attributes to the body tag.Joey Hess
2009-09-27Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-09-27img: Fix dependency code for full size images.Joey Hess
I had assumed that an image shown full size did not need add_depends, since a change would not need a change to the displaying page. But this is not true if the image is modified and its size changes. Then the page needs to update its img tag to reflect the current size.
2009-09-27img: Correct bug in image size calculation code.Joey Hess
If an image was resized smaller, with width and height specified to values that did not fit its aspect ratio, the image tag with/height were not adjusted to the actual size imagemagick chooses. This was broken by 03449610d6c666ba24bea68f01d896613e522278. To fix it right, it unfortunatly needs to always read the src image now, in order to determine if the image is being displayed larger, or resized smaller. When resized smaller, it then always uses the size of the thumbnail, while for larger it calculates the size. (Only way to get rid of this sometimes extra image read would be to change it to not allow displaying images larger.)
2009-09-27removedhttp://bruno.boulgour.com/
2009-09-27Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-09-27parentlinks: Add has_parentlinks template parameter to allow styling the ↵Joey Hess
toplevel index differently etc.
2009-09-27updated with nginx solutionhttp://certifi.ca/lunix
2009-09-27rename forum/missing_pages_redirected_to_search.mdwn to ↵http://certifi.ca/lunix
forum/missing_pages_redirected_to_search-SOLVED.mdwn