Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | shortcut: Support Wikipedia's form of url-encoding for unicode characters | Joey Hess | 2012-03-03 |
| | | | | | I think it's the wrong encoding, seems like mojibake to me, but it works now. Closes: #661198 | ||
* | setup file ordering | Joey Hess | 2010-02-12 |
| | |||
* | check for empty srcdir | Joey Hess | 2009-02-14 |
| | | | | This happens when using -dumpsetup | ||
* | downgrade missing shortcuts page error to warning | Joey Hess | 2009-02-14 |
| | | | | and response to bug report | ||
* | shortcut: If default_pageext is set, first look for shortcuts.default_pageext | Joey Hess | 2009-02-12 |
| | | | | | | Falls back to looking for shortcuts.mdwn for backwards compatabiity; there probably exist wikis that have changed the pageext but still use shortcuts.mdwn. | ||
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
| | |||
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
| | |||
* | don't rely on plugin load order when determining generated directives | Joey Hess | 2008-10-30 |
| | | | | | Instead, shortcuts will explicitly be marked as such when registered, and listdirectives can filter them out. | ||
* | fix preview of shortcuts | Joey Hess | 2008-10-29 |
| | | | | | Move shortcut processing back to checkconfig, and avoid it failing if the srcdir is not defined. | ||
* | add plugin safe/rebuild info (part 3 of 3) | Joey Hess | 2008-08-03 |
| | |||
* | allow --dumpsetup to be used w/o specifying srcdir and destdir | Joey Hess | 2008-07-26 |
| | | | | | shortcut tried to use srcdir in checkconfig; change it to not so this will work. | ||
* | switch preprocess hooks to use error function | Joey Hess | 2008-07-13 |
| | |||
* | Fix ugly display when editing a page that has vanished. | Joey Hess | 2008-05-02 |
| | | | | | srcfile now has an optional second parameter to avoid it throwing an error if the source file does not exist. | ||
* | Make directives generated by shortcuts accept a `desc` parameter. | Adeodato Simó | 2008-03-02 |
| | | | | (cherry picked from commit 252da396bfa728b99af7c9bb304a7b5f3f6d94e6) | ||
* | improve error message if shortcuts.mdwn DNE | Joey Hess | 2007-12-17 |
| | |||
* | * shortcut: Expand %S to the raw input text, not url-encoded. | Joey Hess | 2007-12-12 |
| | |||
* | Nuke trailing whitespace in shortcut.pm. | joshtriplett | 2007-05-08 |
| | |||
* | * pagespec_match() has changed to take named parameters, to better allow | joey | 2007-04-27 |
| | | | | | | | | | for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0. | ||
* | more i18n improvements | joey | 2007-03-07 |
| | |||
* | italisise urls | joey | 2007-02-15 |
| | |||
* | * Replace underscores in shortcut texts with spaces when formatting for | joey | 2007-01-28 |
| | | | | | display. This allows using a shortcut like [[wikipedia War_of_1812]], which links to the correct remote page, but is displayed nicely. | ||
* | added some comments for translators | joey | 2007-01-04 |
| | |||
* | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | 2006-12-29 |
| | | | | | is available for translation. * Export gettext() from IkiWiki module. | ||
* | shortcut stuff | joey | 2006-11-20 |
| | |||
* | * Add no_override parameter to hook(). | joey | 2006-10-15 |
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that can be configured using a page in wiki. |