Граф коммитов

26 Коммитов

Автор SHA1 Сообщение Дата
lpsolit%gmail.com 640f4b6800 Bug 164167: make it possible to commit changes without entering a password - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-15 20:41:10 +00:00
lpsolit%gmail.com 03e3b6866f Bug 188775: Doctor should offer link to download plain text version of diff - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-10 00:51:04 +00:00
lpsolit%gmail.com 9a5e3d97ee Bug 336343: ValidateVersions() assumes file revision numbers to be of the form x.y - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-04 19:03:31 +00:00
lpsolit%gmail.com dc6ba715b6 Bug 336315: Throw*Error() are unable to find templates - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-02 22:34:11 +00:00
lpsolit%gmail.com d52f29dc34 Bug 323590: Make it possible to have multiple WEB_BASE_URI -> WEB_BASE_PATH mappings - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-02 17:46:07 +00:00
myk%mozilla.org ed3a45f656 fix slurping of command output and errors; correct incorrect references to file.version and config variables; extract the version from CVS/Entries now that we aren't checking out to standard output and therefore don't get version info on standard error; localize $/ so we won't mess things up globally; add info about required Perl modules to README; and fix formatting in Doctor.pm 2004-05-07 02:30:25 +00:00
myk%mozilla.org 456e0704af more cleanup from recent changes 2004-05-05 01:32:14 +00:00
myk%mozilla.org 91dd64260a Finished rewriting Doctor to encapsulate functionality into Doctor::File object 2004-05-04 03:09:02 +00:00
myk%mozilla.org d0bb617d9e encapsulated logic in Doctor and Doctor::File objects to make extending Doctor easier; still have two more doctor.cgi action functions to go: commit and create; then just a lot of cleanup and making sure things are in the right place 2004-04-30 01:40:40 +00:00
myk%mozilla.org 5b23108788 Use File::Temp instead of my custom temp file stuff and eliminate use of the non-standard IO::Capture module 2004-04-28 02:40:35 +00:00
myk%mozilla.org 5bb800f4a8 factor out the code that compares versions and throws an error on mismatch 2004-04-27 20:53:38 +00:00
myk%mozilla.org 9ed4d045d9 implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +00:00
myk%mozilla.org c27cc9a622 partial implementation of mail-based queue; i just can't figure out why the mail it sends is messed up somehow 2004-04-23 03:04:09 +00:00
myk%mozilla.org 99ae2ad24f lots of changes, including WYSIWYG editing, a new UI, and a partial implementation of a database-backed patch queue 2004-04-23 01:36:27 +00:00
myk%mozilla.org 1d01977a9f Updated README with better instructions and fixed Perl path at top of doctor.cgi not to be wierd now that we're on new server. 2003-10-24 18:03:10 +00:00
myk%mozilla.org c1f38ce968 Fix for bug 142829: Allow users to create files. Also whacks the tree heavily with improvements to error handling (differentiating between user and code errors),
reorganization of the Perl code, and additional instructions for setup in the README file and the sample.conf file.
2002-08-24 01:56:50 +00:00
myk%mozilla.org e4ba7af4c2 Fix for bug 152688: HTML-escape CVS error messages before they are output. 2002-06-18 23:33:26 +00:00
myk%mozilla.org 3ae5a34b32 Partial fix for bug 142928. Fixes egregrious example of mean and unnecessary error message. Why ping the user for using an at sign instead of a percentage sign in their CVS username? It's a common mistake and easy to correct; no need to make people feel bad about it. 2002-05-09 02:09:38 +00:00
myk%mozilla.org a7640f5bdf Fix for bug 143164: support URLs and URL paths better. 2002-05-09 00:40:02 +00:00
myk%mozilla.org dbbff5d2a9 Fix for bug 142828: prompts the user for a file to edit if none is given. 2002-05-08 22:27:53 +00:00
myk%mozilla.org 01b3490131 Fix for bug 142645: Tells users how to get a CVS account or file a bug report and attach their changes. 2002-05-08 01:49:07 +00:00
myk%mozilla.org 1687434dd2 Fix for bug 142860: Properly support editing of files with Mac-, Windows-, and Unix-style line endings.
Patch by Myk Melez <myk@mozilla.org>.
2002-05-08 00:15:00 +00:00
myk%mozilla.org 56695a72c7 Code clean-up for bug 142643: uses $1 instead of \1
Patch by Myk Melez <myk@mozilla.org>.
2002-05-07 22:52:56 +00:00
myk%mozilla.org 03eda087f8 Fix for bug 142643: Re-implements line-break escaping to prevent literal occurrences
of escaped line break sequences from being mistakenly interpreted as line breaks.
Patch by Myk Melez <myk@mozilla.org>.
2002-05-07 20:33:58 +00:00
myk%mozilla.org 7ec3727d83 Fix for bug 137673: No longer displays CVS error codes to end users.
Patch by James Cox <imajes@php.net>.
r=myk
2002-05-06 22:22:33 +00:00
myk%mozilla.org f04460af39 first check-in of Doctor, a webtool for editing documents in a CVS repository 2002-03-29 01:13:55 +00:00