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

2795 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 33e830aebd Adjusting btek yrange hack value 2001-12-03 20:48:38 +00:00
kestes%walrus.com ecb5b17c4a empty cells need to have text brower string. 2001-12-03 20:02:39 +00:00
kestes%walrus.com bc12f06bf0 minor changes in now addnote communicates with tinder.cgi. now the note
is rendered on an as needed basis inside tinder.cgi.
2001-12-03 19:57:35 +00:00
kestes%walrus.com 1f0967426d text browser updates. 2001-12-03 19:55:56 +00:00
kestes%walrus.com 15567e3914 add features to allow text browsers to view status tables. 2001-12-03 19:55:12 +00:00
kestes%walrus.com 572164fdd0 update tests to accomidate new text browser features and conventions. 2001-12-03 19:53:31 +00:00
kestes%walrus.com 3c0f636f8f add support for an ALL page.
fix a bunch of minor bugs and typos.
2001-12-03 19:52:38 +00:00
kestes%walrus.com fe5b24cccf add link back to the current status page from which ever status page
you are looking at.
2001-12-03 19:50:00 +00:00
kestes%walrus.com e80777fb94 add support for text browser characters. 2001-12-03 19:48:47 +00:00
kestes%walrus.com 2c1da9b53c generalize treestate so that we can provide data to text browsers. 2001-12-03 19:47:24 +00:00
kestes%walrus.com 1033dd75d6 add support for an ALL page. 2001-12-03 19:46:04 +00:00
kestes%walrus.com 28b599eab9 add support for text browsers: colorized characters which discribe the build
cell state.  Also allow users to chose the brief/full log from the
status page.
2001-12-03 19:44:26 +00:00
kestes%walrus.com 22ecd64fd0 add support for text browsers including, special colorized characters
and click through text of notices.
2001-12-03 19:43:28 +00:00
kestes%walrus.com 32d632c2c6 add support for text browsers. 2001-12-03 19:42:45 +00:00
mcafee%netscape.com 813da6c87b removing jrgm's version of &days=, Date::Calc version is working. 2001-12-03 09:07:16 +00:00
mcafee%netscape.com c649101a71 Adding &days=n argument. 2001-12-03 08:56:28 +00:00
mcafee%netscape.com 0963eca175 Adding &days=n argument. Left in jrgm's attempt as a comment for now. 2001-12-03 08:40:42 +00:00
mcafee%netscape.com 6614130b91 Adding &days=n argument. Needs Bit::Vector and Date::Calc perl modules. 2001-12-03 08:11:15 +00:00
mcafee%netscape.com d6812466c3 Added &autoscale=1 option, default is still the btek hack [1300:1400] 2001-12-02 21:54:25 +00:00
mcafee%netscape.com 44e080573b First commit. 2001-12-02 21:50:59 +00:00
mcafee%netscape.com 4c2f1c910d Ignore db directory 2001-12-02 21:31:30 +00:00
mcafee%netscape.com 6df2649904 Added &autoscale=1 option to autoscale y-axis. 2001-12-02 21:30:31 +00:00
ian%hixie.ch 09282c5818 Fixed a bug in the main run loop whereby the objects array wasn't freed until shutdown, which sometimes meant objects got destroyed after the application, which is bad when the objects use the application to find services, etc. (This doesn't happen with services since services are not allowed to store references to the application, either directly or indirectly through references to objects or service instances.) Fixed the logout code to wait until the user tries to do something that requires login before clearing the logging out flag. This fixes a bug with HTTP whereby if a user logged out then his UA wouldn't ever be sent a 401 so wouldn't ever lose the authentication info, because browsers send the authentication info regardless of whether a page needs it or not. Also took the opportunity to remove a potential bug in the input validator code: store the admin message instead of a reference to the user object which might end up with a lifetime longer than expected. 2001-12-01 04:37:26 +00:00
ian%hixie.ch ac14fa1708 Removed an outdated comment. It is now safe to have a single module be a service, one or more service instances, and one or more objects all at the same time. 2001-12-01 04:29:20 +00:00
ian%hixie.ch 7ec6984494 Add support for keyed channels to mozbot. A lot of work, like it said in the INSTALL file. :-) b=112955 r=timeless 2001-11-30 23:38:21 +00:00
jake%acutex.net 8429b5989b Get the file list of files to scan for templates from Support::Files instead of glob('*') 2001-11-30 21:49:47 +00:00
ian%hixie.ch 79c1860606 Made all dependencies load their modules on demand rather than on startup (cuts down the page serving time by about 50%). Also removed some debugging statements in certain high profile areas. 2001-11-30 20:48:36 +00:00
ian%hixie.ch 050ad60758 Added support for easily getting the original key name of a munged key: added a virtual '.coses: original key' entry to all hashes in COSES (works similar to the virtual '.length' item that all arrays have). Edited the debug string to mention these virtual items. 2001-11-30 16:20:22 +00:00
ian%hixie.ch 389c6783a8 Fixing an inconsistency between getArgument() and peekArgument(). peekArgument() now returns an empty list in an array context if there is no such argument, instead of undef. This makes it act like getArgument(), which just returns the list of values in an array context. Similarly, made the default implementation of peekArgument() whine about not being implemented instead of returning undef, since by design peekArgument() should return the same as getArgument() if the argument is present. 2001-11-30 16:13:00 +00:00
ian%hixie.ch d7607585fc Adding error handling for the case where the user prefs editor is called with bogus user IDs. 2001-11-30 16:06:45 +00:00
ian%hixie.ch 004b78a163 Implemented logout and explicit new account creation in the login service. Had to add removeObject() to the Controller module (the opposite of the exisiting addObject()). 2001-11-30 13:31:29 +00:00
mcafee%netscape.com 6da5b9485f close the file to get it to write to disk 2001-11-30 08:41:27 +00:00
mcafee%netscape.com 1305df405a match changes from startup test. 2001-11-30 08:38:05 +00:00
mcafee%netscape.com 93dce4750e better error message when no data file is found. 2001-11-30 08:32:53 +00:00
mcafee%netscape.com 37703a0ee2 try to fix error-on-first-report 2001-11-30 07:57:19 +00:00
mcafee%netscape.com 2d4846374f avg -> value 2001-11-30 05:53:01 +00:00
mcafee%netscape.com ba13aea768 switching avg to value 2001-11-30 05:49:19 +00:00
mcafee%netscape.com 906e56e46d Fixing Y axis label 2001-11-30 05:44:07 +00:00
mcafee%netscape.com d29e4da38d First add. Clone of startup cgis. plans to make this a general graph cgi are in the wings, this is a temporary get-this-going hack 2001-11-30 04:51:04 +00:00
ian%hixie.ch d0f1adf983 Minor fixes to make the previous checkin actually compile... 2001-11-29 20:23:48 +00:00
ian%hixie.ch ae996eb3e1 * Corrected some inaccurate comments I came across.
* Added support for group membership levels (now you can be a normal member, as before, but also a group op or a group admin) -- this affected the user data source, the mysql data source, and the user service.
* Added a getFieldsHierarchically() method to the user data source.
* Added a getFieldsByCategory() method to the user data source.
* Fixed a typo in some of the SQL in the rights management part of the MySQL user data source.
* Added support in the arguments input module for treating the arguments as dot-delimited trees and returning a specific branch.
* Added support in the passwords service for encrypting a specific password.
* Added a getFieldByID() method to the user service.
* Made the groups in the user service be indexed by both ID and Name.
* Implemented the user preferences component.
2001-11-29 18:03:38 +00:00
jake%acutex.net c7e781a010 Bug 108312 - The mid-air collision page was only showing the most recent changes if two people comitted changes to a bug while you were viewing it.
r=louie, myk
2001-11-27 15:04:52 +00:00
mcafee%netscape.com bc46b41785 Solaris needs LD_LIBRARY_PATH help for /usr/local/lib 2001-11-27 05:01:47 +00:00
mcafee%netscape.com ce346ab569 Find gnuplot 2001-11-27 04:43:32 +00:00
mcafee%netscape.com fc6c963c9d First add. code=jrgm, modified by mcafee 2001-11-27 02:26:48 +00:00
mcafee%netscape.com ce89f9a71b minor html fix 2001-11-27 02:19:00 +00:00
myk%mozilla.org 1e969d3f91 Fix for bug 109802: Make it clear how to enter mysql passwords with special characters into localconfig.
Patch by Dave Miller <justdave@syndicomm.com>.
r=ddkilzer,louie.
2001-11-27 00:49:26 +00:00
myk%mozilla.org 7cf8c8c8a5 Fix for bug 101875: Put the product column before the component column rather than after.
Patch by Paul Baker <pbaker@where2getit.com>.
Low risk, r=myk, no second review needed.
2001-11-26 23:29:29 +00:00
jake%acutex.net a325f27a1b Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was incorrectly quoted in Bug.pm
r= justdave, louie
2001-11-26 14:16:10 +00:00
timeless%mac.com 51a4520c4a Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00