Commit graph

5039 commits

Author SHA1 Message Date
Matthew Wilson
01cfcf74b9 fix 2006-05-02 04:29:22 +00:00
Colin Kuskie
4e1cac6d57 remove unused column from db in Shortcut 2006-05-02 03:46:35 +00:00
Colin Kuskie
069d4e4871 New i18n, reformat code, XHTML compliance in docs. 2006-05-02 03:33:27 +00:00
Matthew Wilson
04852c9dc8 dhtml modal popups. 2006-05-02 03:30:34 +00:00
Frank Dillon
4630352d9d added addToDateTime method which combines addToDate and addToTime into one method saving clock cycles for dates which need both day and time added. 2006-05-01 21:46:57 +00:00
Frank Dillon
92626f43af Added getDayOfWeek function which returns the numeric day of the week (1=Monday, 2=Tuesday, etc) 2006-05-01 21:17:53 +00:00
JT Smith
4decfcd738 added flash ad, which will have to be replaced, cuz it's ugly as hell, but it's a placeholder for now 2006-05-01 20:50:49 +00:00
Frank Dillon
33c742487d Fixed error with monthStartEnd where timezone was not being set prior to getting the start and end of the month. 2006-05-01 20:15:40 +00:00
JT Smith
0fd9bf37f8 admin console looks better in IE now 2006-05-01 19:57:44 +00:00
Colin Kuskie
3807af315c Move the template code for title.form.textarea right next to title.form so that
it's obvious that they're the same variable, and both shouldn't be used.
Updated docs and fixed <br> tags to be XHTML compliant.
2006-05-01 17:42:18 +00:00
Frank Dillon
35689596f5 Added monthCount method to Synopsis. 2006-05-01 16:50:07 +00:00
Frank Dillon
0080a55bf8 Removed getMonthsInInterval method as it already exists with the name of monthCount 2006-05-01 16:47:37 +00:00
Frank Dillon
09bece8f8e Added getMonthsInInterval method analogous to getDaysInInterval method 2006-05-01 16:42:06 +00:00
JT Smith
1d6158d4f3 fixed 2006-05-01 16:33:46 +00:00
Martin Kamerbeek
f6f7657511 SQLForm bug and usability fixes 2006-05-01 12:45:55 +00:00
Martin Kamerbeek
dfef678b06 Adding the graphing plugins to the config file 2006-05-01 08:56:21 +00:00
Colin Kuskie
0f6d8e57de More UI level docs moved into Help from i18n.
Fixed missing close list tags that muck up flat help rendering.
2006-05-01 04:04:52 +00:00
Colin Kuskie
b6c65315bb Formatting cleanups that interfere with rendering.
move ui level documentation to the Help file instead of
in the i18n file.
2006-05-01 03:56:01 +00:00
Colin Kuskie
7378f8b2df new version of Test::Deep does not spew warnings 2006-05-01 03:06:51 +00:00
Colin Kuskie
5d492b5fc0 missing i18n label 2006-05-01 02:53:39 +00:00
Martin Kamerbeek
27af7de00c Adding the graphing engine. 2006-04-30 22:40:23 +00:00
JT Smith
683b580849 added a screen for viewing pending version tags 2006-04-30 19:17:51 +00:00
JT Smith
f0bb16fb0b added a screen for displaying the status of running workflows 2006-04-30 18:54:05 +00:00
JT Smith
f7c1c38ade don't need this 2006-04-30 17:59:09 +00:00
JT Smith
0733c3a5a5 cleaning up jukka's mess 2006-04-30 16:30:48 +00:00
Colin Kuskie
b33bc102df added new requirement for File::MMagic 2006-04-30 16:25:53 +00:00
Jukka Raimovaara
1f78c2b077 Added internal redirect
(Is there a way to get content_type that wouldn't require File::MMagic?)
Apache2::SubRequest's method lookup_file coused segfault in apache, so I scrapped that and used File::MMagic to to content type determing
Also fixed credit and added a currentPage.rankIsN variable to navigation
2006-04-30 13:07:00 +00:00
Wouter van Oijen
a9c3387cb1 Fixed POD 2006-04-30 07:20:38 +00:00
JT Smith
a0120fa868 fixed a bug with url procesisng
added steves new images
2006-04-29 18:40:27 +00:00
Steve Swanson
02704fadcf Added new navigation template, indentnav 2006-04-29 16:36:40 +00:00
Colin Kuskie
86d75c7397 New template var for Post, isThread.
Remove startDate field in Layout help that referenced the FilePile vars.
2006-04-28 23:45:13 +00:00
Colin Kuskie
599e3707d0 WebGUI/Help/Asset_File.pm: Reorder fields to match form
FilePile: Remove startDate and endDate fields and docs
2006-04-28 23:37:20 +00:00
Colin Kuskie
e82dfccc56 remove duplicate entry in Asset Help fields, make def properties in same order as editForm for easy reading 2006-04-28 21:50:52 +00:00
Wouter van Oijen
efe05d8469 Fixed typo in SQL query 2006-04-28 21:43:41 +00:00
Colin Kuskie
a88c9b93c5 i18n and docs for the template Style Wizard 2006-04-28 21:13:22 +00:00
JT Smith
8bace2e619 fix [ 1344318 ] utf8 support for uri_escape/URL::Escape 2006-04-28 21:11:59 +00:00
JT Smith
2037bc510d fix [ 1445002 ] Field(s) fail to delete 2006-04-28 21:03:58 +00:00
JT Smith
3cef14bd90 [ 1474749 ] blank/null hostname in a spectre job 2006-04-28 20:49:18 +00:00
JT Smith
ac8f720f87 [ 1477611 ] 6.99: Edit/Manage buttons appear multiple times 2006-04-28 20:11:32 +00:00
JT Smith
29e4effdb9 [ 1471218 ] 6.8.8: Unable to change Default Home Page 2006-04-28 19:50:55 +00:00
JT Smith
149789c11e [ 1474390 ] delete workflow fails 2006-04-28 19:14:13 +00:00
JT Smith
7921c7a708 [ 1457777 ] 6.99: Can't modify non-lvalue subroutine call 2006-04-28 18:55:20 +00:00
JT Smith
89e1d83d0f no longer handling multiple operations per request, because it was a silly jury rig 2006-04-28 17:55:21 +00:00
JT Smith
199b150f90 [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:26:21 +00:00
JT Smith
d77c6ed89f [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:21:58 +00:00
JT Smith
1b7488e4b1 [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:12:58 +00:00
Colin Kuskie
f91b1b9d13 Template docs updated for 6.99 2006-04-28 17:04:23 +00:00
JT Smith
2f24cd3f3c [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 16:59:32 +00:00
Colin Kuskie
a1570eeb71 fix broken contentType tag 2006-04-28 16:00:24 +00:00
JT Smith
24bc7149ca fixed [ 1412525 ] 6.9: Restore from trash 2006-04-28 15:57:46 +00:00