Revisions for luxor/lib/Lang.php

Location: [ Horde ] / luxor / lib / Lang.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.14 (+11 -52 lines) 08/01/2008 02:28 PM Chuck Hagenbuch chuck

remove singletons and & from references

1.13 (+6 -6 lines) 07/17/2006 05:40 PM Jan Schneider jan

Fix some quoting and escaping.

1.12 (+8 -6 lines) 03/17/2006 11:36 AM Jan Schneider jan

reference

1.11 (+5 -3 lines) 12/01/2005 04:57 AM Matt Selsky selsky

References.

1.10 (+2 -2 lines) 10/12/2005 01:13 PM Chuck Hagenbuch chuck

- fix array_merge usage
- support mod_rewrite pretty urls
- lots of html cleanup
- code cleanup (avoid array_key_exists, etc.)

1.9 (+6 -4 lines) 05/10/2005 08:55 PM Matt Selsky selsky

Fix viral 'wil' typo.

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 -3 lines) 12/08/2003 12:40 PM Jan Schneider jan

Speed up a bit by including the language definition file only once.

1.5 (+3 -3 lines) 10/30/2003 06:38 PM Jan Schneider jan

PHP 5 fixes.

1.4 (+4 -4 lines) 07/03/2003 03:00 PM Chuck Hagenbuch chuck

fix regexp errors when there's a $ in the string.

1.3 (+11 -2 lines) 02/06/2003 07:48 PM Jan Schneider jan

More cleanup.
Implement incRef(). This doesn't work pretty well with PHP as include
file paths can be build from variables and constants, but we don't know
their contents.

1.2 (+25 -8 lines) 01/25/2003 10:55 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