Log of /contributions/modules/api/api.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.88.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 28 17:21:15 2009 UTC
(9 months, 4 weeks ago)
by
drumm
Branch:
DRUPAL-6--1
Changes since
1.88: +3 -2 lines
Diff to
previous 1.88
From the PHP manual: Because this function depends on the current scope to determine parameter details, it cannot be used as a function parameter. If this value must be passed, the results should be assigned to a variable, and that variable should be passed.
Revision
1.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 15 02:11:19 2008 UTC
(11 months, 1 week ago)
by
drumm
Branch:
MAIN
Changes since
1.65: +255 -275 lines
Diff to
previous 1.65
A lot of UI refactoring. Making templates, moving around @link (needs tests) and redesigned function signatures.
Revision
1.48.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 25 20:11:48 2007 UTC
(2 years, 2 months ago)
by
drumm
Branch:
DRUPAL-5
Changes since
1.48.2.14: +9 -8 lines
Diff to
previous 1.48.2.14
, to
branch point 1.48
Help the new .tpl.php files
- Autocomplete uses titles, not names, so the file names, not file paths, are completed
- <?php and ?> are no longer omitted from code listings
- Improve handling of @see
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 3 01:53:18 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.34: +14 -8 lines
Diff to
previous 1.34
#85993 -- api page not found. patch by hunmonk. the preg_match for file paths was problematic. replaced with a much more straightforward parsing approach.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 3 01:01:50 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.33: +22 -2 lines
Diff to
previous 1.33
#81537 -- API setting -- max files per cron run. included this as a dropdown on the admin settings page -- this will be a useful feature for localhost deployments where it is doubtful that cron.php will be run automatically.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 3 00:27:21 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.32: +4 -4 lines
Diff to
previous 1.32
#89206 -- array_key_exists() Code error if the indexed content doesn't include any constants. patch by hunmonk. check for existence of array first.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 2 17:34:31 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.29: +82 -63 lines
Diff to
previous 1.29
#100931 -- incorrect path to files on branch subtabs. patch by hunmonk. branch subtabs on file pages now work correctly. also made display of branch tabs conditional--they only appear if the object exists on the branch. removed some unnecessary code duplication.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 2 04:44:44 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.28: +368 -185 lines
Diff to
previous 1.28
#100519 -- Update for 5 and rearrange menus. patch by drumm, hunmonk. updated code to work on drupal 5. complete menu system rearrangement--tabs now appear on all pages, one for each branch, to allow for easy comparison of items between branches.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 30 07:13:22 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.27: +9 -2 lines
Diff to
previous 1.27
#99836 -- more flexible route to php manual pages. patch by hunmonk. user can now specify a custom path to the php manual pages, using \!function to substitute in the function being clicked. especially useful for allowing the php pages to be hosted locally.
Revision
1.23.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 30 07:11:50 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.23.2.4: +9 -2 lines
Diff to
previous 1.23.2.4
, to
branch point 1.23
#99836 -- more flexible route to php manual pages. patch by hunmonk. user can now specify a custom path to the php manual pages, using \!function to substitute in the function being clicked. especially useful for allowing the php pages to be hosted locally.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 27 23:06:42 2006 UTC
(3 years ago)
by
kjartan
Branch:
MAIN
Changes since
1.26: +6 -3 lines
Diff to
previous 1.26
- Patch #60245 by hunmonk: api.drupal.org autocomplete broken
- Patch #99673 by hunmonk: menu cache should be cleared after API settings
changes
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 6 15:39:10 2006 UTC
(3 years, 8 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.19: +47 -10 lines
Diff to
previous 1.19
You can now specify multiple directories to index for the same branch. This
allows the developer documentation files to be kept outside the web root
more easily if you want to deploy this module on a live site.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 19 23:02:00 2006 UTC
(3 years, 9 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.13: +1 -57 lines
Diff to
previous 1.13
Searching was completely broken, and causing the Drupal search module to fail.
It's been temporarily removed; the function search on drupaldocs.org is more
useful anyway. We'll try getting that integrated instead.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 10 21:54:04 2004 UTC
(5 years, 2 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.8: +28 -24 lines
Diff to
previous 1.8
- Added ability to index .txt files, and opened the ability to add more
types later
- Changed the storage of file names so that paths are preserved, allowing
multiple files with the same name to be indexed.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 7 21:51:41 2004 UTC
(5 years, 2 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.7: +11 -8 lines
Diff to
previous 1.7
Now uses the function summary document available from cvs.php.net instead of
requiring a local copy of the entire HTML manual. Thanks Gabor! It helps to
have a PHP documentation guru "on staff". :-)
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 2 16:35:16 2004 UTC
(5 years, 2 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.6: +136 -592 lines
Diff to
previous 1.6
- Split parser into include file
- Refactored and combined some display functions
- Added support for documented constants
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 2 13:23:51 2004 UTC
(5 years, 2 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.5: +196 -65 lines
Diff to
previous 1.5
- Now finds function calls and tracks references to and from functions.
- More detailed search results.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 30 15:37:09 2004 UTC
(5 years, 2 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.4: +347 -183 lines
Diff to
previous 1.4
- Brand new database schema. This improves normalization and provides for
better indexes, so should help with speed. Also this makes the code more
consistent with the rest of Drupal.
- Function calls in code now have tooltips that summarize what the function
does for quick reference.
- The module now responds to the global Drupal search.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 27 20:41:45 2004 UTC
(5 years, 3 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.3: +158 -18 lines
Diff to
previous 1.3
- Multiple bug fixes.
- Wrote custom parser to replace PHP's highlight_string.
- It handles leading whitespace in code lines correctly.
- It uses CSS classes rather than hardcoded <font> tags to do its coloring.
- Added throttling to cron job, so only a set number of files can be parsed
on each invocation.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 20 18:55:17 2004 UTC
(5 years, 3 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.2: +87 -82 lines
Diff to
previous 1.2
- Dramatically improved performance of linking functions in code listings.
- Function signatures now indexed and displayed.
- Correctly link function/file references in parameter and return value lists.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 20 14:25:06 2004 UTC
(5 years, 3 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.1: +19 -7 lines
Diff to
previous 1.1
- Added "Read Me" file
- Fixed bug in parsing multiple parameter descriptions
- Now scans and displays CVS version numbers
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.