Revisions for chora/annotate.php

Location: [ Horde ] / chora / annotate.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.
Show Branch:
  Revision Date Author Log Message
1.60 (+1 -1 lines) 01/02/2008 06:11 AM Jan Schneider jan

Happy New Year

1.59 (+3 -1 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

1.58 (+1 -1 lines) 06/27/2007 01:22 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.48.8.5 FRAMEWORK_3 (+2 -2 lines) 02/22/2007 10:58 PM Matt Selsky selsky

Chora::fatal() only takes one argument in FW_3.

Tags: CHORA_2_0_2

1.57 (+4 -1 lines) 02/02/2007 11:07 PM Chuck Hagenbuch chuck

Need previous revisions in the log list also.

1.56 (+7 -1 lines) 02/02/2007 11:01 PM Chuck Hagenbuch chuck

Initial version of linking to previous revision. I need to commit this
so I can see how well it plays with CVS branches (Subversion is easy :P).

1.48.8.4 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

1.55 (+1 -1 lines) 01/01/2007 07:40 PM Jan Schneider jan

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

1.54 (+2 -2 lines) 04/05/2006 05:06 PM Chuck Hagenbuch chuck

consistent page title with co.php

1.53 (+2 -2 lines) 03/05/2006 11:19 PM Chuck Hagenbuch chuck

Remove strong tag around pipe.

1.48.8.3 FRAMEWORK_3 (+2 -2 lines) 03/04/2006 10:48 PM Chuck Hagenbuch chuck

MFH: fix annotate striping to alternate every time the author changes,
instead of seemingly semi-randomly.

1.52 (+13 -2 lines) 03/04/2006 10:46 PM Chuck Hagenbuch chuck

[cjh] Show commit logs when hovering on the revision number in the
annotate view (robzilla@siklos.ca, Bug #3076).

Also compress/fix a bit of HTML, and fix a bug in the annotate view
striping (it wasn't alternating every author. Not sure why we were
using modulus 3 - odd).

1.48.8.2 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

1.51 (+1 -1 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.50 (+2 -2 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.

1.49 (+1 -1 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.48.8.1 FRAMEWORK_3 (+2 -2 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

Tags: CHORA_2_0_1, CHORA_2_0_1_RC1

1.19.2.13 RELENG_1 (+2 -2 lines) 01/03/2005 06:25 AM Jan Schneider jan

Happy New Year! :-)

Tags: CHORA_1_2_3

1.48 (+3 -3 lines) 11/14/2004 10:59 PM Chuck Hagenbuch chuck

Use new CSS menu.

Tags: FRAMEWORK_3, CHORA_2_0, CHORA_2_0_RC3, CHORA_2_0_RC2, CHORA_2_0_RC1

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

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

Tags: CHORA_2_0_BETA

1.46 (+2 -2 lines) 06/01/2004 12:22 PM Chuck Hagenbuch chuck

Make sure leading spaces are honored in annotate output.

1.45 (+2 -2 lines) 04/17/2004 12:49 PM Jan Schneider jan

Remove Cache initialization from VC.

1.44 (+2 -1 lines) 04/16/2004 11:33 AM Chuck Hagenbuch chuck

Make sure we're doing error checking on VC:: return values.

1.19.2.12 RELENG_1 (+1 -1 lines) 03/26/2004 05:43 PM Jan Schneider jan

Lots and lots of copyright and license updates and fixes. Someone will have to that for the HEAD branches too.

Tags: CHORA_1_2_2

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

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

Tags: CHORA_2_0_ALPHA

1.42 (+2 -2 lines) 01/01/2004 10:13 AM Jan Schneider jan

Happy new year everyone.

1.41 (+3 -3 lines) 10/14/2003 03:01 PM Chuck Hagenbuch chuck

[cjh] CVSLib and SVNLib are no longer part of Chora; they are part of the
new Horde VC:: package.

- lots of cleanups to use the VC:: classes or $VC methods instead of
hardcoded CVSLib references, etc.

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

Use the new Util:: class.

1.39 (+2 -2 lines) 08/27/2003 10:08 AM Chuck Hagenbuch chuck

[cjh] Subversion repositories can now be specified as URLs, meaning non-local
repositories should work transparently

- also, a bunch of fixes for the refactoring that I did last night,
and lots of improvements in the Subversion support.

Submitted by: "Jay Freeman (saurik)" <saurik@saurik.com>

1.38 (+4 -4 lines) 08/27/2003 12:01 AM Chuck Hagenbuch chuck

[cjh] Chora isn't just CVS now. Initial commit of Subversion support
("Jay Freeman (saurik)" <saurik@saurik.com>).

- note that a). I don't have subversion so I haven't tested this, and
b). I mucked around with a bunch of stuff to start getting rid
of CVS-specific terminology/variable names, so bits may have
broken.

1.37 (+4 -5 lines) 06/10/2003 11:03 AM Chuck Hagenbuch chuck

minor cleanups

1.36 (+2 -2 lines) 05/22/2003 05:48 PM Chuck Hagenbuch chuck

More menu.php nuking

1.35 (+4 -4 lines) 03/04/2003 02:37 PM Chuck Hagenbuch chuck

[cjh] Finally get most setup code into functions in the Chora:: class.

- removed constants.php
- plenty of long-overdue cleanup
- 'login' is now a session variable so that it doesn't pollute the URL.
- UI update; no need for including version.php

1.19.2.11 RELENG_1 (+2 -2 lines) 01/03/2003 07:48 AM Jan Schneider jan

Bump year.

Tags: CHORA_1_2_1, CHORA_1_2_1_RC2, CHORA_1_2_1_RC1, CHORA_1_2

1.34 (+2 -2 lines) 01/02/2003 09:12 PM Jan Schneider jan

Bump year.

1.19.2.10 RELENG_1 (+2 -2 lines) 12/16/2002 08:34 PM jon

MFH 1.33: Style.

Tags: CHORA_1_2_RC3, CHORA_1_2_RC2, CHORA_1_2_RC1

1.33 (+2 -4 lines) 11/12/2002 10:53 PM Chuck Hagenbuch chuck

style nits

1.19.2.9 RELENG_1 (+2 -5 lines) 10/06/2002 08:31 AM Jan Schneider jan

Missed one.
MFH 1.31

1.19.2.8 RELENG_1 (+4 -4 lines) 10/06/2002 08:23 AM Jan Schneider jan

MFH: General style cleanup, speedup optimizations.

1.19.2.7 RELENG_1 (+1 -11 lines) 10/06/2002 07:07 AM Jan Schneider jan

MFH: Move the isRestricted check and output compression into lib/base.php
from the individual files involved.

1.19.2.6 RELENG_1 (+2 -2 lines) 10/02/2002 12:53 PM Jan Schneider jan

MFH:
- have a prettier error page by using Horde::Notification
- if we get a 404/3 error, then reset the last_file preference
- check the stored CVSROOT in prefs and make sure it exists before
  using it

1.32 (+4 -4 lines) 09/25/2002 08:12 AM mikec

Tabs -> Spaces
Fix parse error in VFS/sql_file.php
Spacing of commas in function calls.

1.19.2.5 RELENG_1 (+3 -1 lines) 09/24/2002 07:42 PM Jan Schneider jan

MFH:
* Add menu bar to pages as needed.
* Add preferences page.
* Added "Chora" to the menu bar.

1.31 (+2 -5 lines) 09/13/2002 01:08 PM Chuck Hagenbuch chuck

- a bit of style cleanup (still a ton to do here)
- fix a typo that meant the Attic was _always_ parsed in directory views
- add much more, and much smarter, caching of cvs file objects.

1.30 (+1 -5 lines) 08/23/2002 12:50 PM avsm

move the isRestricted check into lib/base.php from the individual
files involved

1.29 (+2 -2 lines) 08/21/2002 12:04 AM avsm

- have a prettier error page by using Horde::Notification
- if we get a 404/3 error, then reset the last_file preference
- check the stored CVSROOT in prefs and make sure it exists before
  using it

Submitted by: Akom <lists@akom2.2y.net>

1.28 (+3 -1 lines) 07/22/2002 11:36 PM Eric Rostetter ericr

* Add menu bar to pages as needed.
* Add preferences page.
* Added "Chora" to the menu bar, but it really should have a different
name/graphic.  Will work on this yet.

1.27 (+1 -5 lines) 07/03/2002 12:54 AM Chuck Hagenbuch chuck

use Horde::compressOutput()

1.19.2.4 RELENG_1 (+6 -2 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.

1.26 (+4 -1 lines) 05/31/2002 05:43 PM Jan Schneider jan

Show links to view, annotate and download files in the annotate and view
pages.

1.25 (+3 -2 lines) 05/03/2002 06:42 PM Jan Schneider jan

Show line numbers in the annotate view.

1.19.2.3 RELENG_1 (+11 -12 lines) 03/20/2002 03:30 PM Chuck Hagenbuch chuck

MFH: lots of changes.

Tags: CHORA_1_1, CHORA_1_1_RC1

1.19.2.2 RELENG_1 (+2 -1 lines) 03/18/2002 09:14 PM Chuck Hagenbuch chuck

MFH: Close a potential problem with register_globals On and $js_onLoad.

1.24 (+2 -1 lines) 03/18/2002 09:12 PM Chuck Hagenbuch chuck

Close a potential problem with register_globals On and $js_onLoad.

1.23 (+2 -7 lines) 01/27/2002 12:07 AM Chuck Hagenbuch chuck

switch output compression to use ob_gzhandler().

1.22 (+6 -6 lines) 01/24/2002 05:45 PM Chuck Hagenbuch chuck

use $registry->getParam()
use CHORA_TEMPLATES

1.21 (+5 -1 lines) 01/16/2002 07:02 PM max

add restricted files support.  should this be MFH?

1.20 (+2 -2 lines) 01/16/2002 11:15 AM Jan Schneider jan

Updated copyright year.

1.19.2.1 RELENG_1 (+2 -2 lines) 01/02/2002 12:05 PM Jan Schneider jan

Updated copyright dates.

Tags: CHORA_1_0

1.19 (+3 -3 lines) 10/02/2001 12:56 PM jon

Various formatting fixes (Text::htmlallspaces() calls, mainly).

Submitted by: Mathieu Arnold <arn_mat@club-internet.fr>

Tags: RELENG_1, CHORA_1_0_RC1

1.18 (+2 -2 lines) 08/15/2001 12:44 AM avsm

move lots of the global funcs in lib/base.php into the Chora
utility class.

clean them up and optimise a bit while I'm there

Tags: CHORA_0_6_4

1.17 (+1 -2 lines) 08/14/2001 11:38 PM avsm

remove redundant include

1.16 (+9 -2 lines) 08/10/2001 06:26 PM avsm

color-code blocks of common code in the annotation view, to make it
easier to see what is what

1.15 (+2 -2 lines) 08/03/2001 04:36 PM avsm

Internationalise Chora via the Horde framework.

Added a sample DE locale with three words translated - can anyone
help out and submit some proper ones?

1.14 (+6 -6 lines) 07/17/2001 06:10 AM avsm

Cleanup: change all the $conf['paths'] variables to query this information
from the registry using the new API functions:

getTemplatePath(), getWebRoot(), getFileRoot(), getGraphicsPath()

Update your config files!

1.13 (+2 -2 lines) 05/13/2001 05:01 PM avsm

use HORDE_BASE, and tidy up the conf.php.dist file to be more like other
Horde apps

Tags: CHORA_0_6_1

1.12 (+4 -2 lines) 04/25/2001 08:12 PM avsm

use Horde::getFormData

1.11 (+10 -1 lines) 04/15/2001 09:00 PM avsm

Allow output compression as an option, using HTTP_Compress from PEAR.

1.10 (+2 -2 lines) 04/14/2001 02:43 PM avsm

Do a repository-move of common.php -> lib/base.php to be consistent
with Horde

The code in this file is still very bad, but at least it's bad code in
the right place :-)

1.9 (+3 -2 lines) 04/14/2001 02:15 PM avsm

use CHORA_BASE

1.8 (+2 -1 lines) 04/14/2001 01:57 PM avsm

use Horde::getTempFile, which cleans up the annotation code a bit.

1.7 (+4 -4 lines) 04/14/2001 12:40 PM avsm

Move template files into their own subdirectories, like the rest of Horde

1.6 (+6 -6 lines) 04/11/2001 06:32 PM Chuck Hagenbuch chuck

start using Horde framework and fix a couple of CODING_STANDARDS things
(there are a lot of spacing issues left).

1.5 (+2 -2 lines) 02/27/2001 02:05 AM avsm

add 2001 to copyright year, and other style tweaks

Tags: CHORA_0_4_1

1.4 (+4 -4 lines) 01/26/2001 03:37 PM Chuck Hagenbuch chuck

capitalization standards, lowercase package name

1.3 (+2 -2 lines) 01/20/2001 08:08 AM avsm

be more intelligent about failed annotations, and return a CVSLib_error
object with the actual error if one does happen.

Despite my best efforts (adding -nl to the 'cvs server' switch), I cant
get annotate to not require read/write access to the CVSROOT/history
file.  This is very annoying, as it certainly doesn't need it, and doesnt
write anything to it, but still fails if it doesnt have that level of
access.

1.2 (+2 -1 lines) 01/19/2001 07:17 PM avsm

include the page_footer.inc

1.1 01/19/2001 07:14 PM avsm

And behold!  CVS annotate support did magically appear within the
repository, many many months after jon requested it.

CVSLib_annotate actually talks the 'cvs server' protocol directly;
inspiration drawn heavily from the cvsweb.cgi script.

We can potentially avoid the use of the rlog/co/rdiff tools if
I can figure out the procotol more; it's pretty well documented,
but seems really illogical.