Commit graph

8289 commits

Author SHA1 Message Date
Colin Kuskie
13aab35f97 Remove methods that are copy/paste from the skeleton, and add missing POD
to the Newsletter.
2009-07-04 23:21:40 +00:00
Colin Kuskie
c51fa56491 Add missing pod to Operation/Graphics. 2009-07-04 23:13:08 +00:00
Colin Kuskie
921ca2383b Add missing POD to ITransact 2009-07-04 22:58:51 +00:00
Colin Kuskie
1f8302ef52 Add missing to the Product. 2009-07-04 21:28:52 +00:00
Colin Kuskie
f5fdc49f43 Add missing POD. Refactor to use the definition to draw the edit form. 2009-07-04 20:59:07 +00:00
Colin Kuskie
e6d47212cc Add missing POD to PayPalStd. 2009-07-04 20:49:47 +00:00
Colin Kuskie
8405f79002 Add missing POD to Layout. 2009-07-04 20:49:31 +00:00
Colin Kuskie
5458d1a679 Add missing POD to WebGUI::Image and child classes, and fix any POD typos that affect coverage. 2009-07-04 20:29:54 +00:00
Colin Kuskie
cc1110a48d Add missing POD to these assets. 2009-07-04 20:22:21 +00:00
Colin Kuskie
3cd1e13051 Add missing POD and fix POD typos in subroutine names. 30/441 failing 100% POD coverage. 2009-07-04 20:09:35 +00:00
Colin Kuskie
2e2e436d1f Fix POD capitalization. 2009-07-04 19:28:45 +00:00
Colin Kuskie
721a8ced26 Use as many autogenerated form fields as possible. 2009-07-04 19:26:36 +00:00
Colin Kuskie
e5c0293498 Add missing POD. 2009-07-04 18:56:59 +00:00
Colin Kuskie
3a153a17cd Add missing POD for Tax. 2009-07-04 17:28:20 +00:00
Colin Kuskie
576b914293 More POD fixes. 2009-07-04 17:21:05 +00:00
Colin Kuskie
d927336979 Add missing POD, or fix POD typos which caused coverage to be low. 2009-07-04 17:16:36 +00:00
Colin Kuskie
cff07644e0 Fix POD to increase POD coverage, mainly by fixing typos and removing
unused code.
2009-07-04 17:12:13 +00:00
Colin Kuskie
df51a0d99f Fix the form for the Product. It was returning variants with no quantity. 2009-07-03 16:19:26 +00:00
Colin Kuskie
1bcae0d3bc Add an Event method for returning a non-inclusive end DataTime object.
Have Calendar use that for determining the end of a week in viewWeek.
Fix getEventsIn to do all comparisons in UTC so that extra events are not added in.
2009-07-03 05:04:43 +00:00
Patrick Donelan
29f20d3889 Fixed bug in Survey::ExpressionEngine - was not using most recent survey
response to resolve external values
2009-07-03 01:39:53 +00:00
Patrick Donelan
79692ca8fe Fixed: Survey - check for groupToEditSurvey as well as groupToViewSurvey in canView 2009-07-03 01:39:34 +00:00
Patrick Donelan
0265e1dfbd Fixed Survey::Test diagnostics when comparing complex data structures 2009-07-03 01:39:16 +00:00
Colin Kuskie
1d3d61e16f Add hex generation code to tempspace Storage objects. Otherwise, they return undef. 2009-07-02 16:01:03 +00:00
Colin Kuskie
277701a2cc Internationalize some Event edit form error messages. 2009-07-02 15:28:58 +00:00
Colin Kuskie
c30614bdf6 Forward porting fixes for iCal escaping and unescaping, and line wrapping. 2009-07-01 22:18:57 +00:00
Colin Kuskie
109178ac6a remove debug 2009-06-30 15:50:07 +00:00
Colin Kuskie
755d7909a5 Fix iCal processing in the Calendar module and workflow. Errors with
generation and processing.
2009-06-30 15:43:40 +00:00
Patrick Donelan
bb3de4bf96 Fixed minor Survey bug that could prevent tests from running in some cases 2009-06-27 00:04:38 +00:00
Colin Kuskie
7901e1d398 Fix the Post handling Metadata possibleValues differently from other Assets. 2009-06-26 22:42:15 +00:00
Colin Kuskie
a75e83b52d Update POD for addMetaDataField, which also masquerades as editMetaDataField. 2009-06-26 21:50:17 +00:00
Patrick Donelan
eca88d70f4 Fixed bug where Survey was leaving uncommitted version tags behind 2009-06-26 02:30:12 +00:00
Colin Kuskie
299442662a Add a progress bar to Delete in the AssetManager. 2009-06-25 15:33:43 +00:00
Colin Kuskie
45a6428887 Remove debug code from the AssetManager. 2009-06-25 15:32:07 +00:00
Colin Kuskie
8bcfa301b3 Make the AssetManager use Asset*.pm for cut, copy, paste, rank and duplicate. 2009-06-25 14:40:22 +00:00
Colin Kuskie
44bc4abcdb use getWebguiProperty to find the extrasURL. 2009-06-25 03:26:31 +00:00
Colin Kuskie
7b5cf7518c Add progress bars for rollback, trash and their www methods. 2009-06-24 22:30:41 +00:00
Colin Kuskie
ef4afdb9c8 Remove debug. 2009-06-24 14:39:25 +00:00
Colin Kuskie
a7c489e454 Make the importer check the date format when importing tickets. 2009-06-24 03:25:07 +00:00
Colin Kuskie
f0eaa51d3a If adding an asset is added to another asset with an open version tag, put the
new asset in that version tag, too.
2009-06-23 19:32:40 +00:00
Colin Kuskie
91029e8140 Remove inline JS from the Date and DateTime forms by putting the user's firstDayOfWeek preference
into the getWebuiProps.
2009-06-23 19:25:50 +00:00
Colin Kuskie
a4be42a7ce Fix bugs with resizing photos on upload. 2009-06-23 00:07:16 +00:00
Patrick Donelan
17c7618605 Removed debug line 2009-06-22 23:21:35 +00:00
Colin Kuskie
afa294973e De-scaleed a POD typo. 2009-06-22 22:55:39 +00:00
Stephen Opal
8aecdbc1cc Macro for converting UTC stored dates from SQL Reports to user or developer formatted date-time timezone text.
w
2009-06-22 14:29:00 +00:00
Stephen Opal
13a018cb4c Add a method which will "do the right thing" when the existence of the desired Crud table may be in question. 2009-06-22 14:16:47 +00:00
Patrick Donelan
b5186bfbab fixed #10565: Survey: add question doing double-create 2009-06-22 07:08:08 +00:00
Patrick Donelan
3fccab7743 Minor bugfixes/tweaks to Survey 2009-06-22 07:07:41 +00:00
Colin Kuskie
39d409f354 Fix two bugs with edit branch. One for creating the metadata field forms,
and another in processing them.
2009-06-22 03:23:25 +00:00
JT Smith
74d50ead2f Updated auth to allow sending back of non-text/html mime types. 2009-06-20 16:37:18 +00:00
Colin Kuskie
73df992b1e Add missing Tax i18n. 2009-06-20 01:45:55 +00:00