Graham Knop
b8127bafec
Revert "When opening or duplicating Session objects, pass on any Apache2::Request object"
...
This reverts commit ed97fa1ecd .
2009-09-08 11:06:39 -05:00
Doug Bell
b838102df5
fix #10928 EMS print ticket not processed for TZ
2009-09-08 10:57:55 -05:00
Colin Kuskie
957eaa44c0
Change the i18n label for Help, to be Template Help since that's what it is.
2009-09-08 08:47:00 -07:00
Colin Kuskie
4fec772de1
Fixing more i18n typos in ProjectManager 10923, 10925.
2009-09-07 15:13:32 -07:00
Colin Kuskie
b2bc8c91b4
Fix bad i18n and help for Story Manager form errors.
2009-09-07 12:55:53 -07:00
Colin Kuskie
69e2468d97
Fix i18n copy paste error in Project manager. bug #10921
2009-09-07 12:48:30 -07:00
Colin Kuskie
b319e7fcb8
Fix an i18n typo in the ProjectManager.
2009-09-07 12:33:42 -07:00
Colin Kuskie
d3b97a938a
Fix an i18n typo in StockData.
2009-09-07 12:27:39 -07:00
Graham Knop
b28452bb63
change CSRF token messages from warn to debug
2009-09-07 00:34:06 -05:00
Colin Kuskie
ff55ab1493
For USPS priority service, add another container type.
2009-09-06 20:23:12 -07:00
Colin Kuskie
1e98e34128
RE: Profiles, public != visitor. fixes #10907
2009-09-06 19:37:25 -07:00
Colin Kuskie
a4f93da968
Forgot to include the i18n for Story Topic template label.
2009-09-06 16:36:01 -07:00
Colin Kuskie
494d97c53f
Fix the carousel in the Story. Bug #10915
...
Add a template variables for the photoWidth from the Story's Archive.
Document the new template variable, with i18n.
Modify both Archive and Topic templates.
2009-09-05 14:56:16 -07:00
Colin Kuskie
2f602dfdb1
Force userId comparisons in SQL to use strings, not numbers.
...
Use WGBP for reference syntax.
2009-09-05 10:04:16 -07:00
Colin Kuskie
9e2cdbdc4b
Fix POD in duplicateBranch, tidy the code.
2009-09-05 10:03:26 -07:00
Colin Kuskie
6b1fde7038
Log an error if duplicate cannot make a copy of itself.
2009-09-05 09:59:53 -07:00
Colin Kuskie
0cbc4eece1
fix #10879 . Form/File loses files from previous storageId.
...
Tested Collaboration System, and User Profile Avatar field.
2009-09-04 17:16:22 -07:00
Colin Kuskie
20c19425eb
Only log products that aren't defined in the Shelf. fix 10902
2009-09-04 11:35:57 -07:00
Colin Kuskie
084da8e159
fix #10891 : Change session->output->print to skip macros based on detecting the mime-type.
2009-09-04 09:06:23 -07:00
Colin Kuskie
48be049930
Update POD to show new default mime type.
2009-09-04 09:06:16 -07:00
Colin Kuskie
0dd476e59f
YUI 2.6 has element-beta-min. Fixes 10893.
2009-09-04 08:32:34 -07:00
Colin Kuskie
f4d8725190
Massive refactoring and bug fixing in InOutBoard.
...
Used placeholders for many queries, i18n'ed the Search button in
viewReport, fixed bugs related to users with no selected department
in their profile, fixed a bad query still looking for old style
user profile data.
2009-09-03 17:18:32 -07:00
Colin Kuskie
046bc36e5e
Update POD for getValue in Form/Image
2009-09-03 14:53:29 -07:00
Colin Kuskie
541b8a4416
Remove debug code from Codearea
2009-09-03 14:53:18 -07:00
Colin Kuskie
cdb7fd2d6f
Fix pagination for keywords listing in Story Archive. Fixes bug #10890 .
2009-09-03 12:54:15 -07:00
Colin Kuskie
4ea146fc07
WikiMaster keyword pagination fixes, re # 10856.
...
Add pagination template variables to the default byKeyword template.
Fix pagination URL for keywords.
Conflicts:
docs/changelog/7.x.x.txt
2009-09-03 09:00:50 -07:00
Colin Kuskie
fea30d0db0
Fix getProfileUrl, so it works with preventProxyCache. fixes #10877
2009-09-02 19:07:54 -07:00
Colin Kuskie
831664397d
Remove group cleanup check for AdSpace group.
2009-09-02 19:04:50 -07:00
Colin Kuskie
13dd3f358c
Finish updating AdSpace for reorganization.
...
Remove groupToPurchase, update tests to follow suit.
2009-09-02 18:47:55 -07:00
Colin Kuskie
fe253042ea
Reorganize AdSpace properties for prices and permissions.
...
Remove click and impression prices. Remove groupToPurchase.
Expose minimum clicks and impressions to the UI.
2009-09-02 10:42:29 -07:00
Colin Kuskie
1b9c2f324c
fix 10838, AdSku template variable help.
2009-09-02 08:48:07 -07:00
Doug Bell
adc5e69498
remove logger
2009-09-02 03:41:56 +00:00
Graham Knop
6f3980a9c9
fixed #10838 : Forwarded forum post email to new CS adds reply to original thread
2009-09-01 22:40:08 +00:00
Colin Kuskie
d8ae7fc68e
When purging an asset, clean up all version tags for this asset, which may
...
contain only this asset. Fixes #10872
2009-09-01 22:13:17 +00:00
Doug Bell
81a256bd71
fixed codearea to work better and more compatible
2009-09-01 21:16:30 +00:00
Colin Kuskie
e9e2155254
Handle UTF8 in XML data sent to ITransact. Adds a test. Fixes bug #10855 .
2009-09-01 15:42:39 +00:00
Colin Kuskie
128d2b0014
Fix copy/paste error in the TimeTracker i18n. fixes bug #10857
2009-08-29 03:49:38 +00:00
Colin Kuskie
2f3b8b8037
Persist form data in the Files and Images.
...
Reformat lots of AdSku code, and change it to persist the storage for uploading an Image ad.
2009-08-28 22:56:17 +00:00
Colin Kuskie
daf9284b55
Remove debug code.
2009-08-28 19:51:59 +00:00
Colin Kuskie
0b43ba64f4
Use the right group in the canView check for Shop settings. fixes #10845 .
2009-08-28 15:50:00 +00:00
Colin Kuskie
d902174739
Provide warnings in the Cart and Ship Driver screens when there are no
...
shipping plugins configured. This prevented checkout no feedback.
fixes #10849 .
2009-08-28 15:35:40 +00:00
Colin Kuskie
6c9ae74654
Leave instructions on how to replace images in an Ad.
2009-08-28 03:35:27 +00:00
Colin Kuskie
dd89a77ba8
Display the minimum number of clicks and impressions that must be
...
bought by the user, in the buy ad space form.
tidy up code. Fixes bug #10843
2009-08-28 00:17:08 +00:00
Colin Kuskie
95e979deda
Form/AdSpace should should be a single select form element, not a multiple.
...
This fixes bug #10835 .
2009-08-27 22:09:55 +00:00
Colin Kuskie
68f30825ce
Fix Ad Asset hover help spelling errors.
2009-08-27 21:47:29 +00:00
Martin Kamerbeek
106d321dd9
Fixed Poll: Pie Chart broken ( #10830 )
2009-08-27 16:17:14 +00:00
Colin Kuskie
22d462166f
Move Calendar feeds into the Calendar Asset table as JSON collateral.
...
Update tests and workflows to follow.
2009-08-26 22:14:04 +00:00
Colin Kuskie
bfd25d6de2
i18n the Graphing tab title in the Poll. Fixes #10831 .
2009-08-26 18:45:56 +00:00
Colin Kuskie
39550d399f
Prevent the generateGraph yesNo from being generated twice in the editForm.
...
Fixes bug #10829 .
2009-08-26 18:40:20 +00:00
Colin Kuskie
13cceb9c1a
Check JSON deserialization, and make Assets do it.
2009-08-26 17:13:00 +00:00