Kaleb Murphy
|
d8127aec73
|
Macro Widgets now take a style, defaulting to the users.
|
2009-01-23 19:50:49 +00:00 |
|
Colin Kuskie
|
0c91491ed0
|
Fix copy/paste POD from HexSlider to SelectSlider.
|
2009-01-23 19:27:41 +00:00 |
|
Colin Kuskie
|
1b965c9459
|
More POD fixes for Form controls.
|
2009-01-23 19:26:26 +00:00 |
|
Colin Kuskie
|
1fa562d4c7
|
Fix a typo in the TimeZone POD.
|
2009-01-23 19:19:13 +00:00 |
|
Colin Kuskie
|
e90368baa1
|
Image can inherit getStorageLocation from its parent since
WebGUI::Storage::Image was absorbed into WebGUI::Storage.
|
2009-01-23 19:06:46 +00:00 |
|
Colin Kuskie
|
118399c1db
|
Refactor out the check for the session-request outside of the nested
conditionals.
Use the hashref out of the request object to speed up param name lookups.
|
2009-01-23 16:44:29 +00:00 |
|
Yung Han Khoe
|
05e563f79d
|
Adding hoverhelp to Survey's edit answer dialog
|
2009-01-23 16:25:57 +00:00 |
|
Colin Kuskie
|
310d454162
|
Forward porting bug fixes for billing address and asset with uncommitted parent.
|
2009-01-23 15:33:30 +00:00 |
|
Yung Han Khoe
|
f78886e3d7
|
Adding hoverhelp to the Survey's edit question dialog.
|
2009-01-23 13:21:52 +00:00 |
|
Colin Kuskie
|
6e09355ef5
|
Fix broken i18n.
|
2009-01-23 06:19:46 +00:00 |
|
Colin Kuskie
|
cf68263eb3
|
Make the failed subnet log message clearer.
|
2009-01-23 05:35:27 +00:00 |
|
Colin Kuskie
|
4437c2704c
|
i18n and hoverhelp for the definition
|
2009-01-23 05:34:27 +00:00 |
|
David Delikat
|
16ce54bf4f
|
added a new function to WebGUI::HTML to parse html text and extract a list of elements based on a tag
spec. used to extract paragraphs for the synopsis; convert FeedPP properties to scalar context so that
blank fields are rendered properly.
|
2009-01-23 03:41:49 +00:00 |
|
Colin Kuskie
|
f5683b6995
|
Forward port Paginator markup fixes.
|
2009-01-23 01:11:11 +00:00 |
|
Colin Kuskie
|
b4db7e4391
|
Prevent redirects from happening when cutting images and files.
|
2009-01-22 21:22:55 +00:00 |
|
Colin Kuskie
|
3e0f449c46
|
Rolling back rev 9142. The gallery is supposed to upscale graphics.
|
2009-01-22 18:26:35 +00:00 |
|
Yung Han Khoe
|
16452c0677
|
Adding hoverhelp to Survey Edit Section dialog
|
2009-01-22 18:23:01 +00:00 |
|
Graham Knop
|
b255495c02
|
fixed: Exporting to static files can leak large amounts of memory
|
2009-01-22 01:14:33 +00:00 |
|
Graham Knop
|
5fe7ffa55c
|
fixed: HTTP Proxy doesn't serve new content to visitors
|
2009-01-22 01:14:26 +00:00 |
|
Graham Knop
|
315ce0941f
|
use to_json and from_json in more places instead of encode_json and decode_json
|
2009-01-22 01:14:14 +00:00 |
|
Colin Kuskie
|
b249b98a86
|
Document the heretofore missing date template variable in
the Syndicated Content item loop.
|
2009-01-21 23:30:21 +00:00 |
|
Colin Kuskie
|
88973add2f
|
Qualify a chained method call when getting Workflow instances. If the
workflow for an instance is ever deleted, then no existing instances after that
instance will ever be sent to Spectre.
|
2009-01-21 21:12:26 +00:00 |
|
Colin Kuskie
|
08db6b5036
|
Emails sent about low stock should have status unread, not completed.
|
2009-01-19 18:45:05 +00:00 |
|
Kaleb Murphy
|
1dc5387e1f
|
Moved draggable.js to extras/yui-webgui/build/layout since it is now a wrapper around YUI dragdrob
|
2009-01-16 16:20:30 +00:00 |
|
Kaleb Murphy
|
2e47d3b2a1
|
Updated draggable.js to wrap the YUI
|
2009-01-16 00:34:50 +00:00 |
|
Doug Bell
|
96662a5f59
|
fixed #4137: Calendar Search page has extra head tags in body
|
2009-01-15 20:12:36 +00:00 |
|
Colin Kuskie
|
8cee4f745a
|
Fix a typo typo in the Operation/Workflow POD.
|
2009-01-15 17:46:39 +00:00 |
|
Colin Kuskie
|
1460618ad4
|
Forward port Shelf view fix. Was not displaying child shelves, only self.
|
2009-01-15 16:35:01 +00:00 |
|
Colin Kuskie
|
1b6dd7be63
|
Forward port the PayDriver bug fixes from 7.5 branch. Labels are always
taken consistently from the JSON blob, and not a mixture of the two.
|
2009-01-15 00:34:34 +00:00 |
|
Colin Kuskie
|
7081202353
|
Mirror the indent loop calculation to the rel_depth in the Navigation.
|
2009-01-14 17:44:17 +00:00 |
|
Colin Kuskie
|
55d4c12ce1
|
Update POD about getKeywordsForAsset.
|
2009-01-14 17:43:42 +00:00 |
|
Colin Kuskie
|
3804ad7ddd
|
Moving toolbar cache into the getToolbar sub. This was to be the forward port
of the getToolbar adminOn fix, but 7.6 already does uses adminOn to prevent
extra output from being generated.
|
2009-01-14 04:22:27 +00:00 |
|
David Delikat
|
d27b5b0066
|
fixed bug 9428: ASSET::get now includes keywords when
called without a property name.
|
2009-01-12 22:28:46 +00:00 |
|
Colin Kuskie
|
e3c77d4e80
|
Add a test for evaluating templates and macros in the right order
in the Snippet. Fix a bug with that.
|
2009-01-12 22:23:41 +00:00 |
|
Frank Dillon
|
dde2b149b5
|
Fixed a bug where posts would error because they didn't point to the thread
|
2009-01-12 04:46:25 +00:00 |
|
Colin Kuskie
|
501c686872
|
Clarify size vs density in the ImageGallery i18n.
|
2009-01-12 00:47:03 +00:00 |
|
Colin Kuskie
|
f90f2f3a57
|
fix i18n typo in MatrixListing.
|
2009-01-12 00:44:58 +00:00 |
|
Graham Knop
|
33a3f2b439
|
fixed: Syndicated Content corrupts wide characters
|
2009-01-09 10:33:12 +00:00 |
|
Colin Kuskie
|
08d961fee2
|
Add the WikiPage to the list of contributions shown in the Account Contributions tab.
|
2009-01-08 00:08:20 +00:00 |
|
Colin Kuskie
|
6c367d66f2
|
Forward port i18n fix for Gallery Album RSS list.
|
2009-01-07 02:33:44 +00:00 |
|
Colin Kuskie
|
2765e61457
|
Fix some Survey i18n typos in the time limit hoverhelp.
|
2009-01-05 22:05:46 +00:00 |
|
Colin Kuskie
|
5d490fbeb6
|
Large batch of Help and i18n. Also, make sure that the
Shop plugin for the Account always has an array ref in it.
|
2009-01-05 21:52:38 +00:00 |
|
Colin Kuskie
|
fd39a8dcc2
|
Fix a typo in the i18n help for the ITransact Pay Driver.
|
2009-01-05 21:49:42 +00:00 |
|
Colin Kuskie
|
9cbe4c7c04
|
Correct dataform captcha variable name in the help.
|
2009-01-05 18:53:25 +00:00 |
|
Colin Kuskie
|
9c87479f20
|
Forward porting expanded patch for handling deleted things.
|
2009-01-05 18:47:35 +00:00 |
|
Colin Kuskie
|
ee66303d56
|
Have Thingy check for existance of table and column to prevent
SQL from dying.
|
2009-01-05 18:09:52 +00:00 |
|
Colin Kuskie
|
6964c2f1d2
|
Fix linking to other things and autocreating the form field for it.
|
2009-01-05 16:49:23 +00:00 |
|
Colin Kuskie
|
da39f70f49
|
Remove the warnings pragma
|
2009-01-02 22:32:54 +00:00 |
|
Colin Kuskie
|
a894bf906a
|
Only resize photos if they are larger than the Gallery resolutions.
|
2009-01-02 22:16:44 +00:00 |
|
Colin Kuskie
|
b54308626b
|
Fix a syntax error made in the i18n of the search button.
|
2009-01-02 21:59:53 +00:00 |
|