- 02 Jul, 2005 1 commit
-
-
Thomas Sibley authored
I've mostly styled the /Widget/TitleBoxes, but they still need to be colorized according to type (and this needs to be synced with history). A lot of form elements still need styling because they don't have appropriate classes. These would be done already if I could use CSS3 attribute selectors, but alas, I can't. A few JS improvements plus general cleanup of HTML as I go along. I still have to correct for a few IE bugs. git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.5-TESTING@3291 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 01 Jul, 2005 2 commits
-
-
Thomas Sibley authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.5-TESTING@3287 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Thomas Sibley authored
Integrated the top actions, menu, logo, footer, and some other stuff into the new CSS layout. Menu system was a total pain to retrofit, and it may still have kinks. git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.5-TESTING@3283 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 24 Apr, 2005 1 commit
-
-
Jesse Vincent authored
Source: 5dbbeda1-96ee-0310-ab23-efcf45cb33fb:/rt/branches/PLATANO-EXPERIMENTAL-CSS:17302 Target: e417ac7c-1bcc-0310-8ffa-8f5827389a85:/rt/branches/PLATANO-EXPERIMENTAL-CSS:2736 (svn://svn.bestpractical.com/rt) Log: r15592@gugod: gugod | 2005-03-31 18:20:07 +0800 make local branch again r15850@gugod: gugod | 2005-04-02 15:26:27 +0800 indentation of some mess body :/ Tweak on the div.title and div.mainbody r15851@gugod: gugod | 2005-04-02 16:10:59 +0800 Make platano "HOME" screen has the same layout as 3.4R r15856@gugod: gugod | 2005-04-02 17:39:59 +0800 remove <font> tag r15857@gugod: gugod | 2005-04-02 17:40:48 +0800 TitleBox now use <div> instead of <table> r15858@gugod: gugod | 2005-04-02 18:28:09 +0800 wrap a div#all right inside <body> to avoid margin problem on IE use div.right-column and div.left-column to split columns. r16237@gugod: gugod | 2005-04-08 12:27:57 +0800 setup login form semantic r16238@gugod: gugod | 2005-04-08 12:39:25 +0800 So, semantics. r16239@gugod: gugod | 2005-04-08 12:41:51 +0800 tweak css to match semantic of "HOME" page r16240@gugod: gugod | 2005-04-08 12:45:55 +0800 put ossf new style into css linkn r16298@gugod: gugod | 2005-04-10 09:37:10 +0800 Move TitleBox to Widgets/ r16299@gugod: gugod | 2005-04-10 09:53:44 +0800 /Elements/TitleBox -> /Widgets/TitleBox r16300@gugod: gugod | 2005-04-10 09:55:50 +0800 /Elements/TitleBox -> /Widgets/TitleBox r16431@gugod: gugod | 2005-04-11 01:11:44 +0800 use component calls with content, instead of TitleBoxStart + TitleBoxEnd r16432@gugod: gugod | 2005-04-11 01:14:33 +0800 Use component calls with content instead of TitleBoxStart + TitleBoxEnd r16438@gugod: gugod | 2005-04-11 08:36:11 +0800 deprecate TitleBoxStart + TitleBoxEnd r16439@gugod: gugod | 2005-04-11 09:36:13 +0800 Use component call with contents to "TitleBox" instead of TitleBoxStart + TitleBoxEnd r16662@gugod: gugod | 2005-04-13 22:16:49 +0800 fix syntax error r16680@gugod: gugod | 2005-04-15 13:40:19 +0800 fix syntax error r16824@gugod: gugod | 2005-04-17 14:00:10 +0800 make it more xhtml-ish r16825@gugod: gugod | 2005-04-17 14:01:55 +0800 use lowercase tag name r16826@gugod: gugod | 2005-04-17 14:11:32 +0800 more xhtml-ish thing r16827@gugod: gugod | 2005-04-17 14:54:09 +0800 lowercase A tags r16828@gugod: gugod | 2005-04-17 14:55:21 +0800 lowercase tag r16829@gugod: gugod | 2005-04-17 14:55:37 +0800 lowercase tag r16830@gugod: gugod | 2005-04-17 14:56:07 +0800 indentation and SimpleSearchForm css r16831@gugod: gugod | 2005-04-17 14:58:33 +0800 lowercase A tag r16832@gugod: gugod | 2005-04-17 15:09:04 +0800 Massive Change lowercase all html tags with this script: #!/usr/bin/perl -i.bak -p s{(</\w+>)}{lc($1)}eg; s{(<\w+[\s>])}{lc($1)}eg; r17292@gugod: gugod | 2005-04-24 18:30:56 +0800 lowercase the attribute names double-quote attribute values r17293@gugod: gugod | 2005-04-24 18:32:08 +0800 lowercase attribute name double-quote attribute value r17294@gugod: gugod | 2005-04-24 18:33:12 +0800 lowercase attribute name double-quote attribute value r17295@gugod: gugod | 2005-04-24 18:34:06 +0800 <b> -> <strong> r17296@gugod: gugod | 2005-04-24 18:39:07 +0800 remove <font> r17297@gugod: gugod | 2005-04-24 18:39:46 +0800 This should be more proper r17298@gugod: gugod | 2005-04-24 18:44:06 +0800 <b> -> <strong> <font> -> <span> r17299@gugod: gugod | 2005-04-24 18:45:58 +0800 <br> -> <br/> <i> -> <em> r17300@gugod: gugod | 2005-04-24 18:48:28 +0800 more xhtml tidy r17301@gugod: gugod | 2005-04-24 18:52:32 +0800 more xhtml tidy r17302@gugod: gugod | 2005-04-24 18:55:06 +0800 xhtml tidy git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@2804 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 17 Apr, 2005 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@2736 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 10 Apr, 2005 1 commit
-
-
Jesse Vincent authored
r15592@kybristedi: gugod | 2005-03-31 18:20:07 +0800 make local branch again r15850@kybristedi: gugod | 2005-04-02 15:26:27 +0800 indentation of some mess body :/ Tweak on the div.title and div.mainbody r15851@kybristedi: gugod | 2005-04-02 16:10:59 +0800 Make platano "HOME" screen has the same layout as 3.4R r15856@kybristedi: gugod | 2005-04-02 17:39:59 +0800 remove <font> tag r15857@kybristedi: gugod | 2005-04-02 17:40:48 +0800 TitleBox now use <div> instead of <table> r15858@kybristedi: gugod | 2005-04-02 18:28:09 +0800 wrap a div#all right inside <body> to avoid margin problem on IE use div.right-column and div.left-column to split columns. r16237@kybristedi: gugod | 2005-04-08 12:27:57 +0800 setup login form semantic r16238@kybristedi: gugod | 2005-04-08 12:39:25 +0800 So, semantics. r16239@kybristedi: gugod | 2005-04-08 12:41:51 +0800 tweak css to match semantic of "HOME" page r16240@kybristedi: gugod | 2005-04-08 12:45:55 +0800 put ossf new style into css linkn r16298@kybristedi: gugod | 2005-04-10 09:37:10 +0800 Move TitleBox to Widgets/ r16299@kybristedi: gugod | 2005-04-10 09:53:44 +0800 /Elements/TitleBox -> /Widgets/TitleBox r16300@kybristedi: gugod | 2005-04-10 09:55:50 +0800 /Elements/TitleBox -> /Widgets/TitleBox git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@2599 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 31 Mar, 2005 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@2544 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 27 Mar, 2005 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.4-RELEASE@2521 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 02 Feb, 2005 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@2186 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 01 Feb, 2005 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.4-RELEASE@2147 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 28 Dec, 2004 1 commit
-
-
Robert Spier authored
(Mozilla will perform a refresh=1 for refresh=-1) git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.4-RELEASE@2028 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 11 Nov, 2004 2 commits
-
-
Jesse Vincent authored
No functionality changes git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@1868 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@1830 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 10 Nov, 2004 1 commit
-
-
Audrey Tang authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.3-TESTING@1777 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 09 Nov, 2004 1 commit
-
-
Jesse Vincent authored
No functionality changes git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.3-TESTING@1766 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 23 Oct, 2004 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.3-TESTING@1686 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 07 Oct, 2004 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@1637 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 22 Sep, 2004 1 commit
-
-
Tara Andrews authored
be able to see the Prefs link in the header. git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.3-TESTING@1544 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 10 Aug, 2004 1 commit
-
-
Alex Vandiver authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.2-RELEASE@1326 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 28 Jul, 2004 1 commit
-
-
Jesse Vincent authored
Removed the extra newlines we inserted after the copyright block, since it adds extra newlines to the mason pages, which can break some parsing. git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.2-RELEASE@1292 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 23 Jul, 2004 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.2-RELEASE@1282 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 21 Jul, 2004 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.2-RELEASE@1272 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 19 Jul, 2004 2 commits
-
-
Audrey Tang authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.2-RELEASE@1264 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Jesse Vincent authored
Retagging the source code with the updated submission policy git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.2-RELEASE@1262 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 12 Jul, 2004 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.1@1206 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 10 Jul, 2004 1 commit
-
-
Jesse Vincent authored
r1769@tinbook: jesse | 2004-06-01T20:22:38.640731Z r1902@tinbook: jesse | 2004-06-17T01:08:53.996154Z r1991@tinbook: jesse | 2004-06-28T02:03:57.669851Z r1992@tinbook: jesse | 2004-06-28T02:19:36.386707Z Pulling forward from RT 3.1 r1993@tinbook: jesse | 2004-06-28T03:06:56.930396Z Merging forward from 3.1 r1998@tinbook: jesse | 2004-06-28T03:10:54.232175Z r1997@tinbook: jesse | 2004-06-28T03:10:36.434329Z Bumping to 3.3.4 r2058@tinbook: autrijus | 2004-07-05T16:56:22.344051Z r5899@not: autrijus | 2004-07-05T15:13:55.850880Z correct the documentation for CreateTickets; it was still referring to the archaic "Approvals" queue and "Approval" type, whereas now we're using "___Approvals" and "approval" now. r2059@tinbook: autrijus | 2004-07-05T19:43:17.347835Z r5913@not: autrijus | 2004-07-05T19:41:37.720057Z add rt-dump-database, a tool to dump config data to initialdata format. r2113@tinbook: jesse | 2004-07-10T04:40:37.142269Z r2012@tinbook: jesse | 2004-06-28T21:51:20.545520Z Fixed bugs in CreateTickets (Approvals) system, both preexisting and introduced in 3.2.0rc3 r2014@tinbook: jesse | 2004-06-29T02:46:58.362406Z r2015@tinbook: jesse | 2004-06-29T02:47:32.464100Z 3.2.0rc4 r2022@tinbook: jesse | 2004-06-29T17:50:48.925379Z r2023@tinbook: jesse | 2004-06-29T17:55:34.408001Z RT-Ticket: 5787 RT-Status: resolved RT-UpdateType: correspond Added ticket absolute urls for the various actions one can take on searches. r2030@tinbook: jesse | 2004-06-30T04:36:01.943950Z Bumping to 3.2.0 r2067@tinbook: jesse | 2004-07-06T20:25:17.528316Z r2068@tinbook: jesse | 2004-07-06T20:59:43.336929Z Explicit 'Bookmark this search' functionality has been added back to RT 3.2 r2070@tinbook: jesse | 2004-07-06T21:13:17.298878Z RT-Ticket: 5815 RT-Status: resolved RT-Update-Type: correspond RT now advises users about how to set the DBA and DBA Password when upgrading r2072@tinbook: jesse | 2004-07-06T22:04:15.878370Z "Negative" Ticket searches (for all tickets which don't have a certain custom field value) now find tickets which have _no_ custom field value for that ticket. Custom Field searches should now work better with non-ascii custom field names. (Needs user verification) r2095@tinbook: jesse | 2004-07-09T17:06:56.744260Z r2096@tinbook: jesse | 2004-07-09T17:55:13.811842Z RT-Ticket: 5800 RT-Status: resolved RT now stores sent messages in the database as utf-8. r2098@tinbook: jesse | 2004-07-09T19:19:39.944163Z Fixups to Attributes to work with lack of access, rather than just falling over. r2099@tinbook: jesse | 2004-07-09T19:21:06.127719Z By default, use verbose mode for reporting missing modules. r2100@tinbook: jesse | 2004-07-09T19:25:51.061318Z Added a note about the fact that you'll be happier if you blow away your old RT instance. r2101@tinbook: jesse | 2004-07-09T19:27:27.455452Z Fixing tests to conform to linda"s fixed code r2102@tinbook: jesse | 2004-07-09T19:29:51.316623Z (Merging 3.0 to 3.2) r2081@tinbook: huberth | 2004-07-08T16:28:17.266000Z RT-Ticket: 5773 RT-Status: resolved DBIx::SearchBuilder dependency bumped from 0.97 to 1.01. r2089@tinbook: alexmv | 2004-07-08T19:40:10.002177Z @ARGV _is_ allowed to be empty; it is $search which must not be. Thanks to jdwitt at the domain of software.umn.edu for the catch. r2103@tinbook: jesse | 2004-07-09T19:39:27.276636Z Updated French translation from sebastien.person@easter-eggs.com r2105@tinbook: jesse | 2004-07-09T20:58:36.771281Z Made recording outgoing email optional. Stopped recording attachments multiple times. r2106@tinbook: jesse | 2004-07-09T21:00:30.401132Z r2107@tinbook: jesse | 2004-07-09T21:00:41.498447Z Removing debugging output r2110@tinbook: jesse | 2004-07-10T04:20:46.424456Z Message catalogs updated r2114@tinbook: jesse | 2004-07-10T06:03:00.790969Z Custom field searching now works again on 3.3 git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.1@1201 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 26 Jun, 2004 1 commit
-
-
Audrey Tang authored
r5778@not: autrijus | 2004-06-26T11:28:26.143291Z solve utf8 quoting problem on "Take". r5781@not: autrijus | 2004-06-26T20:27:29.184033Z restore hu.po git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.3@1150 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 20 Jun, 2004 1 commit
-
-
Audrey Tang authored
Changed header_out to use headers_out instead (which should be used in 1.0 as well). Cf.: http://perl.apache.planetmirror.com/docs/2.0/user/porting/compat.html git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.3@1121 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 09 Jun, 2004 1 commit
-
-
Alex Vandiver authored
RT-Update: correspond RT-Status: resolved Remove extraneous </font> tag git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/trunk@1044 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 01 May, 2004 1 commit
-
-
Audrey Tang authored
r4358@not: autrijus | 2004-05-01T18:47:49.553353Z Fixed an off-by-one error in ticket listing. r4359@not: autrijus | 2004-05-01T18:48:06.789268Z support for Atom autodiscovery. git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.3@798 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 10 Mar, 2004 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.1@535 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 25 Feb, 2004 1 commit
-
-
Jesse Vincent authored
more work on the project mangmet ui git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.1@454 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 15 Feb, 2004 1 commit
-
-
Audrey Tang authored
bring autrijus branch up to date r3836: autrijus | 2004-02-15T17:49:10.192619Z the new schema. r3837: root | 2004-02-15T18:53:08.183749Z correct javascript in hideshow() r3838: root | 2004-02-15T18:54:01.658701Z make transaction backward compat r3839: autrijus | 2004-02-15T20:30:05.474784Z new factory and changed objects r3840: autrijus | 2004-02-15T20:30:21.308543Z the v4 schema. git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/autrijus-3.1@421 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 30 Jan, 2004 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/rt-3.1@384 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 16 Jun, 2003 1 commit
-
-
Jesse Vincent authored
-
- 08 Jun, 2003 1 commit
-
-
Linda Julien authored
-
- 23 Mar, 2003 1 commit
-
-
Jesse Vincent authored
2266 - postgres scrip creation bug 2267 - Tickets not reopened after being stalled 2265 - Fixed css nits from blaise Unreported - Fixed quick-search bug
-
- 14 Mar, 2003 1 commit
-
-
Jesse Vincent authored
-
- 10 Mar, 2003 1 commit
-
-
Jesse Vincent authored
Adding a frob to the Header to suppress the logged in box; fixing a Custom Fields ACL over-optimization (bug) for global custom fields
-
- 07 Mar, 2003 1 commit
-
-
Jesse Vincent authored
-