Revisions for luxor/lib/Tagger.php

Location: [ Horde ] / luxor / lib / Tagger.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.
 
  Revision Date Author Log Message
1.9 (+5 -21 lines) 08/01/2008 05:09 PM Chuck Hagenbuch chuck

- use Horde_Argv
- add --verbose and --quiet options
- report unrecognized files in a single "skipped files" verbose-level message instead of red text about each file twice.

1.8 (+1 -2 lines) 04/20/2005 01:51 AM Matt Selsky selsky

Remove @version.

1.7 (+3 -3 lines) 05/20/2004 11:56 AM Jan Schneider jan

Fix package names.

1.6 (+5 -5 lines) 09/03/2003 05:14 PM Chuck Hagenbuch chuck

[cjh] Improve layout of identifier pages.
[cjh] genxref.php is now solely a command line script and lives
in the scripts/ directory.
[cjh] Make sure to clean out the database before adding new data
so as not to get duplicate entries for identifiers.

- also move Driver and Files base classes into lib/Luxor.php for brevity (they're just stubs),
and other misc. cleanup.

1.5 (+3 -4 lines) 07/15/2003 09:03 AM mikec

Fix url generation when not using cookies (ported from Chora).
Couple of implode('', file()) to fopen(); fread() changes to speed things up.

1.4 (+3 -3 lines) 02/20/2003 11:02 PM mikec

typo

1.3 (+9 -4 lines) 02/20/2003 10:59 PM mikec

Store the last modified times of files in the database. Not used by one day should be used to only update modified files.

1.2 (+40 -2 lines) 01/25/2003 09:42 AM Jan Schneider jan

phpdoc

1.1.1.1 (+0 -0 lines) 01/24/2003 08:32 PM Jan Schneider jan

Initial import of Luxor, a PHP port of LXR.

Tags: import

1.1 01/24/2003 08:32 PM Jan Schneider jan

Initial revision