Patrick Donelan
|
329c396a3e
|
Adds Thingy template variable to permit Javascript visualisation of search results
|
2010-09-23 16:15:39 -07:00 |
|
Patrick Donelan
|
e63ce7881c
|
Expose Thingy searchResult_json as template variable
|
2010-09-23 16:15:39 -07:00 |
|
Colin Kuskie
|
1d7bd4e524
|
Use table row highlighting instead of images for deliniating query fragments. Fixes bug #11877.
|
2010-09-23 16:13:30 -07:00 |
|
Colin Kuskie
|
e549df1b47
|
Keep comments when packing asset content, since it will also remove conditional comments for IE. Fixes bug #11876
|
2010-09-23 16:13:30 -07:00 |
|
Colin Kuskie
|
30a1060b88
|
Fix a typo in the Gallery's default addArchive gallery template.
|
2010-09-23 16:11:55 -07:00 |
|
Colin Kuskie
|
4899bcd7c4
|
Fix importing an Archive in default order. Update the test to now explicitly test for archive order. Fixes bug #11866.
|
2010-09-23 16:11:37 -07:00 |
|
Colin Kuskie
|
45e8cdc233
|
Restore addAttachments and restoreAttachments to the 7.x series. In 8.x, the object property will act like an arrayref, so they won't be necessary. Fixes bug #11861.
|
2010-09-23 16:11:36 -07:00 |
|
Colin Kuskie
|
4f632b27fc
|
Forbid pasting content below a shortcut, to prevent loops on purge and other operations. Fixes bug #11855.
|
2010-09-23 16:09:31 -07:00 |
|
Colin Kuskie
|
6c40adee13
|
Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746.
|
2010-09-23 16:02:47 -07:00 |
|
Colin Kuskie
|
ef6e78fc27
|
topStory template variables should be available in standAlone and not standAlone modes. Added template variables for delete and edit icons for the top story. Updated the tests, template and template variable help. Fixes bug #11851.
|
2010-09-23 16:00:22 -07:00 |
|
Colin Kuskie
|
4e1ac0a8e3
|
! binds more tightly than ~~
|
2010-09-22 10:07:37 -07:00 |
|
Colin Kuskie
|
0180b11064
|
Merge commit 'b8845e25fa' into WebGUI8. Up to 7.10.0
|
2010-09-22 07:58:06 -07:00 |
|
Graham Knop
|
6fa07671cd
|
use HTTP::BrowserDetect for browser detection
|
2010-09-11 03:09:27 -05:00 |
|
Colin Kuskie
|
f333dbbb59
|
All HTMLAreas in the post are controlled by the parent CS settings. Fixes bug #11827.
|
2010-09-07 14:04:41 -07:00 |
|
Graham Knop
|
ed04b99872
|
remove WebGUI::Utility
|
2010-09-07 13:18:49 -05:00 |
|
Graham Knop
|
0adbb519f0
|
remove WebGUI::Utility::sortHash
|
2010-09-07 12:44:11 -05:00 |
|
Graham Knop
|
6aa26c2e44
|
remove WebGUI::Utility::isIn
|
2010-09-07 12:33:15 -05:00 |
|
Colin Kuskie
|
b1adfd2621
|
Fix missing Attachment label in the Template.
|
2010-09-02 14:07:21 -07:00 |
|
Paul Driver
|
c89da43b58
|
variable downgrading
|
2010-09-01 14:42:44 -05:00 |
|
Colin Kuskie
|
f4d964bd69
|
Remove getEditTabs completely
|
2010-08-27 11:47:37 -07:00 |
|
Scott Walters
|
55962f477d
|
Catch graph plugin failures (including lack of existance of) and send the error to the log.
|
2010-08-25 09:30:37 -04:00 |
|
Scott Walters
|
952a069211
|
Remove debugging code that accidentally got commited.
|
2010-08-25 09:25:32 -04:00 |
|
Colin Kuskie
|
d3e3c90a42
|
Fix encoding problems with the SC asset. Update the encodings test to no longer require an ENV variable to run. Fixes bug #11795
|
2010-08-25 11:44:02 -07:00 |
|
Colin Kuskie
|
7a0e23a680
|
More cleanup from merge.
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
d13acd164d
|
Refactor SC tests, separating encodings out into their own test file. TEST_ENCODINGS=1 to run this new test. 8/13 tests fail.
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
9667f34d53
|
Fix group permissions when editing/adding an Event. Fixes bug #11800.
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
67272517ce
|
Really fix sorting numerically for resolutions. Added tests to check it.
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
86a190e3c6
|
Gallery resolutions are integers. Fixed sorting the resolutions, and fixed the tests to not use bad resolutions. Fixes bug #11787
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
cdfc52f004
|
Lookup file icon for all attachments, and thumbnail for all images. Fixes bug #11782.
|
2010-08-25 11:44:00 -07:00 |
|
Colin Kuskie
|
acc47daffc
|
Fixes bug #11780: anchor filename regex to the end of the string.
|
2010-08-25 11:44:00 -07:00 |
|
Colin Kuskie
|
b12c719b09
|
Thingy add/edit via AJAX returned nothing useful, and lied about error status. Fixes bug #11781.
|
2010-08-25 11:44:00 -07:00 |
|
Graham Knop
|
95f98696be
|
remove one use of sortHash
|
2010-08-25 12:38:14 -05:00 |
|
Graham Knop
|
fadc4f34ea
|
remove WebGUI::Utility::round
|
2010-08-25 12:38:14 -05:00 |
|
Doug Bell
|
ddf0419836
|
syntax errors? in my codebase?
|
2010-08-25 12:34:56 -05:00 |
|
Doug Bell
|
c9f37ae53d
|
i18n doesn't need .pm at the end of it
|
2010-08-25 12:34:39 -05:00 |
|
Colin Kuskie
|
c79bc75840
|
Fix encoding problems with the SC asset. Update the encodings test to no longer require an ENV variable to run. Fixes bug #11795
|
2010-08-24 16:53:35 -07:00 |
|
Colin Kuskie
|
a5a5e0a7d4
|
More cleanup from merge.
|
2010-08-24 15:27:02 -07:00 |
|
Colin Kuskie
|
f39a13912e
|
Refactor SC tests, separating encodings out into their own test file. TEST_ENCODINGS=1 to run this new test. 8/13 tests fail.
|
2010-08-24 15:24:22 -07:00 |
|
Graham Knop
|
29d1908e15
|
remove Tie::CPHash
|
2010-08-24 16:20:10 -05:00 |
|
Colin Kuskie
|
e0eaa2e13f
|
Fix group permissions when editing/adding an Event. Fixes bug #11800.
|
2010-08-23 11:48:57 -07:00 |
|
Graham Knop
|
ff70751bc5
|
remove WebGUI::Utility::scalarEquals
|
2010-08-20 12:54:34 -05:00 |
|
Graham Knop
|
96004e50ac
|
remove WebGUI::Utility::commify
|
2010-08-20 12:18:04 -05:00 |
|
Graham Knop
|
006a5003c2
|
remove WebGUI::Utility::formatBytes
|
2010-08-20 12:09:58 -05:00 |
|
Colin Kuskie
|
13d65d8b4a
|
purgeCache also cleans up internally cached objects, _parent, _thread
|
2010-08-19 11:54:39 -07:00 |
|
Doug Bell
|
9a6f75e40e
|
reorder richedit buttons
|
2010-08-18 16:56:54 -05:00 |
|
Doug Bell
|
755708f325
|
rich editor defaults to 100% width/height
|
2010-08-18 16:56:43 -05:00 |
|
Colin Kuskie
|
80c906b8eb
|
Really fix sorting numerically for resolutions. Added tests to check it.
|
2010-08-17 13:30:39 -07:00 |
|
Colin Kuskie
|
eac7fe8a64
|
Gallery resolutions are integers. Fixed sorting the resolutions, and fixed the tests to not use bad resolutions. Fixes bug #11787
|
2010-08-17 11:16:58 -07:00 |
|
Scott Walters
|
420fcdeca6
|
Use the Form::ReadOnly control rather than the raw interface;
WebGUI::FormBuilder::Tab is not a subclass of WebGUI::HTMLForm and doesn't implement raw().
|
2010-08-17 12:37:43 -04:00 |
|
Scott Walters
|
ba953a6526
|
Use the Form::ReadOnly control rather than the raw interface;
WebGUI::FormBuilder::Tab is not a subclass of WebGUI::HTMLForm and doesn't implement raw().
|
2010-08-17 12:37:23 -04:00 |
|