Revisions for wicked/templates/edit/create.inc

Location: [ Horde ] / wicked / templates / edit / create.inc View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.10 (+19 -0 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 (+25 -30 lines) 02/23/2006 04:51 PM Chuck Hagenbuch chuck

[cjh] Don't create pages until they have content (Bug #2534).

1.8 (+2 -2 lines) 09/04/2005 06:27 PM Matt Selsky selsky

Use h1 instead of div for text-only headers.

1.7 (+10 -10 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.6 (+6 -4 lines) 05/13/2005 07:06 AM Jan Schneider jan

Try to tell the users what they are doing here.

1.5 (+1 -1 lines) 07/30/2004 10:33 PM eraserhd

Remove $wicked->_pages and make $wicked->_retrieve() just return the array of
pages found.

1.4 (+17 -1 lines) 07/26/2004 08:06 PM eraserhd

* Implement templates.

1.3 (+1 -1 lines) 06/15/2004 10:57 AM Chuck Hagenbuch chuck

remove short tags usage (Joaquim Homrighausen <joho@webbplatsen.se>).

1.2 (+1 -1 lines) 05/14/2004 05:03 PM Chuck Hagenbuch chuck

use POST to foil spiders

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.