Commit Graph

1147 Commits (369cf45ace663f42960cea72f87e669ea81979cd)

Author SHA1 Message Date
joey f4ad79d887 merge change to basewiki 2006-10-19 16:27:17 +00:00
joey 436c3fbefc web commit by VictorMoral: Added information about style sheet and samples page 2006-10-19 13:39:00 +00:00
joey 0b6a684435 web commit by VictorMoral 2006-10-19 10:33:07 +00:00
joey caaa5bad89 web commit by VictorMoral 2006-10-19 10:31:58 +00:00
joey 7bb8c7e047 web commit by VictorMoral: Add a cpan shortcut 2006-10-19 10:30:19 +00:00
joey b5d3c31eda web commit by VictorMoral 2006-10-19 10:27:59 +00:00
joey a784ee9ee3 web commit by VictorMoral 2006-10-19 10:23:58 +00:00
joey 99a95f51bf remove 2006-10-17 17:46:31 +00:00
joey 0e0c83146c add news item for ikiwiki 1.30 2006-10-16 19:27:04 +00:00
joey 09718101af web commit by joey 2006-10-16 19:26:27 +00:00
joey cb8c95bdef web commit by VictorMoral 2006-10-16 14:32:22 +00:00
joey 7db7baed81 web commit by VictorMoral 2006-10-16 14:13:54 +00:00
joey f9d40ac70e response 2006-10-16 13:51:50 +00:00
joey 74c0731970 web commit by VictorMoral 2006-10-16 08:01:43 +00:00
joey 54841b6f84 web commit by VictorMoral 2006-10-16 07:15:29 +00:00
joey 7d1c001877 web commit by ChristianMock 2006-10-15 22:32:22 +00:00
joey e29dd20d24 fix 2006-10-15 19:46:01 +00:00
joey 057ac645cb titles 2006-10-15 19:38:33 +00:00
joey b973ed8269 * Add no_override parameter to hook().
* 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.
2006-10-15 19:33:52 +00:00
joey 8544d52fe9 web commit by BenjaminSonntag: adding debian etch dependency on libcgi-session-perl 2006-10-14 23:14:10 +00:00
joey 024a888954 web commit by ayhuser 2006-10-14 19:27:45 +00:00
joey e79742f94f web commit by joey: add news 2006-10-14 03:50:21 +00:00
joey dccdff53ae add news item for ikiwiki 1.29 2006-10-14 03:48:34 +00:00
joey ec6482402c add keithp.com 2006-10-13 18:23:23 +00:00
joey 3ffc189c54 web commit by SteveRobbins 2006-10-12 21:38:36 +00:00
joey e0c387c8d0 web commit by SteveRobbins: Downgrade fixed problem 2006-10-12 20:13:22 +00:00
joey 8973ba4723 web commit by GabrielFarrell: small grammar fix 2006-10-11 11:42:32 +00:00
joey 0286694e20 comments 2006-10-11 07:51:55 +00:00
joey 38923bfdd5 move 2006-10-11 07:45:15 +00:00
joey 8dd7ccc9bf web commit by SteveRobbins: Response with FormBuilder version and error string location. 2006-10-10 20:06:21 +00:00
joey be7173db7a web commit by DonMarti 2006-10-10 18:42:24 +00:00
joey 296117a0f1 web commit by VictorMoral: presentation of a new ikiwiki plugin 2006-10-10 14:32:03 +00:00
joey be55f6fd7c * Atom feed support based on a patch by Clint Adams.
* Add feeds=no option to inline preprocessor directive to turn off all types
  of feeds. feeds=rss will still work, and feeds=atom was also added, for
  fine control.
* $IkiWiki::version now holds the program version, and is accessible to
  plugins.
2006-10-08 23:57:37 +00:00
joey bf4e6716cc responses and reorg 2006-10-08 22:27:48 +00:00
joey cefbe6210f * Change %renderedfiles to store an array of files rendered from a given
source file, to allow tracking of extra rendered files like rss feeds.
* Note that plugins that accessed this variable will need to be updated!
  The plugin interface has been increased to version 1.01 for this change.
* Add will_render function to the plugin interface, used to register that a
  page renders a destination file, and do some security checks.
* Use will_render in the inline and linkmap plugins.
* Previously but no longer rendered files will be cleaned up.
* You will need to rebuild your wiki on upgrade to this version.
2006-10-08 21:56:50 +00:00
joey 118c481766 remove, redundant 2006-10-08 21:55:55 +00:00
joey 85832d1656 move 2006-10-08 21:04:45 +00:00
joey 92de3e5ac9 response 2006-10-07 18:03:19 +00:00
joey 0dfcf5edd5 web commit by SteveRobbins 2006-10-06 20:30:48 +00:00
joey a8bff3fb13 web commit by SteveRobbins 2006-10-06 20:17:52 +00:00
joey 16cbcf086b add metadata 2006-10-06 19:31:26 +00:00
joey 62a22bf541 comments 2006-10-06 19:22:22 +00:00
joey 9759b3b745 web commit by ChristianMock 2006-10-06 09:41:23 +00:00
joey 5709053f4d web commit by ChristianMock 2006-10-06 09:40:06 +00:00
joey 10b64bc707 web commit by ChristianMock 2006-10-06 09:38:59 +00:00
joey f04251bc9a update 2006-10-06 06:33:30 +00:00
joey b1c752a949 remove our 1st spam 2006-10-06 06:31:45 +00:00
joey 20feea7e08 web commit by icerain321: add a link 2006-10-06 06:21:12 +00:00
joey 67b513e8c4 * Patch from Alec Berryman adding a http_auth config item that allows
using HTTP Authentication instead of ikiwiki's built in authentication.
  Useful for eg, large sites with their own previously existing user auth
  setup. Closes: #384534
2006-10-02 22:56:09 +00:00
joey fb3a160f2d web commit by RecaiOktas: Replace partial patch with an url. 2006-10-02 22:46:38 +00:00
joey ae4d15473c web commit by RecaiOktas: Using FindBin in ikiwiki.pl. 2006-10-02 22:14:06 +00:00
joey 54f447b97e web commit by EthanGlasserCamp: This is what I wanted. 2006-10-02 21:37:26 +00:00
joey 2330971b5c tag 2006-10-02 00:17:16 +00:00
joey a24eced17f web commit by joey 2006-10-02 00:11:38 +00:00
joey d8a3538fb7 add meta info 2006-10-02 00:07:49 +00:00
joey 4ecf1338fe web commit by ChristianMock 2006-10-01 21:52:49 +00:00
joey bcd338531f web commit by EthanGlasserCamp 2006-09-29 15:57:33 +00:00
joey 8529b9edb0 web commit by RecaiOktas: Revert last change in patch. 2006-09-29 11:44:08 +00:00
joey 4e2f082ebb web commit by EthanGlasserCamp: more demanding, unreasonable thoughts about this -- I want a pony 2006-09-28 15:26:12 +00:00
joey cb5e093f24 web commit by DevogonDeBruin 2006-09-28 09:20:38 +00:00
joey 44a08155ee web commit by EthanGlasserCamp: Oops! This doesn't work at all. 2006-09-28 07:21:35 +00:00
joey af05e7badc web commit by EthanGlasserCamp: another entry on my wish list 2006-09-28 06:56:52 +00:00
joey 65c8cf7538 web commit by EthanGlasserCamp: now that at least a few things work right 2006-09-28 01:57:18 +00:00
joey cc511f5131 web commit by EthanGlasserCamp: another RFE 2006-09-28 01:06:42 +00:00
joey c19da7ef08 web commit by EthanGlasserCamp: questions about RecentChanges 2006-09-28 00:17:34 +00:00
joey a497ed2db3 web commit by RecaiOktas: Revise patch (joey: sorry for the wrong place of this page). 2006-09-27 22:25:18 +00:00
joey be219cb608 web commit by RecaiOktas: Patch for 'pruning_is_too_strict'. 2006-09-27 17:50:45 +00:00
joey 5df2020295 web commit by RecaiOktas 2006-09-27 17:45:27 +00:00
joey a80dcaa4d0 web commit by VictorMoral 2006-09-27 14:16:34 +00:00
joey f84d836e35 add news item for ikiwiki 1.28 2006-09-26 06:09:43 +00:00
joey 48e004acb1 * inline: Add ability to sort by page name, based on a patch from
Benjamin A'Lee.
2006-09-25 21:13:14 +00:00
joey 08db946cf4 remove since this is a duplicate with the new "prining too strict" bug
report, which has better info
2006-09-25 20:37:29 +00:00
joey eeae24f6c7 web commit by EthanGlasserCamp: bug description 2006-09-25 02:37:14 +00:00
joey 38cf0a665f web commit by EthanGlasserCamp 2006-09-25 01:48:53 +00:00
joey eb429f7ece add news item for ikiwiki 1.27 2006-09-24 16:58:22 +00:00
joey c35779ed0f web commit by RecaiOktas: Add stylesheet. 2006-09-23 04:09:18 +00:00
joey 3f6e69323f web commit by RecaiOktas: Yet another css. 2006-09-23 04:07:50 +00:00
joey a084682f73 new idea 2006-09-23 04:06:59 +00:00
joey 278dae4ef9 foo 2006-09-23 00:13:42 +00:00
joey 1cebba0e16 add 2006-09-23 00:12:21 +00:00
joey 1f2f64e834 update 2006-09-23 00:04:19 +00:00
joey 67d56b9d61 reformat 2006-09-23 00:01:11 +00:00
joey c9a652b311 update 2006-09-22 23:59:57 +00:00
joey b1dbcd1197 typo 2006-09-22 23:59:33 +00:00
joey 3a70c09dd9 web commit by StefanoZacchiroli 2006-09-22 14:51:17 +00:00
joey d5456c2c55 web commit by StefanoZacchiroli 2006-09-22 14:50:36 +00:00
joey 2cb09e635e web commit by StefanoZacchiroli 2006-09-22 14:49:56 +00:00
joey 6be4c2419e web commit by StefanoZacchiroli 2006-09-22 14:46:25 +00:00
joey 85dc98e24a web commit by StefanoZacchiroli: added link to a (to be written) page about css in ikiwiki 2006-09-22 14:44:52 +00:00
joey c35444826c * Add --render mode, which can be used to preview an edit at the command
line by test rendering a single page.
2006-09-21 21:34:29 +00:00
joey 63f09c7cef response 2006-09-21 20:45:44 +00:00
joey 723ba5793b web commit by joey 2006-09-21 20:40:46 +00:00
joey 8975d6bbbb web commit by joey 2006-09-21 20:39:53 +00:00
joey a3cae82bfb web commit by joey 2006-09-21 20:38:37 +00:00
joey 7e744a0ab6 web commit by joey 2006-09-21 20:33:36 +00:00
joey 8516d82089 web commit by joey 2006-09-21 20:32:32 +00:00
joey c7140ad90b * Add typography (SmartyPants) plugin by Recai. 2006-09-21 20:28:40 +00:00
joey 75594937c4 update 2006-09-21 20:24:38 +00:00
joey 4dfa87ae86 move, this contains todo items, not bugs 2006-09-21 18:00:45 +00:00
joey 3c8f07b53f update 2006-09-21 18:00:02 +00:00