Colin Kuskie
5e074e0939
canShowDebug checked for a literal string, 'text/html' in order to generate
...
the debug output. When the default mimetype was changed to text/html; charset=UTF-8,
the literal check always failed.
There are probably a few more of these floating around.
2006-11-17 22:00:35 +00:00
Colin Kuskie
adace63acf
silly typo
2006-11-17 16:15:29 +00:00
Colin Kuskie
bea5572788
fix a typo in a label, and i18n another label in the HttpProxy parser
2006-11-17 06:49:29 +00:00
Colin Kuskie
9f679b1c03
i18n a label in Image/Graph.pm
2006-11-17 06:45:27 +00:00
Colin Kuskie
74a22d167d
fix nomenclature of page in the Navigation Asset template
2006-11-16 23:44:52 +00:00
Colin Kuskie
c078caad8d
remove old debug output
2006-11-16 19:27:24 +00:00
Colin Kuskie
9b8f2ab061
Clearly document that sortHash* returns a Tie::IxHash.
...
Update the tests to assign to a Tie::IxHash to preserve the
sorted order.
2006-11-16 17:50:57 +00:00
JT Smith
e1b583a935
some upgrade script fixes
2006-11-16 00:14:14 +00:00
JT Smith
8e4d52166d
preparing for 7.2.1 release
2006-11-15 22:39:06 +00:00
JT Smith
bc4125204a
- fix: Bug in "Article with Files"
...
- fix: SQLReport pagination retains op= parameter
- fix: Invalid MIME type set for images
2006-11-15 22:30:50 +00:00
Drake
24b0e8c8bd
Fix breakage from not passing $session into an upgrade function in the
...
script for 7.2.1.
2006-11-14 16:52:32 +00:00
Drake
e3350f05ef
Couple of minor code cleanups in WebGUI::Session::DateTime.
2006-11-13 23:20:55 +00:00
Colin Kuskie
8dc77dd5c2
update docs to talk about encrypt login and side effects
2006-11-13 22:31:39 +00:00
Doug Bell
c93ce14c28
Forgot to update changelog Added fatal error should parsing JSON config fail (thanks jZed__ on freenode #webgui)
2006-11-13 22:17:56 +00:00
Doug Bell
8fa19e89fe
fix: InOutBoard has wrong primary keys
2006-11-13 21:01:07 +00:00
Doug Bell
07dba1128b
fix: New YUI resizable textarea not obeying width/height
2006-11-13 20:37:58 +00:00
Colin Kuskie
e0b7f93724
document that changing the profile for Visitor changes the defaults for new users
2006-11-13 05:20:18 +00:00
Drake
c14b75f606
Fix the MIME type bug that I introduced when making File assets work with
...
the exporter properly.
2006-11-11 00:25:57 +00:00
Drake
e982302c2a
Update changelog and gotchas, and hopefully final update to r3226 bugfixes in
...
7.2.0 upgrade script.
2006-11-10 18:29:37 +00:00
Drake
331767daee
Another update to r3226.
2006-11-10 17:46:14 +00:00
Drake
32b10e2914
Okay, apparently it's a little more complex than that. Update to r3226.
2006-11-10 17:43:43 +00:00
Drake
498e38eb86
Hopefully fix problems with uncommitted assets in RSSCapable portion of
...
7.2.0 upgrade. Sigh.
2006-11-10 17:33:04 +00:00
Colin Kuskie
9bef53dabf
fixed bug in Auth.pm where an array was used to send placeholders instead of arrayref
2006-11-10 16:32:19 +00:00
Drake
848c4b6934
Oops. Fix test count in Utility.t since I forgot to update it before.
2006-11-10 15:16:23 +00:00
Martin Kamerbeek
ce447fdbd9
Fixed a bug where the adminbar would not show up if adminModeSubnets is missing in the config file.
2006-11-10 14:39:32 +00:00
Martin Kamerbeek
d6352048c1
Fixed bugs in the SyncProfileToLdap workflow activity
2006-11-10 12:42:44 +00:00
Colin Kuskie
ba71d77db0
note the Locale::US is requied for sales tax, not spell checker
2006-11-10 05:47:26 +00:00
Drake
7ea06b9a81
Add some basic tests for sortHash and sortHashDescending to the
...
test suite for WebGUI::Utility.
2006-11-10 00:11:36 +00:00
JT Smith
282e1caacd
- Made a change to version tag commits to deal with unusually long commit
...
times.
2006-11-09 20:57:53 +00:00
Colin Kuskie
204046d283
document object mocking
2006-11-09 17:50:59 +00:00
Colin Kuskie
8142321a52
splitting on an empty string returns undef, not empty string
2006-11-09 17:47:29 +00:00
Colin Kuskie
ce617607a8
Update Style test to check for new return value.
...
Fix broken labels in CS Help and hover help.
2006-11-08 23:28:55 +00:00
Roy Johnson
f7674615d4
Ready for 7.2.1 dev
2006-11-08 22:14:56 +00:00
Drake
493488dafa
Fix some errors in RSSFromParent upgrade script portion.
2006-11-08 21:51:01 +00:00
Roy Johnson
e0edb1705f
Preparing for 7.2.0 release
2006-11-08 21:00:25 +00:00
Roy Johnson
2733d4f9a9
Two new tests for snippet. Almost at 100% coverage for snippet now.
2006-11-08 20:42:36 +00:00
JT Smith
0e7711c279
fixing a little problem i created yesterday
2006-11-08 18:53:51 +00:00
JT Smith
899e9754b6
- karma rfe: Limiting access to admin mode to set of ip's
2006-11-08 17:43:44 +00:00
Roy Johnson
2611279350
forgot to update gotcha file
2006-11-08 16:39:33 +00:00
Roy Johnson
8860176b39
Added a few comments so mere mortals like me will understand what this does in 30 years
2006-11-08 16:14:38 +00:00
Colin Kuskie
9864b4caf1
add missing template variables and help in CS
2006-11-08 05:11:01 +00:00
Colin Kuskie
91ee102c5f
Added more i18n labels to HttpProxy so that error messages can be internationalized.
...
Added skeletal documentation for the new RSS modules.
Fixed a bug in Search/Index.pm that was giving a warning during syntax checks.
2006-11-08 04:29:10 +00:00
Drake
7532d07507
Sigh, add appropriate use line to r3204...
2006-11-08 00:46:17 +00:00
Drake
58a5c0f52e
Restructure block from r3000 to make it a bit cleaner.
2006-11-08 00:45:16 +00:00
Roy Johnson
1162ca6650
Improving on this
2006-11-08 00:40:04 +00:00
Roy Johnson
48c2d9a962
Adding POD
2006-11-08 00:30:55 +00:00
Drake
29dc47b55c
Minor fix to previous fix.
2006-11-08 00:28:59 +00:00
Drake
7604308b26
Minor fixes related to earlier Image form control alterations.
2006-11-08 00:27:25 +00:00
Doug Bell
bca8d214b7
fix: List transactions now has proper placeholder
2006-11-07 23:54:32 +00:00
Roy Johnson
0ad578ffb9
trying to make image form controls optionally force image file types... not quite working yet
2006-11-07 23:47:37 +00:00