Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid showing redundant search box on search results page | Joey Hess | 2010-05-14 |
| | |||
* | better misctemplate splitting sequence | Joey Hess | 2010-05-14 |
| | |||
* | show search form on dynamic pages | Joey Hess | 2010-05-14 |
| | |||
* | put back recentchangesurl | Joey Hess | 2010-05-14 |
| | | | | | | On second thought, misctemplate can use pagetemplate hooks to provide it, so it's better to keep back-compat, and allow full customisation of how it's displayed via the template. | ||
* | avoid warning | Joey Hess | 2010-05-14 |
| | |||
* | bugfix | Joey Hess | 2010-05-14 |
| | |||
* | refactor template actions | Joey Hess | 2010-05-14 |
| | |||
* | we want the recentchanges link to be the first floating action | Joey Hess | 2010-05-14 |
| | |||
* | enable action bar on misctemplates | Joey Hess | 2010-05-14 |
| | | | | | | So RecentChanges shows on the action bar there, convert recentchanges to use new pageactions hook, with compatability code to avoid breaking old templates. | ||
* | remove, rename: Add guards against XSRF attacks. | Joey Hess | 2010-05-14 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-05-13 |
|\ | |||
| * | comments | https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E | 2010-05-13 |
| | | |||
* | | po: guard against reimportation | Joey Hess | 2010-05-13 |
|/ | | | | | | | | If po is imported twice, bad things happen. Guard against that. I'm not sure what causes the double import; I saw it when websetup did a wiki rebuild. Carp failed to show a backtrace for the second call to import. | ||
* | responses | Joey Hess | 2010-05-12 |
| | |||
* | (no commit message) | http://blog.farnz.org.uk/ | 2010-05-12 |
| | |||
* | ... choose the right name.... | BerndZeimetz | 2010-05-12 |
| | |||
* | Add short page about contrib / tracking plugin | BerndZeimetz | 2010-05-12 |
| | |||
* | Add bzed's git repo to the list of repositories to pull from | BerndZeimetz | 2010-05-11 |
| | |||
* | (no commit message) | BerndZeimetz | 2010-05-11 |
| | |||
* | remove | Joey Hess | 2010-05-11 |
| | |||
* | Merge branch 'master' of file:///srv/git/ikiwiki.info | Joey Hess | 2010-05-11 |
|\ | |||
| * | openid_url was renamed to openid_identifier | Joey Hess | 2010-05-10 |
| | | |||
| * | hide local signin when nothing is selected | Joey Hess | 2010-05-10 |
| | | |||
| * | bring back input#openid_url styling | Joey Hess | 2010-05-10 |
| | | | | | | | | Still used on prefs page. | ||
| * | remerged | Joey Hess | 2010-05-09 |
| | | |||
| * | Merge remote branch 'smcv/ready/no-tags' | Joey Hess | 2010-05-09 |
| |\ | |||
| | * | gitremotes: don't fetch the new remote until we've turned off tags | Simon McVittie | 2010-05-09 |
| | | | |||
* | | | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawngPXAGrxk1pbqnum3O4I_VPRgNj_TZR1I | 2010-05-11 |
| | | | |||
* | | | dsf sdfvsd | ImRajja | 2010-05-10 |
| | | | |||
* | | | respond with better design | http://smcv.pseudorandom.co.uk/ | 2010-05-09 |
| | | | |||
* | | | clarify | http://smcv.pseudorandom.co.uk/ | 2010-05-09 |
| | | | |||
* | | | updated branch, using add_autopage to spawn viewer pages | http://smcv.pseudorandom.co.uk/ | 2010-05-09 |
|/ / | |||
* / | bugfix - only fetch after tags are disabled | http://smcv.pseudorandom.co.uk/ | 2010-05-09 |
|/ | |||
* | dropped old html branch | Joey Hess | 2010-05-08 |
| | |||
* | (no commit message) | simonraven | 2010-05-08 |
| | |||
* | Use xhtml friendly pubdate setting. | Joey Hess | 2010-05-08 |
| | |||
* | Merge remote branch 'origin/master' | Joey Hess | 2010-05-08 |
|\ | |||
| * | fixed patch display... | simonraven | 2010-05-08 |
| | | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-05-08 |
|\| | |||
| * | bug with pubdate, in process of testing fix | simonraven | 2010-05-08 |
| | | |||
* | | wording | Joey Hess | 2010-05-08 |
|/ | |||
* | use labels | Joey Hess | 2010-05-08 |
| | |||
* | update | Joey Hess | 2010-05-08 |
| | |||
* | moved non-openid signin form into same page as openid selector; show/hide as ↵ | Joey Hess | 2010-05-08 |
| | | | | buttons are pressed | ||
* | fixups | Joey Hess | 2010-05-08 |
| | |||
* | calendar: Display year name in title of month calendar. | Joey Hess | 2010-05-08 |
| | | | | Also, fix relative month calculations. | ||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-05-08 |
|\ | |||
| * | (no commit message) | zimek | 2010-05-08 |
| | | |||
| * | (no commit message) | zimek | 2010-05-08 |
| | | |||
* | | calendar: nextchange calculation bugfix | Joey Hess | 2010-05-08 |
| | | | | | | | | | | If a page had multiple calendars, the last one won and set nextchange. That's wrong; the calendar that needs to next update soonest should win. |