Doug Bell
9b72641abb
added minimal skeletons without all the unnecessary example code
2009-05-02 02:52:21 +00:00
Paul Driver
f4df3b1280
template attachments (scripts and stylesheets)
2009-05-01 23:03:36 +00:00
Doug Bell
3320465ca4
fixed : #9897 . Fixed problem with highlighting in codearea. Updated EditArea to version 0.8.1.1
2009-05-01 18:29:41 +00:00
Hao Ching
254796dea3
RFE #9998 , mark selected inbox messages as read/unread.
2009-05-01 17:21:02 +00:00
Colin Kuskie
907ce09355
More utility methods, and a few bug fixes.
...
Use the correct parameter name for other files.
Stub in the build method.
Extend the delete method to handle cleaning up the build directory.
Add a method to get a Path::Class::Dir object for the build directory.
2009-04-30 16:42:31 -07:00
Colin Kuskie
3a6802945c
Add tracking of out of date bundles.
...
Added a db column, lastModifed, and a class method to
fetch the set of out of date bundles, based on comparison
of lastModified and lastBuilt.
2009-04-30 15:32:32 -07:00
Kaleb Murphy
54063ae9f6
Survey sections now have logical section type, which is never shown to the user, only used for silently checking gotos.
2009-04-30 20:43:23 +00:00
Colin Kuskie
e25094a16e
Remove dead code.
2009-04-30 20:31:10 +00:00
Graham Knop
f3a9b3b8f3
fix Sku pulling in wrong i18n labels
2009-04-30 20:23:46 +00:00
Colin Kuskie
9b20ce2fe7
Add note about packed templates to process method sub.
2009-04-30 19:42:47 +00:00
Graham Knop
4ec14bc026
some image cropper cleanups
2009-04-30 18:17:12 +00:00
Doug Bell
bc2ed6a3c1
added #9289 : Extending the "Request Approval For Version Tag" activity (Bernd Kalbfuß-Zimmermann)
2009-04-30 18:02:25 +00:00
Doug Bell
faca68256c
Added: Packing of templates, snippets, and head tags.
2009-04-30 17:57:26 +00:00
Colin Kuskie
c92c386747
Collateral handling code.
2009-04-30 10:39:16 -07:00
Doug Bell
026f7ff47e
Added #10145 : Global Head Tags in Settings
2009-04-29 21:51:22 +00:00
Frank Dillon
003f54fd40
Search now performs a GET rather than a POST
2009-04-29 17:03:22 +00:00
Colin Kuskie
db290f91f9
Add an option to the Sku to require individual shipping of this sku, separate
...
from other items in the cart. Update the FlatRate driver to support calculating that.
2009-04-29 16:52:16 +00:00
Colin Kuskie
ad88a1da5f
Adding missing i18n to PassiveAnalytics
2009-04-29 04:15:45 +00:00
Colin Kuskie
821ac7fd10
Adding install script and base module with i18n.
2009-04-28 21:01:38 -07:00
Paul Driver
fea5dea0d9
Help for the template variable I added earlier
2009-04-29 01:26:50 +00:00
Colin Kuskie
a77ff94488
Correct bad POD.
2009-04-28 23:01:46 +00:00
Paul Driver
b53bec706b
added a template var to Thingy View Thing for fieldType
2009-04-28 20:26:47 +00:00
Colin Kuskie
40b5ac13a4
Update code to match new RssFeed API w.r.t exporting.
2009-04-28 19:51:47 +00:00
Yung Han Khoe
1b2e327ce7
fixing an IE javascript error on Matrix compare screen
2009-04-28 18:49:20 +00:00
Paul Driver
47f922d45d
That last Thingy fix was on the wrong line. Fixed
2009-04-28 17:23:20 +00:00
Paul Driver
4347a52fb8
Changed Thingy search to use GET instead of POST
2009-04-28 16:38:27 +00:00
Yung Han Khoe
ea5187e01e
fixed #10184 : Matrix 2.0 - Version Tag Duplicate Type
2009-04-28 16:14:40 +00:00
Colin Kuskie
486d873d7b
Reverting patch for Account/Friends.
2009-04-27 20:18:38 +00:00
Colin Kuskie
553b1d03d7
Fix HEAD link issues with RssFeed with exporting.
...
Refactor the module so that getting the feed url will return
the static URL when exporting.
2009-04-27 19:16:38 +00:00
Colin Kuskie
142518035d
Fix bad Event URL template variables.
2009-04-27 18:39:14 +00:00
Patrick Donelan
b269822678
Merge commit 'tags/WebGUI_7.7.4-beta' into filepump
...
* commit 'tags/WebGUI_7.7.4-beta': (384 commits)
Release 7.7.4-beta
preparing for 7.7.4 release
Add back code for throwing exceptions when session is not passed
Fixed bug with Survey True/False multi-choice bundle defaults so that
Added another Survey ResponseJSON test
remove tests for the old, removed, getTaxRate method which was
Handle automatically cleaning up users at the end of a test.
Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver.
Add missing POD and legal statements for many Shop modules.
Add missing POD for the new ThingFieldsList form handler.
Add missing POD from new SKU based collateral modules.
Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways.
fix Post test cleaning up core groups
fix syntax and help issues
some POD fixes
fixing lib paths on some tests
log asset exports
restore original user when running workflows
enable workflow helper operation
prevent tripping slow script warnings when viewing large folders
...
2009-04-27 14:26:08 +10:00
Colin Kuskie
5c364112d8
Forward porting date fix for gallery advanced search.
2009-04-26 23:29:52 +00:00
Colin Kuskie
2470aeb750
Forward porting SQL Report/Paginator errorNum fix. errorNum is undefined for
...
no errors.
2009-04-26 23:14:22 +00:00
Colin Kuskie
86621e255b
Fix a bug where changing fieldTypes in the userProfileField did not update the database field types.
2009-04-26 04:02:38 +00:00
Colin Kuskie
70845fd9e8
Fix bad angle bracket handling in messageIds in Main/Send.pm
...
Extend Mail/Send.t to test messageId generation.
2009-04-26 03:05:22 +00:00
Colin Kuskie
4f5a010faa
Fix a syntax warning re shift.
2009-04-25 14:57:18 +00:00
Colin Kuskie
3535e8ddb4
Fix a bug where html2text dropped the last word. Added tests.
2009-04-25 05:41:24 +00:00
Kaleb Murphy
c452f92224
Added correct mime type for json returns which were missing it.
2009-04-25 04:50:17 +00:00
Colin Kuskie
11368a7cbb
Fix a bug where the calendar will list all events, regardless of permissions.
2009-04-25 00:19:20 +00:00
Colin Kuskie
c8fe4092a2
Many more RssAspect tests.
2009-04-25 00:16:27 +00:00
Colin Kuskie
6e574a9e6b
RssFeed aspect tests, more to follow.
2009-04-24 22:08:25 +00:00
Colin Kuskie
8d8d5f2d3b
Do not set the exporting scratch variable in places where it is not needed.
2009-04-24 19:04:29 +00:00
Colin Kuskie
1b8ad91605
Add in StoryManager, 3 assets for managing news content in WebGUI.
...
Several small API changes to Keyword and AssetExportHtml to support StoryManager functionality.
2009-04-24 18:31:06 +00:00
Colin Kuskie
19f703dc9b
Merge with HEAD, 10472
2009-04-24 17:12:17 +00:00
Colin Kuskie
32ef0d5068
getKeywordStaticURL function, with tests.
2009-04-24 16:53:53 +00:00
Colin Kuskie
a75cd108b1
Add back code for throwing exceptions when session is not passed
...
to class methods.
2009-04-24 03:47:40 +00:00
Colin Kuskie
a46038d734
Update the keyword URL callback to the correct method.
2009-04-24 03:44:52 +00:00
Colin Kuskie
25ead75eba
Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver.
2009-04-24 03:35:34 +00:00
Colin Kuskie
c541788968
Add missing POD and legal statements for many Shop modules.
2009-04-24 03:13:28 +00:00
Colin Kuskie
eb476d6b50
Add missing POD for the new ThingFieldsList form handler.
2009-04-24 02:33:10 +00:00