Revisions for chora/templates/error_page.inc

Location: [ Horde ] / chora / templates / error_page.inc 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.
Show Branch:
  Revision Date Author Log Message
1.7.12.1 FRAMEWORK_3 (+3 -3 lines) 10/09/2008 01:40 PM Jan Schneider jan

Merge from HEAD.

1.8 (+3 -3 lines) 06/02/2005 08:07 AM Matt Selsky selsky

[mas] Change any output of <b> and <i> tags to <strong> and <em> for better
accessibility support.

Tags: BEFORE_MERGE_3_3

1.6.2.1 RELENG_1 (+5 -5 lines) 06/23/2002 09:45 AM Jan Schneider jan

MFH:
* Use 'rb' with filesystem calls in case of windows.
* Show line numbers in the annotate view.
* Show links to view, annotate and download files in the annotate and view
  pages.
* Replace <?= with <?php echo to remove the short_open_tags requirement.
* Several bugfixes.
* Move some code from lib/base.php to lib/Chora.php.

Tags: CHORA_1_2_3, CHORA_1_2_2, CHORA_1_2_1, CHORA_1_2_1_RC2, CHORA_1_2_1_RC1, CHORA_1_2, CHORA_1_2_RC3, CHORA_1_2_RC2, CHORA_1_2_RC1

1.7 (+5 -5 lines) 06/15/2002 01:03 AM Chuck Hagenbuch chuck

Replace <?= with <?php echo, and remove the short_open_tags requirement.

Tags: FRAMEWORK_3, BEFORE_BRANCH_3, CHORA_2_0_2, CHORA_2_0_1, CHORA_2_0_1_RC1, CHORA_2_0, CHORA_2_0_RC3, CHORA_2_0_RC2, CHORA_2_0_RC1, CHORA_2_0_BETA, CHORA_2_0_ALPHA

1.6 (+4 -4 lines) 08/26/2001 05:26 PM Jan Schneider jan

Add gettext strings.

Tags: RELENG_1, CHORA_1_1, CHORA_1_1_RC1, CHORA_1_0, CHORA_1_0_RC1

1.5 (+1 -0 lines) 01/20/2001 08:10 AM avsm

make this xhtml compliant

Tags: CHORA_0_6_4, CHORA_0_6_1, CHORA_0_4_1

1.4 (+14 -2 lines) 12/22/2000 12:08 PM avsm

fix the error pages

Tags: CHORA_0_2_0

1.3 (+2 -2 lines) 08/27/2000 08:41 PM avsm

Template cleanups, mainly <?php echo -> <?= for clarity

1.2 (+2 -2 lines) 06/26/2000 07:34 AM avsm

Changed all <? tags to <?php to comply with the PEAR stuff (only
had to be the lib/ stuff really but thought i'd be consistent

1.1 06/18/2000 06:56 PM avsm

Large commit with a cleanup of the cvs.php script.  Note that it is
_not_ yet complete - about 50% through, but its functional, and I thought
I would start committing in smaller chunks.

Done: templates, so no html output in the main php script
      lots of html bug fixes
      moved most (not all yet) config options into a config/conf.php file
      more config options, for stuff like binary locations, text, paths

TODO: Look at TODO comments in code.
      Outstanding is - finish phpdoc of functions, remove duplicate
      functions, clean up unneeded globals, refine templates, write up
      a proper README/INSTALL file

      Need to rewrite the GET stuff as its pretty confusing at the
      moment and not very 'php'-style - a vestige of the Perl port

      A 'maybe' is to look at using horde packages for proper mime/
      html document support, although installing the whole of horde
      for a simple cvs viewer may be a bit overkill ?

Anyway, lots more development to do on it (enscript support etc),
so see more commits on a repository near you :)