2008-01-29 |
Joey Hess | change rcs_recentchanges when to absolute, not relative... |
blob | commitdiff | raw |
2008-01-09 |
Joey Hess | In preferences, allow the subscriptions and email field... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Joey Hess | Merge branch 'master' of ssh://git.kitenet.net/srv... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Joey Hess | add explicit test for do=postsignin |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Joey Hess | fixes |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Joey Hess | * Improved the canedit hook interface, allowing a callb... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Joey Hess | * Only try postsignin if no other action matched. Fixes... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Joey Hess | fix an uninitialised value warning |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Joey Hess | * Stop testing Encode::is_utf8 in decode_form_utf8... |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Joey Hess | * Allow editing a page and deleting all content, while... |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Joey Hess | * Ensure that web edited pages always end in a newline. |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Joey Hess | * Change formbuilder hook to not be responsible for... |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Joey Hess | MAJOR basewiki reorg |
blob | commitdiff | raw | diff to current |
2007-10-10 |
joey | * In the cgi edit path, reload the index file before... |
blob | commitdiff | raw | diff to current |
2007-09-22 |
joey | * Save index after previewing page edit, since even... |
blob | commitdiff | raw | diff to current |
2007-08-28 |
joey | * Support for looking in multiple directories for under... |
blob | commitdiff | raw | diff to current |
2007-08-26 |
joey | * Add an editcontent hook. |
blob | commitdiff | raw | diff to current |
2007-08-22 |
joey | * Call the formbuilder hook for the edit page. |
blob | commitdiff | raw | diff to current |
2007-08-17 |
joey | * Applied Jeremie Koenig's pluggable editpage buttons... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
joey | proper fix for adding file, based on jkoenig's patch |
blob | commitdiff | raw | diff to current |
2007-08-14 |
joey | * Fix bug when editing file from underlaydir, need... |
blob | commitdiff | raw | diff to current |
2007-08-14 |
joey | * Fix bug in deletion/move during edit code introduced... |
blob | commitdiff | raw | diff to current |
2007-08-14 |
joey | Remove two header => 1 settings that were overridden... |
blob | commitdiff | raw | diff to current |
2007-08-05 |
joey | * Move blog form code out of CGI.pm and into the inline... |
blob | commitdiff | raw | diff to current |
2007-08-05 |
joey | * Add sessioncgi hook. |
blob | commitdiff | raw | diff to current |
2007-08-05 |
joey | remove cruft |
blob | commitdiff | raw | diff to current |
2007-07-16 |
joey | * Wrap the editpage template in the standard misctempla... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
joey | * Add a destpage parameter to the filter hook. |
blob | commitdiff | raw | diff to current |
2007-05-11 |
joey | * Make all templates have a footer div to ease themeing... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
joey | * Use div layout for the signin and preferences forms... |
blob | commitdiff | raw | diff to current |
2007-04-29 |
joey | * Use fieldsets in the preferences form to group relate... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
joey | * Detect the case of two people independently creating... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
joey | * Fix some broken logic in cgi creation of a subpage... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
joey | simplify preview code |
blob | commitdiff | raw | diff to current |
2007-03-08 |
joey | correct dup page name detect in blog posting code |
blob | commitdiff | raw | diff to current |
2007-03-08 |
joey | * The underscore escaping support exposed a bug in... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
joey | My fix to support encoded underscores in page titles... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
joey | * The slash escaping when adding to a blog from the... |
blob | commitdiff | raw | diff to current |
2007-03-06 |
joey | * Add preview parameter to preprocesser calls, use... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
joey | * Patch from Ethan to improve behavior if a page is... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
joey | * Correct a bug that could lead to infinite looping... |
blob | commitdiff | raw | diff to current |
2007-02-21 |
joey | * Since the CGI had to drop the wiki lock to avoid... |
blob | commitdiff | raw | diff to current |
2007-02-21 |
joey | * Elegant patch from Ethan to clean up the display... |
blob | commitdiff | raw | diff to current |
2007-02-20 |
joey | * Changed calling convention for httmllink slightly... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
joey | * Many changes to make ikiwiki very resistant to write... |
blob | commitdiff | raw | diff to current |
2007-02-10 |
joey | * Fix a security hole that allowed a web user to edit... |
blob | commitdiff | raw | diff to current |
2007-02-02 |
joey | * Add canedit hook, allowing arbitrary controls over... |
blob | commitdiff | raw | diff to current |
2007-01-28 |
joey | * Always call rcs_update after a commit during a web... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
joey | * Change the RecentChanges page to show the path of... |
blob | commitdiff | raw | diff to current |
2007-01-12 |
joey | Improve error message when postsignin (probably from... |
blob | commitdiff | raw | diff to current |
2007-01-12 |
joey | * Search in default location for templates as a fallbac... |
blob | commitdiff | raw | diff to current |
2007-01-04 |
joey | added some comments for translators |
blob | commitdiff | raw | diff to current |
2007-01-03 |
joey | * Corrected a bum regexp in openid munging. |
blob | commitdiff | raw | diff to current |
2006-12-31 |
joey | deal with http:// part |
blob | commitdiff | raw | diff to current |
2006-12-31 |
joey | * Escape shashes in page titles entered in the blog... |
blob | commitdiff | raw | diff to current |
2006-12-29 |
joey | * If a userdir is configured, links to pages in it... |
blob | commitdiff | raw | diff to current |
2006-12-29 |
joey | * Initial work on internationalization of the program... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
joey | * Turn $config{wiki_file_prune_regexps} into an array... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
joey | * Add userdir config setting. |
blob | commitdiff | raw | diff to current |
2006-12-02 |
joey | * The hack used to make the pagetemplate hook have... |
blob | commitdiff | raw | diff to current |
2006-11-26 |
joey | session improvements |
blob | commitdiff | raw | diff to current |
2006-11-22 |
joey | updates |
blob | commitdiff | raw | diff to current |
2006-11-21 |
joey | improve |
blob | commitdiff | raw | diff to current |
2006-11-21 |
joey | improve regexp |
blob | commitdiff | raw | diff to current |
2006-11-21 |
joey | formatting |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | improvement |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | * Add "last" parameter to hook function. Very basic... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | * Avoid locking the wiki at all when handling some... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | increase field widths |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | * Add openidsignup config option. |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | minor improvements |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | explanation |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | * Add an openid plugin to support logging in using... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
joey | * Make auth methods pluggable. |
blob | commitdiff | raw | diff to current |
2006-11-10 |
joey | fixes |
blob | commitdiff | raw | diff to current |
2006-11-10 |
joey | * Work around a strange bug in CGI::FormBuilder 3.0401... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
joey | * Make sure to check for errors from every eval. |
blob | commitdiff | raw | diff to current |
2006-11-08 |
joey | * Enable utf8 file IO in aggregate plugin. |
blob | commitdiff | raw | diff to current |
2006-10-30 |
joey | * Improve login/register process, the login dialog... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
joey | delete session |
blob | commitdiff | raw | diff to current |
2006-10-28 |
joey | * Add basic spam fighting tool for admins: An admin... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
joey | * Patch from Recai to limit recentchanges to displaying... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
joey | * Atom feed support based on a patch by Clint Adams. |
blob | commitdiff | raw | diff to current |
2006-10-02 |
joey | * Patch from Alec Berryman adding a http_auth config... |
blob | commitdiff | raw | diff to current |
2006-09-16 |
joey | * Patch from James Westby to deal with the case where... |
blob | commitdiff | raw | diff to current |
2006-09-16 |
joey | * pagetemplate hooks are now also called when generatin... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
joey | * Patch from Recai to kill utf-8 on the wiki name when... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
joey | * Work on firming up the plugin interface: |
blob | commitdiff | raw | diff to current |
2006-09-06 |
joey | need to import escapeHTML |
blob | commitdiff | raw | diff to current |
2006-09-06 |
joey | escaping fix from Emanuele Aina |
blob | commitdiff | raw | diff to current |
2006-09-03 |
joey | * Simplify the data structure returned by rcs_recentcha... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
joey | * Change htmlize, format, and sanitize hooks to use... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
joey | * Patch from James Westby to add a --sslcookie switch... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
joey | * Change order of linkify and preprocess; first preproc... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
joey | * Fixed a bug with previews of subpages having broken... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
joey | * Fix utf-8 in blog post form. |
blob | commitdiff | raw | diff to current |
2006-08-13 |
joey | * Fix a bug in page type determination during online... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
joey | * The last release accidentially installed ikiwiki... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
joey | * Renamed GlobLists to PageSpecs. |
blob | commitdiff | raw | diff to current |
2006-07-30 |
joey | avoid message if mailing password or registering |
blob | commitdiff | raw | diff to current |
next |