Commit graph

14331 commits

Author SHA1 Message Date
Paul Driver
16a89f59c9 Missing dependency on Net::DNS 2011-03-30 14:51:32 -05:00
Colin Kuskie
a7b1c5778d Revert "Fix for UTF8 URLs in static JS files. Next, all templated/snippet based JS has to be reviewed. Partial fix for bug#12065"
This reverts commit 25fe87db19.
2011-03-30 11:28:45 -07:00
Paul Driver
96ea65879c unbless MediaRSS hashes in SyndicatedContent 2011-03-30 09:58:45 -05:00
Paul Driver
c8098e2ca6 rfe #618: Syndicated Content Asset: Make images in the downloaded RSS-feeds available in the template. 2011-03-30 09:52:55 -05:00
Colin Kuskie
af15289cc0 Fix text in asset icon context menu. Fixes bug #12084. 2011-03-29 19:56:38 -07:00
Colin Kuskie
83cb3ec831 Move upgrade package to the correct location. 2011-03-29 19:53:10 -07:00
Colin Kuskie
d9bbcc313b Fix the search box in the Underground Style template. Fixes bug #12075 2011-03-29 19:52:27 -07:00
Colin Kuskie
25fe87db19 Fix for UTF8 URLs in static JS files. Next, all templated/snippet based JS has to be reviewed. Partial fix for bug#12065 2011-03-28 12:39:31 -07:00
Doug Bell
0c1486c8d4 Merge commit '1f0e527' 2011-03-24 18:26:47 -05:00
Doug Bell
4483346690 i don't even know... 2011-03-24 18:24:21 -05:00
Doug Bell
6853daaa4a add 12079 Carousel auto play 2011-03-24 18:23:55 -05:00
Doug Bell
1f0e527099 add 12079 Carousel auto play 2011-03-24 18:19:35 -05:00
Chris Hanson
73ff2b839d Corrected minor javascript bug in template preview: "k is not a function" 2011-03-22 18:08:57 -05:00
Doug Bell
cd425b9426 preparing for 7.10.13 dev 2011-03-21 23:05:00 -05:00
Doug Bell
29b2b49f35 preparing for 7.10.12 release 2011-03-21 22:17:32 -05:00
Doug Bell
906fa4aa97 try to reconnect to the DB if rebuildLineage.pl takes a long time 2011-03-21 21:04:52 -05:00
Doug Bell
b13064b912 clean up the FilePump bundle after the test 2011-03-21 20:58:58 -05:00
Doug Bell
cdda20fb18 add better diag and fix test.
I think OSX is altering the UTF-8 chars to a different codepoint on me.
2011-03-21 20:28:25 -05:00
Doug Bell
35811a20eb fix image rotate test to really test if it was rotated, not just "changed" 2011-03-21 20:07:52 -05:00
Doug Bell
5f090fe69c fix 12077 Carousel update not possible
We have to make sure the TinyMCE updates the underlying
textarea before we grab the text from it
2011-03-21 19:26:36 -05:00
Doug Bell
0e48d22b80 add 12078 Add alt tag to default Image template 2011-03-21 18:56:46 -05:00
Doug Bell
2a519d5ae9 change group INSERT to REPLACE to prevent merge problems in multi-master DB clusters 2011-03-21 18:49:45 -05:00
Doug Bell
5e6483e97f add lineage increment_step and _offset for multi-master DB clusters 2011-03-21 18:26:18 -05:00
Colin Kuskie
1e422f3e21 Revert "Preparing for 7.10.12 release"
This reverts commit 7b2ccde17f.
2011-03-14 20:40:50 -07:00
Colin Kuskie
7b2ccde17f Preparing for 7.10.12 release 2011-03-14 20:39:15 -07:00
Colin Kuskie
d927f279cb Code cleanup for groupManager JS 2011-03-14 16:29:34 -07:00
Colin Kuskie
038001fb41 Remove dead code that used to be for the CodeArea. 2011-03-14 15:37:14 -07:00
Colin Kuskie
2195a7b04c Remove debug logging from www_editSave. 2011-03-14 10:03:01 -07:00
Colin Kuskie
fe2d07850a Fix typo in upgrade script sub name. 2011-03-14 09:19:43 -07:00
Scott Walters
1942ccc9b6 Let CHI modules other than just DBI get their hands on dbh and perhaps other things in the future;
add an "args" : [ "dbh" ] entry to the "cache" : { } config block
2011-03-10 20:44:05 -05:00
Mary Hoerr
ee40a71770 Removed caching from www_export() Fixes bug #12050. 2011-03-10 16:38:00 -06:00
Colin Kuskie
88797c1d6c Add Asset Dashlets to Dashboard. Add required and static properties to Dashboard Assets. Add caching to StockData and WeatherData assets. Add LastModifiedBy macro. Add GroupManager to the Group form control. 2011-03-09 21:33:44 -08:00
Colin Kuskie
79aa44cf7e Add a switch to disable the progress bar for capturing the output of findBrokenAssets. 2011-03-08 11:30:11 -08:00
Colin Kuskie
dae7a145eb Better handling for collateral assets in the Product sku. Fixes bug #12072. 2011-03-07 21:17:23 -08:00
Colin Kuskie
6ac8c49c87 Ready for 7.10.12 development. 2011-03-07 20:55:30 -08:00
Colin Kuskie
a76b5a5d0d Preparing for 7.10.11 release 2011-03-07 20:39:33 -08:00
Colin Kuskie
a78e0ea49e Fix the test to track changes in the TimeField form. 2011-03-07 19:06:51 -08:00
Colin Kuskie
cd483f856a Put the notice about the changed TimeField form in a note for the correct version. 2011-03-07 16:53:20 -08:00
Colin Kuskie
41ebf01199 There's no need to check again if the asset exists when importing asset collateral data. Fixes bug #12060. 2011-03-07 16:31:19 -08:00
Colin Kuskie
23b403dd3f Add a test to make sure that duplicating a Thingy does not leak rows or things. 2011-03-07 16:24:29 -08:00
Colin Kuskie
efcc4fe1a7 www_editSave needs permission checks to prevent extra assets from being added by unprivileged users. Partial fix for #12068. 2011-03-07 15:59:31 -08:00
Colin Kuskie
78d27ad031 Revert "Thingy asset collateral import does not need to check for existance of the asset. If the asset doesn't exist, package import will create it or it will die. Fixes bug #12060."
This reverts commit 2c0334d709.
2011-03-07 08:50:24 -08:00
Colin Kuskie
2c0334d709 Thingy asset collateral import does not need to check for existance of the asset. If the asset doesn't exist, package import will create it or it will die. Fixes bug #12060. 2011-03-07 08:35:15 -08:00
Colin Kuskie
8a527f830c Fix sytax errors in the new TimeField code. 2011-03-07 08:31:26 -08:00
Colin Kuskie
73a95e9627 Fix the accidental overriding of www_export in the Thing. Fixes bug #12066. 2011-03-04 10:45:06 -08:00
Colin Kuskie
675dfec848 Add i18n requirements for the TimeField, so it works if used without other plugins requiring them. 2011-03-03 16:55:21 -08:00
Chris Hanson
d1531da722 Merge branch 'master' of git://github.com/plainblack/webgui
Conflicts:
	docs/changelog/7.x.x.txt
2011-03-03 16:16:25 -06:00
root
d72d36986b Removed the ugly time setting pop-up and replaced it with clean JS. Fixes bug #12061 2011-03-03 15:50:58 -06:00
Colin Kuskie
e7e8cd43bf Fix the currentUrl used by the thingy for making URLs with action, like pagination and sorting, in the search screen. Fixes bug #12055. 2011-03-02 16:40:44 -08:00
Colin Kuskie
de6cf5875f Fix the Time field. Provide a getValueAsHtml method. Use it when displaying the form, so that the JS works correctly in displaying values. Fixes bug #12054 and works swell in the Thingy. The Thingy is my favorite asset now. 2011-02-28 20:43:07 -08:00