Commit graph

4604 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
JT Smith
9791c99d3b Uncommitted Collaborations and adding threads 2006-11-07 23:46:19 +00:00
JT Smith
4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00
Drake
6bf329d68d Possible fix for dates being messed up on subscriptions. 2006-11-07 23:08:30 +00:00
Drake
46739e813b Move simple overrides of getEditForm from Dashboard, Folder, and HttpProxy
into relevant definition clauses.
2006-11-07 22:58:09 +00:00
Roy Johnson
c6083606db fix - Phishing Bug... take that spammers! 2006-11-07 22:45:27 +00:00
Drake
f5832ee280 Make Rich Edit assets drop blank toolbar rows, shifting subsequent rows up. 2006-11-07 22:25:47 +00:00
Doug Bell
0fbbbea782 fix: Thread layout flat not sticking Some WebGUI/Auth.pm cleanup. 2006-11-07 21:28:47 +00:00
Roy Johnson
9c8399d93b fix: Activity list expands outside of edit workflow screen 2006-11-07 21:23:19 +00:00
Roy Johnson
1330a1c408 fix - post titles containing periods result in urls containing periods 2006-11-07 20:41:57 +00:00
Drake
c208b956a3 Fix bug with strange offsets in Gantt chart task bars. 2006-11-07 20:01:17 +00:00
Frank Dillon
adfa55e3a2 fixed RSS meta tag insertion point. It should now properly be inserted into the <head> portion of the HTML 2006-11-07 19:38:00 +00:00
Roy Johnson
3a8a832e63 fix - EMS Manage Events broken
Added new template variables for a link label and url that allows you to cancel registration and return to the EMS if you mistakenly tried to purchase something.
2006-11-07 19:11:46 +00:00
Drake
7ac7b2bc80 Fix missing newline before =cut paragraph. 2006-11-07 19:06:45 +00:00
Frank Dillon
21f334e798 added a www_viewRSS method to allow backward compatibility for RSS feeds. 2006-11-07 19:04:43 +00:00
Roy Johnson
dbab2a1a4d fix - Admin Users submenu doesn't fill in uid
Note: this fix was implemented by refactoring the _submenu method to use a properties hash for params and eliminate use of stow.  If any problems crop up with managing users, I would start looking here.  All of my testing indicates everything is working though.
2006-11-07 18:09:47 +00:00
Frank Dillon
349ce4720d fixed tasks to start at zero hours rather than 8 2006-11-07 18:04:32 +00:00
Drake
900ec6f724 Fix problem with "Open link in new window" selection in WebGUI asset tree
link popup plugin to TinyMCE.
2006-11-07 17:22:53 +00:00
Colin Kuskie
f594ec7737 Fixed long standing bug in Subscription exposed by "use strict".
Current object was not updated via $subscription->set, but the
database was.
2006-11-07 17:20:41 +00:00
Colin Kuskie
8bc26ddda2 repair broken POD 2006-11-07 17:12:03 +00:00
Drake
81e911c7e0 Fix bug with Survey duplication not carrying along the collateral correctly. 2006-11-07 16:58:33 +00:00
Roy Johnson
0ce287c212 fix - Style templates now process metadata properties assigned to them 2006-11-07 16:42:41 +00:00
Drake
0ffb28436b Fix inability to create shortcuts to threads. 2006-11-07 15:52:25 +00:00
Doug Bell
f1aef291cf Partial re-write of HttpProxy's main method. 2006-11-07 14:37:16 +00:00
Doug Bell
e68f609850 WebGUI::Session::Scratch->delete now acts more like Perl's delete()fix: redirectAfterLogin wouldn't work if displayLogin called from WebGUI::Operation::execute 2006-11-07 08:13:23 +00:00
Colin Kuskie
776a6bfdcc Remove debug output from DataForm
Update Wobject.pm to use placeholders.  This will speed up reordering collateral a lot.
Fixes for sequenceNumbers for answers in surveys.
Upgrade script fixes sequenceNumbers for all existing surveys.
2006-11-07 05:09:41 +00:00
Drake
0d1c1ea96a Make Asset::getContainer no longer change the session asset. 2006-11-07 00:30:44 +00:00