|
1.17 (+2 -2 lines) |
01/06/2009 01:02 PM |
Jan Schneider jan |
Happy New Year |
|
1.16.2.1 FRAMEWORK_3 (+2 -2 lines) |
01/06/2009 10:28 AM |
Jan Schneider jan |
Happy New Year |
|
1.16 (+1 -1 lines) |
04/06/2008 11:19 PM |
Chuck Hagenbuch chuck |
- deny empty pages at the driver level also
- tweak error message Tags: FRAMEWORK_3 |
|
1.15 (+14 -4 lines) |
04/06/2008 11:16 PM |
Chuck Hagenbuch chuck |
Kill creation of pages with no page name. |
|
1.14 (+2 -2 lines) |
01/02/2008 06:14 AM |
Jan Schneider jan |
Happy New Year |
|
1.13 (+7 -2 lines) |
11/18/2007 09:04 PM |
Jan Schneider jan |
Copyright from Tyler Colbert |
|
1.12 (+2 -2 lines) |
11/10/2006 02:09 PM |
Chuck Hagenbuch chuck |
This isn't looking for related pages, it's looking for templates. |
|
1.11 (+3 -3 lines) |
06/16/2006 11:49 PM |
Chuck Hagenbuch chuck |
Fix deletion of the most recent revision. |
|
1.10 (+33 -1 lines) |
03/14/2006 07:31 PM |
Jan Schneider jan |
Show potentially matching pages before creating a new one. Could use some better styling. |
|
1.9 (+1 -6 lines) |
02/23/2006 04:51 PM |
Chuck Hagenbuch chuck |
[cjh] Don't create pages until they have content (Bug #2534). |
|
1.8 (+5 -3 lines) |
06/22/2005 10:55 PM |
Matt Selsky selsky |
Remove extra stuff from @var lines in phpdoc. |
|
1.7 (+4 -3 lines) |
06/07/2005 12:26 PM |
Chuck Hagenbuch chuck |
We really only want pages that begin or end with Template, not that
have Template anywhere in the name. So add a new getMatchingPages()
method with some useful constants. |
|
1.6 (+3 -5 lines) |
05/30/2005 02:18 PM |
Chuck Hagenbuch chuck |
[cjh] Add a config option to toggle use of pretty URLS with mod_rewrite
(Bug #1878). |
|
1.5 (+6 -1 lines) |
04/27/2005 11:59 AM |
Chuck Hagenbuch chuck |
Use non-localized names for page names. Still may need some tweaking/testing. |
|
1.4 (+1 -2 lines) |
04/18/2005 12:54 PM |
Chuck Hagenbuch chuck |
Bug: 1811
Submitted by: selsky@columbia.edu |
|
1.3 (+6 -6 lines) |
07/30/2004 10:33 PM |
eraserhd |
Remove $wicked->_pages and make $wicked->_retrieve() just return the array of
pages found. |
|
1.2 (+9 -2 lines) |
07/26/2004 08:06 PM |
eraserhd |
* Implement templates. |
|
1.1 |
05/14/2004 05:01 PM |
Chuck Hagenbuch chuck |
[cjh] A parameter of autocreate=1 must now be passed to display.php
for pages that don't exist to be created automatically. This
is done by default for "?" links, but for external incoming
links and results of the top left jump box, users will get
a form that allows them to confirm creation of the new page.
This will hopefully help with re-creation of deleted pages following CVS commit
mails, among other things. |