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
Colin Kuskie
232e435ccd
I18n some AdminConsole titles.
2009-06-20 01:11:59 +00:00
Colin Kuskie
61b4e1e826
Never delete an asset property key.
2009-06-20 00:16:34 +00:00
Colin Kuskie
49c2cfd5fa
Update tests to handle the new way of updating ranks in the asset manager.
2009-06-20 00:03:18 +00:00
Colin Kuskie
3b94bad76d
Fix a typo in user output.
2009-06-20 00:02:20 +00:00
Colin Kuskie
117904aff7
fix an i18n bug
2009-06-19 23:31:01 +00:00
Colin Kuskie
b9b7066a1d
Update local property cache when performing version tag operations an $self.
2009-06-19 18:20:14 +00:00
Colin Kuskie
d9afb768f5
Fixing fractional array indexes in the RandomAssetProxy macro.
2009-06-19 18:09:37 +00:00
Colin Kuskie
35749ff8c6
Add a progress bar for reordering rank in the Asset Manager.
2009-06-19 18:06:46 +00:00
Colin Kuskie
385e3ee259
Use the new method for getting the asset manager URL.
2009-06-19 18:05:58 +00:00
Colin Kuskie
cd0bf74fc7
Add a method that returns the URL for the assetManager.
2009-06-19 18:05:22 +00:00
Colin Kuskie
e518dbe1b3
Instrument www_demote, www_promote, demote, promote and swapRank with ProgressBar code.
2009-06-19 15:34:31 +00:00
Patrick Donelan
cbc308c55a
SurveyJSON size reduction/optimization
...
SurveyJSON was storing a lot of redundant information (every setting on
every single section/question/answer, which, in most cases, will simply
take on the default values). This was bloating the surveyJSON property in
the db, and equally as importantly, slowing down Survey because it had to
do a lot of JSON parsing on the serialised surveyJSON object.
We now factor out and store the current section/question/answer defaults
along with the surveyJSON data itself, which means that we only needs to
store properties that differ from the defaults. This results is a massive
reduction in the size of the serialized surveyJSON stored in the database,
as well as a speed-up in json parsing time.
The compression/uncompression happens transparently to the rest of Survey.
2009-06-19 08:07:18 +00:00
Patrick Donelan
d26ce5b447
Added WebGUI::Utility::scalarEquals for strict equality checks of scalars
2009-06-19 08:06:51 +00:00
Patrick Donelan
235037baa5
ProgressBar tweaks
...
Output skips macro processing
Modperl buffering is side-stepped ($|++)
Modproxy buffering is side-stepped (output size)
Javascript extensibility
2009-06-19 02:02:20 +00:00
Colin Kuskie
fb38e45343
Mark www_paste as deprecated.
2009-06-19 00:59:10 +00:00
Colin Kuskie
7d696b88cb
Add a progress bar to Edit Branch.
2009-06-19 00:05:53 +00:00
Colin Kuskie
5bcd1a7fc4
Fix poor i18n code, and add notifications about assets that are skipped to the paste progress bar.
2009-06-19 00:04:39 +00:00
Colin Kuskie
db49a54e28
i18n the clipboard pasting progress bar data.
2009-06-18 23:40:41 +00:00
Colin Kuskie
a85924d07b
Add group privilege checking to the Shipping Drivers
2009-06-18 23:24:33 +00:00
JT Smith
0a004d72a0
spew forth more data!
2009-06-18 22:36:42 +00:00
Colin Kuskie
08bd0855b5
Fix instructions for data to be entered on the paypal website.
2009-06-18 22:15:16 +00:00
Colin Kuskie
156025d03c
Tell Content/Asset that the paste status method did a redirect.
2009-06-18 20:37:45 +00:00
Colin Kuskie
fb6b201e77
Make it work with debug mode turned on.
2009-06-18 20:16:14 +00:00
Colin Kuskie
8be0a5c734
Add a progress bar for long running ops. First implementation is
...
with paste. Also fix bugs with redirecting from the admin bar back to a
page instead of staying in the Asset Manager.
2009-06-18 19:39:35 +00:00
Colin Kuskie
f2ebb5c54b
i18n a button label for Paste.
2009-06-18 16:18:22 +00:00
Colin Kuskie
492e7fd026
Add missing commas to patch I committed yesterday
2009-06-18 15:03:28 +00:00