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

59 Коммитов

Автор SHA1 Сообщение Дата
lpsolit%gmail.com a87b4cc3ee Bug 399540: sample.conf is outdated - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=justdave r=reed 2007-10-12 01:51:04 +00:00
reed%reedloden.com 39a678b9a1 Bug 391883 - "Set the charset for Doctor's cgi to UTF-8 instead of default ISO-8859-1" [p=reed/justdave r=timeless] 2007-08-12 01:34:10 +00:00
reed%reedloden.com f69fd6bfbe Bug 391882 - "Add a link to submit a patch to Bugzilla and update text on front page" [p=reed r=timeless] 2007-08-12 01:30:31 +00:00
reed%reedloden.com 3726a5cf0f Bug 391737 - "Doctor can't re-add files that were deleted previously (and are now in the Attic)" [p=reed r=timeless] 2007-08-12 01:29:42 +00:00
reed%reedloden.com da63f8145e Bug 383816 - "Doctor's robots.txt isn't giving the intended result" [p=reed r=timeless] 2007-08-12 01:28:49 +00:00
lpsolit%gmail.com 7865a9f6ad Bug 362878: .htaccess should protect .pm and .pl files by default - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=myk 2006-12-05 23:09:46 +00:00
lpsolit%gmail.com df2891ce30 Bug 334995: Doctor needs an installation script to set file permissions correctly - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=myk 2006-12-05 22:19:38 +00:00
lpsolit%gmail.com f75b88337f Bug 359129: Doctor should have a robots.txt - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=myk 2006-12-04 20:06:25 +00:00
reed%reedloden.com d0788d4a8b Bug 152688 - "doctor error message does not escape input" [p=reed r=mkanat] 2006-10-24 05:33:44 +00:00
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 76bb708b02 Bug 336283: If doctor.conf contains both WEB_BASE_URI and WEB_BASE_URI_n, only take WEB_BASE_URI into consideration and ignore all multi-installation parameters - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-05 11:17:29 +00:00
lpsolit%gmail.com c5b02c2205 Bug 336320: Doctor incorrectly uses CRLF (\r\n) instead of LF (\n) line terminator - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-05-04 19:16:41 +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
lpsolit%gmail.com c7b71e0b98 Bug 142913: Display the version of the file being edited - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk 2006-04-30 21:03:32 +00:00
myk%mozilla.org e01f8de8d2 fix interpolation of property accessors like ->name, which do not get interpolated correctly when entered into a string like that 2006-01-06 02:44:47 +00:00
myk%mozilla.org 47981316fc update installation instructions and work around bug 226933 2005-12-14 21:49:00 +00:00
myk%mozilla.org 9e874f0e5f hide doctor.conf~ too, and correctly search for enable_wysiwyg_mode 2005-12-14 16:56:18 +00:00
myk%mozilla.org a70e95daee fixed up CPAN command so that it installs MIME::Entity as well 2005-03-24 20:54:21 +00:00
myk%mozilla.org 4d678c076a let's try not to clobber things with aliases, shall we? 2004-05-07 04:08:28 +00:00
myk%mozilla.org 17d6c79bbf Fixing capturing so that it works on Perl 5.6.1 2004-05-07 03:50:56 +00:00
myk%mozilla.org 6cbcc87a90 Add a .htaccess file (with commented out options to prevent server errors) and update the README with better information 2004-05-07 03:02:04 +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 b6068bdc40 backporting to Perl 5.6.1 2004-05-07 00:51:31 +00:00
myk%mozilla.org 456e0704af more cleanup from recent changes 2004-05-05 01:32:14 +00:00
myk%mozilla.org 14b5743771 cleaning up miscellaneous crap from recent changes 2004-05-05 00:24:32 +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 95f4110336 Make the modified iframe fill the modified panel instead of being tiny 2004-04-28 08:54:46 +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 cec3fabf1d Fix for bug 228223: Text about filing bugs for CVS account or for changes reorganized to encourage people to file bug report for changes rather than for CVS account. 2003-12-12 01:00:32 +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 7041007754 Testing new CVS server. 2003-09-09 04:51:14 +00:00
myk%mozilla.org 7142b95c60 Fixed links to take user to default version of bug entry form even if they don't have canconfirm privileges and would thus normally go to the "guided" version of the form.
----------------------------------------------------------------------
2003-09-03 21:09:58 +00:00
myk%mozilla.org 22f9b99134 changed version from "unspecified" to "other" since that sems to be what Bugzilla wants now 2003-07-09 22:00:46 +00:00
myk%mozilla.org 767958e0b1 Checking in an irrelevant change to test the new sendmail on thelizard. 2003-05-02 00:57:36 +00:00
myk%mozilla.org bfb268bc7e Changed the password field on the "create document" page to type="password" (was type="text") so passwords get obscured. 2002-08-24 03:01:35 +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 b9d632bb11 Fix for bgu 153114: Files bugs about changes (that the user can't make herself because she doesn't have CVS access) into the mozilla.org product, webmaster@mozilla.org component instead of the Documentation product. Also, adds a link to the document's change log so users can figure out to whom to assign the bug. 2002-06-20 22:56:23 +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 6d1d2e80d1 Fix for bug 143173: remove unnecessary fields and specific reporter's name from links to Bugzilla. 2002-05-09 01:50:44 +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