Revisions for luxor/source.php

Location: [ Horde ] / luxor / source.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.58 (+2 -2 lines) 08/06/2008 12:09 PM Chuck Hagenbuch chuck

Style updates/facelifts

1.57 (+7 -13 lines) 08/01/2008 02:48 PM Chuck Hagenbuch chuck

use horde_view

1.56 (+2 -2 lines) 08/01/2008 02:28 PM Chuck Hagenbuch chuck

remove singletons and & from references

1.55 (+2 -2 lines) 08/01/2008 01:58 PM Chuck Hagenbuch chuck

Move some scripts around to update naming, use full words, etc.

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

Happy New Year

1.53 (+40 -39 lines) 09/23/2007 09:32 AM Jan Schneider jan

Fix some escaping, cs, style, etc.

1.52 (+2 -2 lines) 01/02/2007 07:48 AM Jan Schneider jan

Happy New Year

1.51 (+4 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.50 (+4 -3 lines) 09/04/2006 06:28 PM Jan Schneider jan

Use Horde_Array::array_merge_recursive_overwrite().

1.49 (+6 -3 lines) 09/01/2006 12:31 PM Jan Schneider jan

Vhost'ed mime driver configuration.

1.48 (+2 -4 lines) 05/22/2006 10:27 PM Matt Selsky selsky

Use file_get_contents().

1.47 (+3 -3 lines) 03/04/2006 05:49 PM Chuck Hagenbuch chuck

Simplify code to use either GET or mod_rewrite, not PATH_INFO.

1.46 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.45 (+2 -6 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.44 (+46 -46 lines) 06/12/2005 11:20 PM Matt Selsky selsky

Remove tabs and add spaces.

1.43 (+4 -2 lines) 05/30/2005 12:29 AM Chuck Hagenbuch chuck

[cjh] Allow disabling the show_var javascript (Bug #1270).

1.42 (+2 -6 lines) 05/01/2005 12:19 PM Chuck Hagenbuch chuck

Clean up CSS and HTML, use less code, javascript striping, etc.

1.41 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.40 (+2 -2 lines) 11/21/2004 07:18 PM Chuck Hagenbuch chuck

New menu.

1.39 (+2 -2 lines) 10/19/2004 03:12 PM Chuck Hagenbuch chuck

Better file name, pure javascript now.

1.38 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.37 (+13 -3 lines) 08/30/2004 10:56 AM Chuck Hagenbuch chuck

[cjh] The Horde_Cache:: API has been completely rewritten to take
advantage of the new ZPS4 api for content caching, which allows
a more familiar caching API overall. The old zps driver has been
dropped because of this.

1.36 (+6 -6 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.35 (+6 -7 lines) 03/10/2004 12:47 PM Jan Schneider jan

Condense code.

1.34 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.33 (+2 -2 lines) 01/01/2004 10:16 AM Jan Schneider jan

Happy new year everyone.

1.32 (+4 -4 lines) 12/16/2003 02:34 AM Michael M Slusarz slusarz

Move Horde_MIME to framework.  If I somehow managed to convert all includes to
the new path, I owe myself a beer.

1.31 (+2 -2 lines) 12/13/2003 02:10 PM Michael M Slusarz slusarz

Move Horde_Template to framework

1.30 (+2 -2 lines) 10/28/2003 05:26 PM Jan Schneider jan

Move Cache classes to the framework module.

1.29 (+7 -7 lines) 09/25/2003 06:11 PM Jan Schneider jan

Remove dependency on registry and Horde_Framework from Cache. It's a
standalone package with a dependancy on Util.

1.28 (+2 -2 lines) 09/16/2003 07:06 PM Jan Schneider jan

Use the new Util:: class.

1.27 (+8 -2 lines) 09/03/2003 09:32 PM Chuck Hagenbuch chuck

trap for PEAR_Error objects.

1.26 (+76 -53 lines) 09/03/2003 06:25 PM Chuck Hagenbuch chuck

- cache markup of files
- remove a few unnecessary regexps
- remove Horde::link() calls inside markup - cuts down on HTML size a bunch.
- set title in source.php
- add a function for getting the last modified time of a file
- send Last-Modified: header from source.php for files.

1.25 (+2 -2 lines) 09/03/2003 06:15 PM Jan Schneider jan

typo

1.24 (+4 -4 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.23 (+6 -2 lines) 07/15/2003 11:19 AM Chuck Hagenbuch chuck

Avoid using implode('', file($filename)); it's *very* slow (also, not
binary safe).

1.22 (+10 -13 lines) 07/03/2003 03:40 PM Chuck Hagenbuch chuck

minor cleanups.

1.21 (+4 -4 lines) 07/02/2003 04:44 PM Chuck Hagenbuch chuck

[cjh] Fix spacing of source code.
[cjh] Add options to filter out certain directories and filenames.

1.20 (+3 -3 lines) 06/20/2003 10:28 AM Chuck Hagenbuch chuck

given that this is ported from a GPL app, it should probably be GPLed too.

1.19 (+2 -2 lines) 06/19/2003 11:32 AM Chuck Hagenbuch chuck

re-add and clean up location bar.

1.18 (+1 -2 lines) 06/18/2003 04:30 PM Chuck Hagenbuch chuck

- eliminate a few errors checking for ctags
- remove headerbar.inc, not really used.
- add .cgi for perl

1.17 (+3 -6 lines) 05/23/2003 10:44 AM Chuck Hagenbuch chuck

Last menu.php files.

1.16 (+2 -2 lines) 04/26/2003 08:27 PM Chuck Hagenbuch chuck

Fix license URL.

1.15 (+29 -25 lines) 02/05/2003 11:35 PM mikec

Fall back to raw output if a file can't be marked up

1.14 (+6 -1 lines) 02/05/2003 11:22 PM mikec

Add a restrictions array to the sources, similar to Chora to block users from viewing certain files.

1.13 (+21 -17 lines) 02/05/2003 06:30 PM Jan Schneider jan

Let methods return their results instead of printing them out so that we
can notify about errors in the status bar.

1.12 (+2 -2 lines) 02/04/2003 08:58 PM Jan Schneider jan

Even more Chora look-a-like.

1.11 (+2 -15 lines) 02/04/2003 08:35 PM Jan Schneider jan

Some more cleanup, Chora look-a-like.

1.10 (+3 -1 lines) 02/02/2003 09:31 AM mikec

Add mouseover highlighting of all other instances of a variable in a file.

1.9 (+6 -3 lines) 01/31/2003 11:48 AM mikec

Use a table to layout the markedup file.
Use style sheet and not hard code colors.

1.8 (+3 -2 lines) 01/31/2003 09:49 AM mikec

Changed database tables.
Now supports multiply sources (you jave have to edit the bottom of base.php to change at the moment)
Sql backend should support tags but untested.

1.7 (+12 -2 lines) 01/31/2003 04:28 AM mikec

Make luxor look a bit more like the Chora UI

1.6 (+4 -12 lines) 01/30/2003 04:55 PM Jan Schneider jan

Remove descReadme() and descReadmeHtml() in favour of our own Text::toHTML()
and mime viewer methods.
Move the readme blurb below the directory listing.

1.5 (+2 -2 lines) 01/30/2003 12:03 PM mikec

Set the title to something slightly more appropriate

1.4 (+2 -4 lines) 01/30/2003 12:01 PM mikec

remove some pre_dumps??

1.3 (+33 -3 lines) 01/30/2003 05:49 AM mikec

Add a bit of Mime handling to raw rendering.

1.2 (+2 -2 lines) 01/29/2003 11:25 PM mikec

Fix when use paths is disabled

1.1 01/29/2003 09:06 PM Jan Schneider jan

I know you guys LOVE to see something.
Here is at least a folder listing and a README view.