Log of /contributions/modules/api/parser.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 15 02:11:19 2008 UTC
(11 months, 2 weeks ago)
by
drumm
Branch:
MAIN
Changes since
1.38: +4 -3 lines
Diff to
previous 1.38
A lot of UI refactoring. Making templates, moving around @link (needs tests) and redesigned function signatures.
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 26 06:20:18 2008 UTC
(15 months ago)
by
drumm
Branch:
MAIN
Changes since
1.34: +2 -1 lines
Diff to
previous 1.34
#114463 by seanburlington, updated by myself. .profile files contain executable code, so should be parsed by this module.
Revision
1.24.2.3 -
(
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.24.2.2: +4 -6 lines
Diff to
previous 1.24.2.2
, to
branch point 1.24
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.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 3 15:42:45 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.22: +12 -11 lines
Diff to
previous 1.22
#101040 -- api_reference vaiable is enormous. patch by hunmonk. offloaded this into a database table -- we're trading the cost of processing that huge variable every page request for processing it only during a cron run, plus an increase in database queries during cron.
Revision
1.22 -
(
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.21: +7 -7 lines
Diff to
previous 1.21
#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.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 31 02:46:58 2006 UTC
(3 years, 9 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.8: +11 -2 lines
Diff to
previous 1.8
- Support for @see
- Fix for use of "return" as column name in MySQL
- Allow Mac and Windows format carriage returns
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 22 21:32:25 2005 UTC
(4 years ago)
by
JonBob
Branch:
MAIN
Changes since
1.6: +2 -2 lines
Diff to
previous 1.6
Allow long paths in links. For example, allow:
@link contributions/docs/developer/topics/forms_api.html Forms API @endlink
instead of just:
@link forms_api.html Forms API @endlink
The old method should still work, if the path is unique.
Revision
1.4 -
(
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
Branch point for:
DRUPAL-4-5
Changes since
1.3: +71 -6 lines
Diff to
previous 1.3
- 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.3 -
(
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.2: +16 -22 lines
Diff to
previous 1.2
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.1 -
(
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
- Split parser into include file
- Refactored and combined some display functions
- Added support for documented constants
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.