Colin Kuskie
d14d468415
Set a default privacy value in the radio list when creating new profile fields.
2009-08-13 15:56:14 +00:00
Colin Kuskie
a682e45583
Another batch of 7.6 pruning from 7.7. Leaving primary shunt path, 7.6.14-7.7.0
2009-08-13 07:25:12 +00:00
Colin Kuskie
db01d7aa08
Prune more 7.6 packages
2009-08-13 07:22:18 +00:00
Colin Kuskie
a717b62fa4
Remove 7.6 upgrade scripts and packages from 7.7
2009-08-13 07:21:20 +00:00
Colin Kuskie
6a8b771859
i18n several items in the Matrix, and Matrix listing.
2009-08-13 07:08:09 +00:00
Colin Kuskie
9d24f55b50
Update testCodebase.pl to extract the WebGUI root directory from the absolute
...
path to a config file, just like a standalone test would.
2009-08-13 06:34:57 +00:00
Colin Kuskie
a6bb64613e
When the matrix displays search results, only show those that match. Previously,
...
it displayed all the products, with those that matched having checked boxes.
2009-08-13 05:54:12 +00:00
Colin Kuskie
750adbf4d5
Fix bad Matrix i18n when selecting no listings and hitting compare.
2009-08-13 05:16:29 +00:00
Colin Kuskie
0c67c0d8ce
Fix the search button in the view template.
2009-08-13 05:08:13 +00:00
Colin Kuskie
c714c0d11a
Fix two LDAP typos related to the recent relabeling.
2009-08-12 17:43:56 +00:00
Colin Kuskie
7a3213b373
Allow autocommit workflows to do apply (save & re-edit).
2009-08-12 17:35:36 +00:00
Colin Kuskie
2dc0cc3937
Fix an i18n typo.
2009-08-12 17:02:38 +00:00
Colin Kuskie
d5105a56bb
Improve the delete asset i18n message to mention children.
2009-08-12 16:31:28 +00:00
Patrick Donelan
e85335cbc7
Made Survey::getResponseDetails template vars consistent
2009-08-12 06:28:08 +00:00
Graham Knop
b54a3a0262
fixed #10279 : Some columns still latin1 after upgrade to 7.5.40
2009-08-11 22:30:23 +00:00
Graham Knop
686d79d76d
small fix to regex for asset class names
2009-08-11 22:30:18 +00:00
Colin Kuskie
e836103e5b
Forward porting spectre typo fixes.
2009-08-11 21:59:57 +00:00
Colin Kuskie
0c81a89c02
Document AdminBar fix with bug number.
2009-08-11 21:47:54 +00:00
Colin Kuskie
a2012171d2
Fix a bad default group setting in the SQL Report for download groups.
2009-08-11 21:16:14 +00:00
Colin Kuskie
771fcd51bc
Document shortcut creation bug fix.
2009-08-11 21:05:21 +00:00
Colin Kuskie
f52a3f9bdd
Forward port test fix.
2009-08-11 20:51:51 +00:00
Steve Swanson
1d19fd15a8
More tweaks to the gallery css for old firefox
2009-08-11 20:30:05 +00:00
Colin Kuskie
51aa116377
Forward port WEBGUI_LIVE switch addition to Event/edit.t
2009-08-11 20:18:58 +00:00
Colin Kuskie
503dc38070
Document gallery album view fix.
2009-08-11 19:34:12 +00:00
Steve Swanson
e4c192e1bb
Had to remove some mozilla/firefox specific code that was breaking the gallery under firefox 2.x
2009-08-11 17:28:42 +00:00
Graham Knop
2f6e1aa10c
add docs for multiple category asset config
2009-08-11 17:08:36 +00:00
Graham Knop
de8b85c669
silence compiler warning
2009-08-11 17:08:32 +00:00
Graham Knop
a5afa49169
fixed: Admin bar won't show multiple packages or prototypes with the duplicate titles
2009-08-11 16:31:39 +00:00
Graham Knop
2ab07179bd
fixed: Only users in 'Content Managers' can create shortcuts
2009-08-11 16:31:33 +00:00
Graham Knop
401a1cff1c
fixed: Existing ThingyRecords are broken after upgrade
...
fixed: ThingyRecords cannot be purged
2009-08-11 16:31:26 +00:00
Colin Kuskie
169e64a2b6
Fix a typo in getting the in store credit for the post-transaction email.
2009-08-11 04:41:42 +00:00
Colin Kuskie
9182ce5288
Fix queryIsAllowed to look at the first word in the query, regardless of punctuation or whitespace.
...
Add tests for queryIsAllowed.
2009-08-11 00:11:10 +00:00
Colin Kuskie
fe63bccea9
Clip lowside weight at 0.1 lbs. Otherwise UPS will gripe at you.
2009-08-10 13:33:40 -07:00
Colin Kuskie
8bcacc8316
Change the sub name for the install script.
2009-08-10 12:05:16 -07:00
Eric Kennedy
6adfc6ccee
Fixed #10743 : Inbox Rich Editor selection not saved (Eric Kennedy)
2009-08-10 15:57:56 +00:00
Colin Kuskie
cff541df1d
Fix a typo in the illegal product quantity error checker in the cart.
2009-08-10 15:56:51 +00:00
Colin Kuskie
072aee2f38
Remove debug code from RemoveOldCarts workflow.
2009-08-10 15:24:13 +00:00
Colin Kuskie
4457ee2c7a
Forward port macro i18n fix.
2009-08-10 15:17:21 +00:00
Colin Kuskie
bf12123247
Forward porting LDAP i18n tweaks
2009-08-10 15:10:46 +00:00
Martin Kamerbeek
46829ac970
Adding return JSON on specific requeest feature to template.
2009-08-10 12:42:33 +00:00
Colin Kuskie
5675c1a3a3
Add tests for getUnreadMessagesForUser
2009-08-09 23:35:20 +00:00
Colin Kuskie
d17399df41
Add patch to let Thingy workflows know which Thing they are working on.
2009-08-09 23:03:33 +00:00
Patrick Donelan
2cc10d2953
Survey JSON performance warning for non-wre-standard JSON modules/versions
...
If you have funny combinations of JSON, JSON::XS and JSON::PP installed,
JSON can start deciding to use JSON::PP instead of JSON::XS, which equals
bad performance on very large Survey instances.
This commit adds a new warning to the Edit Survey page if JSON->backend
is detected to be something other than JSON::XS.
2009-08-09 06:25:49 +00:00
Colin Kuskie
af2d858f68
Revision Event storage locations.
2009-08-09 04:35:16 +00:00
Colin Kuskie
d2b9be686c
Add the missing pending versions link to the manage assets in tag screen.
2009-08-08 16:23:08 +00:00
Colin Kuskie
2236460583
Forward port LDAP relabeling.
2009-08-08 02:30:19 +00:00
Colin Kuskie
e53d921397
Fix broken Post i18n.
2009-08-08 02:28:28 +00:00
Colin Kuskie
0175abdfc5
Forward porting TinyMCE ask user fix for FF browsers on Windows.
2009-08-07 20:42:58 +00:00
Henry Tang
fe99aa7665
Fixed version tag modes bug #10689
2009-08-07 18:02:25 +00:00
Colin Kuskie
7caa26628f
Bump down IKC server by one notch.
2009-08-07 03:15:44 +00:00