Revisions for wicked/lib/api.php

Location: [ Horde ] / wicked / lib / api.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.30.2.1 FRAMEWORK_3 (+2 -2 lines) 10/31/2008 08:55 PM Chuck Hagenbuch chuck

MFH:
1.88      +1 -0      wicked/docs/CHANGES
1.31      +2 -2      wicked/lib/api.php

1.31 (+2 -2 lines) 10/31/2008 08:55 PM Chuck Hagenbuch chuck

[cjh] Fix saveTemplate API call (Duck <duck@obala.net>, Bug #7620).

1.30 (+49 -13 lines) 08/25/2008 12:33 AM Chuck Hagenbuch chuck

[cjh] Add an API method for fetching recent changes, and allow specifying
the number of days to look back in the RecentChanges page
(Duck <duck@obala.net>, Request #7230).

Tags: FRAMEWORK_3

1.29 (+85 -6 lines) 08/11/2008 03:24 PM Chuck Hagenbuch chuck

[cjh] Add getMultiplePageInfo() and getPageHistory() API calls, along with
page checksums (Duck <duck@obala.net>, Request #7189).

1.28 (+2 -2 lines) 08/08/2008 11:56 AM Chuck Hagenbuch chuck

fix case

1.27 (+40 -2 lines) 08/08/2008 11:55 AM Chuck Hagenbuch chuck

- catch errors listing pages in perms()
- add renderPage() API call (duck@obala.net)

1.26 (+73 -1 lines) 08/07/2008 12:21 AM Chuck Hagenbuch chuck

[cjh] Add list(), getPageInfo(), show(), and pageExists() API calls
(Duck <duck@obala.net>, Request #7149).

1.25 (+5 -3 lines) 03/27/2008 12:30 AM Ben Klang bklang

Alter template information structure so they behave similar to cost objects

1.24 (+10 -1 lines) 03/25/2008 10:29 PM Ben Klang bklang

Add API docs

1.23 (+85 -1 lines) 03/25/2008 07:23 PM Ben Klang bklang

Allow listing and saving templates from Wicked

1.22 (+24 -1 lines) 02/04/2008 08:48 AM Chuck Hagenbuch chuck

API docs
Submitted by: duck@obala.net

1.21 (+65 -1 lines) 01/23/2008 10:32 AM Jan Schneider jan

Add display and edit API methods
Bug: 6130
Submitted by: Duck <duck@obala.net>

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

Happy New Year

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

Copyright from Tyler Colbert

1.18 (+1 -7 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.17 (+22 -1 lines) 01/10/2007 10:22 AM Jan Schneider jan

Commit a 2-year-old patch from Ben to add permissions for special pages.

1.16 (+1 -2 lines) 07/03/2006 06:10 PM Matt Selsky selsky

Remove print_r().

Bug: 4111
Submitted by: ekg2002@columbia.edu

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

Initial CAPTCHA support.

1.14 (+4 -4 lines) 07/11/2005 07:27 PM Chuck Hagenbuch chuck

permissions *and* their titles should be indexed by id.
Bug: 2219

1.13 (+3 -2 lines) 06/10/2005 02:40 PM eraserhd

* Store permissions based on page_id, not page_name (which can change).

1.12 (+1 -14 lines) 03/16/2005 02:58 PM eraserhd

* Check that, different way to accomplish the same thing and...
* Don't show special pages as if they don't exist.

1.11 (+15 -1 lines) 03/16/2005 02:48 PM eraserhd

* Add ability to set permissions on special pages.

1.10 (+1 -39 lines) 05/31/2004 02:22 PM Jan Schneider jan

Block APIs are now exposed globally by the Horde API.
Some blocks probably have yet to be fixed because we don't include
lib/base.php anymore.

1.9 (+1 -15 lines) 05/29/2004 05:12 PM Jan Schneider jan

Blocks are no longer defined by the applications' api.php files or
registry.php. Instead we scan all application/lib/Block directories for blocks
once per session now.

1.8 (+3 -1 lines) 05/17/2004 11:14 PM Chuck Hagenbuch chuck

[cjh] Add MostPopular and LeastPopular wiki pages.

1.7 (+3 -2 lines) 05/14/2004 03:32 PM Chuck Hagenbuch chuck

[cjh] Add AllPages Page and Block implementations.

(need an icon)

1.6 (+51 -1 lines) 05/14/2004 02:05 PM Chuck Hagenbuch chuck

[cjh] Wicked now provides Horde_Blocks for doing TitleSearches
and viewing RecentChanges.

1.5 (+22 -20 lines) 03/17/2004 03:26 PM eraserhd

* Permissions support for pages.

1.4 (+1 -1 lines) 01/10/2004 12:20 PM Chuck Hagenbuch chuck

Not needed.

1.3 (+3 -9 lines) 11/21/2003 10:04 PM Chuck Hagenbuch chuck

Wicked now correctly (for my impression of "correct behavior" - wikis seem to
be an amazingly divergent class of software - the markup isn't standard, etc...)
create new pages when there's a link to a WikiWord that doesn't yet exist.

We still do try to load them from scripts/data/, though.

This means that you can actually create a wiki with wicked and create new
pages and such, which is kind of exciting.

Also, the functions in lib/api.php no longer try and load pages just to get links
to them, so things should be a lot more efficient now.

1.2 (+13 -16 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.