Revisions for wicked/lib/Wicked.php

Location: [ Horde ] / wicked / lib / Wicked.php 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.43 (+3 -1 lines) 08/25/2008 10:21 AM Jan Schneider jan

Add Precedence and Auto-Submitted headers to notification messages.

1.42 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.41 (+3 -1 lines) 11/24/2007 11:00 AM Jan Schneider jan

Set email User-Agents.

1.40 (+7 -2 lines) 11/18/2007 09:04 PM Jan Schneider jan

Copyright from Tyler Colbert

1.39 (+1 -7 lines) 06/22/2007 11:09 AM Chuck Hagenbuch chuck

Remove references to unimplemented and unused info.php/debug.php/INFO/DEBUG modes

1.38 (+2 -3 lines) 06/01/2007 02:44 PM Ben Chavet ben

Fix & simply the search.  Searching now returns results for an exact match,
title matches, and page text matches, all on one page.  Still need work on
a paging feature for the results.

1.37 (+14 -29 lines) 01/02/2007 08:59 PM Jan Schneider jan

Use new MIME_Mail class.

1.36 (+5 -5 lines) 11/14/2006 10:33 PM Chuck Hagenbuch chuck

Don't use the same name for session vars as for global vars.

1.35 (+20 -1 lines) 07/02/2006 01:43 AM Michael M Slusarz slusarz

Initial CAPTCHA support.

1.34 (+3 -3 lines) 03/17/2006 01:20 AM Matt Selsky selsky

Revert.

1.33 (+3 -3 lines) 03/17/2006 12:16 AM Chuck Hagenbuch chuck

brace style goes back and forth, back and forth, back and forth ...

1.32 (+16 -9 lines) 02/23/2006 05:06 PM Chuck Hagenbuch chuck

[cjh] Encode notification emails correctly (tasin@fhm.edu, Bug #3153).

1.31 (+5 -8 lines) 01/02/2006 03:05 PM Jan Schneider jan

That didn't work.

1.30 (+8 -1 lines) 01/02/2006 03:00 PM Jan Schneider jan

Add placeholders to make the page names with access keys translateable.

1.29 (+7 -4 lines) 01/02/2006 02:56 PM Jan Schneider jan

Add access keys to menu items.

1.28 (+2 -2 lines) 10/19/2005 06:33 PM Chuck Hagenbuch chuck

We don't get anything out of asking for a reference here, since it's
not a singleton, and it apparently throws errors sometime.
Bug: 2815

1.27 (+1 -3 lines) 07/02/2005 09:59 PM Matt Selsky selsky

"@access public" is redundant.

1.26 (+2 -2 lines) 06/01/2005 01:42 PM Jan Schneider jan

Fix support for page names with slashes.

1.25 (+25 -6 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.24 (+16 -7 lines) 05/25/2005 10:37 AM Jan Schneider jan

Use Text_Wiki's wiki word regexp.

1.23 (+2 -2 lines) 04/28/2005 07:48 AM Jan Schneider jan

Typo.

Bug: 1882

1.22 (+19 -2 lines) 04/27/2005 12:34 PM Chuck Hagenbuch chuck

[cjh] Send email on MergeOrRename (Bug #916).

Also move a bunch of work into Wicked::mail() and rely on it to abort
if notifications aren't enabled; cleans up the places where it's
called.

1.21 (+1 -2 lines) 04/18/2005 12:54 PM Chuck Hagenbuch chuck


Bug: 1811
Submitted by: selsky@columbia.edu

1.20 (+41 -7 lines) 11/21/2004 05:23 PM Chuck Hagenbuch chuck

New menu.

Submitted by: Roel Gloudemans <roel@gloudemans.info>

1.19 (+4 -4 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.18 (+2 -5 lines) 08/30/2004 04:34 PM Chuck Hagenbuch chuck

Apps no longer need to call Help::javascript() - and indeed they shouldn't,
since it no longer exists.

1.17 (+5 -2 lines) 08/10/2004 08:26 PM eraserhd

* Replace page-specific wicked blocks with a generic wicked page block that
can display any page.

1.16 (+6 -2 lines) 08/06/2004 09:06 AM eraserhd

* Add ability to attach files to wiki pages.

1.15 (+8 -2 lines) 07/31/2004 08:42 PM eraserhd

* Introduce WICKED_REGEXP_WIKIWORD so we don't have WikiWord regexps all over
the place.
* BackLinks will now match references at the start or end of the wiki page,
and if the page name isn't a valid WikiWord, will now require match to be
in ((...)) form.

1.14 (+5 -30 lines) 05/14/2004 11:43 AM Chuck Hagenbuch chuck

- Remove a boatload of unused constants and preferences.
- Add WICKED_MODE_CONTENT for fetching just page content.

1.13 (+16 -4 lines) 04/26/2004 12:23 PM Chuck Hagenbuch chuck

A bit more error checking in Wicked::mail(), avoid undefined index errors,
and better fallback logic if the guest_address isn't set.

1.12 (+3 -3 lines) 04/24/2004 01:25 PM Jan Schneider jan

Add configuration option for email address to bes used for guest commits.

1.11 (+5 -5 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.10 (+34 -23 lines) 03/19/2004 04:56 PM Chuck Hagenbuch chuck

Ditch $conf['wicked']['allow_guests'] in favor of respecting page permissions.
If a page does not exist, permission to create it will be controlled by the base
'wicked' permission, and if that doesn't exist, then authenticated users
will be permitted, and guests will not.

1.9 (+3 -3 lines) 02/11/2004 05:17 PM Chuck Hagenbuch chuck

move Menu.php to a framework package.

1.8 (+3 -3 lines) 02/07/2004 12:37 PM Jan Schneider jan

Use Identity::singleton().

1.7 (+3 -3 lines) 01/18/2004 06:58 PM Jan Schneider jan

Show notifications only from the requested message stack.

1.6 (+3 -3 lines) 01/15/2004 08:25 PM Jan Schneider jan

Identity moved to framework.

1.5 (+39 -2 lines) 01/03/2004 07:30 AM Jan Schneider jan

Move mail code to Wicked::

1.4 (+42 -22 lines) 01/03/2004 07:15 AM Jan Schneider jan

Wrap lines.

1.3 (+3 -3 lines) 11/17/2003 12:27 PM Chuck Hagenbuch chuck

Some default pages (most not used yet), and a bunch of cleanup to try and get
this closer to working order.

1.2 (+30 -31 lines) 11/11/2003 04:32 PM Chuck Hagenbuch chuck

- Wicke -> Wicked, should be globally.

- Cleanup, some modernization.

1.1 11/11/2003 12:51 PM Chuck Hagenbuch chuck

Initial import of Wicked, original code written by Tyler Colbert
<tyler-hordeml@colberts.us>. The initial name was "wicke", so a lot of
d's need to be added in various places, but this should be a complete,
otherwise functional start on a Horde Wiki.