Colin Kuskie
2223ce8749
implemented RFEs for the manage committed versions screen for pagination and sorting the versions by date committed
2007-03-13 03:11:17 +00:00
Colin Kuskie
63337dcfb3
hide the rollback icon unless you are an Admin
2007-03-12 17:34:46 +00:00
JT Smith
239e68d476
- Fixed a problem with JSON formatting in spectre config transaction.
2007-03-08 16:55:48 +00:00
JT Smith
feca570b50
removed global $self from Graphics.pm
2007-03-07 16:21:51 +00:00
Colin Kuskie
57fc140369
Made file upload use the Form API instead of the Storage API due to name hacks
2007-03-06 03:43:48 +00:00
Colin Kuskie
f7b01f5aeb
Add the ability to mark documentation as private, so users don't get confused
...
as to which template variables to use. Tested this with the Article, now all
the others just have to be marked as well.
2007-03-06 00:36:18 +00:00
Colin Kuskie
5fb55ba2de
and clean-up the original, dead storageId
2007-02-28 05:42:17 +00:00
Colin Kuskie
85ecb2364a
fix thumbnailing of uploaded images via the RTE
2007-02-28 05:35:47 +00:00
JT Smith
ff03aebfd3
Tiny MCE--> Relative Absolute URL for Images IE and Firefox different
2007-02-27 18:41:01 +00:00
Colin Kuskie
ab6d0d2ce6
fix for file uploading problems in File, Image, FilePile, Graphics (font) and FormHelper
2007-02-16 22:31:53 +00:00
Doug Bell
126978314f
fix: Rich Editor - Add Asset Link doesn't work with images.
2007-02-15 03:42:08 +00:00
JT Smith
b19bf14389
- Simplified Spectre's initial data load, and reduced memory footprint in the
...
process.
2007-02-01 18:48:23 +00:00
Colin Kuskie
0eba64bc52
Session->Privilege is not design well to work in embedded applications
...
like the RTE because by default it uses the default user style from settings.
This renders a full page, when we really need a message.
I've added an argument to session->privilege->insufficient to use the
empty style and to use a different message with no embedded macros
to process for logging in. I tested this on the RTE folder adder and
it works fine. I duplicated this work in the Image add/edit save routine
as well.
Since privilege->insuffient didn't take arguments before, this preserves
the existing API, which is broken.
2007-01-26 05:45:56 +00:00
Frank Dillon
24e6111bf0
fixed corner case which causes edit page not to load if an activity is undefined or cannot be defined.
2007-01-20 14:15:49 +00:00
Frank Dillon
5d4c076290
fixed corner case which causes the user profile to not load in cases where custom forms do not work or are broken. It now skips these and throws a warning
2007-01-17 22:16:42 +00:00
Roy Johnson
d4689365c3
don't need this line anymore
2007-01-16 16:08:17 +00:00
Roy Johnson
61adb7d962
fix - xss vulnerability in webgui usernames
2007-01-16 16:06:08 +00:00
Colin Kuskie
388af92714
another missing session variable, in cancelRecurringTransaction
2007-01-14 23:35:00 +00:00
Colin Kuskie
e6e542000c
fix return from copying a DatabaseLink
2007-01-14 23:31:23 +00:00
Roy Johnson
777a7a0b08
fix - cannot save content filters
...
fix - cannot delete content filters
2007-01-13 22:56:36 +00:00
Colin Kuskie
35f56abfed
fix typo in redirecting user who is visitor during checkout
2007-01-13 17:26:32 +00:00
Colin Kuskie
4056586ad7
fix subroutine instead of method calls for privileges
2007-01-12 17:56:43 +00:00
Roy Johnson
e92871629c
Added a the beginnings of a test suite for the wiki. Fixed privilege check in the media folder.
2006-12-21 16:19:37 +00:00
Colin Kuskie
4628a7f470
remove debug output
2006-12-20 23:43:16 +00:00
Colin Kuskie
c8f7e6fd0c
make group search form sticky via Session::Scratch
2006-12-19 19:05:19 +00:00
Colin Kuskie
bea0ae472a
Two bug fixes, for Wiki History and initial drop down setting in the Group Search dialog.
...
Documented the Wiki Page history template and i18n'ed the delete confirmation in the history
interface.
2006-12-18 22:57:38 +00:00
Drake
574b0313c3
Add safeties to avoid password recovery being turned on at all with zero
...
profile fields selected, to avoid confusion. Update some documentation.
2006-12-06 22:31:00 +00:00
Drake
e795f06fd8
Rollback r3340 since it broke specialState:init.
2006-12-06 17:49:22 +00:00
Drake
82867ec273
Fix Default Rich Editor setting so that it renders correctly.
2006-12-06 17:29:11 +00:00
Drake
aa3b8b6d24
Profile field defaulting fixes.
2006-12-06 16:45:52 +00:00
Drake
631d8cb0e6
Switch to profile-based password recovery.
2006-12-06 11:57:36 +00:00
Drake
3b4943177f
Fix problem with profile field possibleValues with apostrophes in i18n
...
substitutions not working.
2006-12-01 19:17:37 +00:00
Doug Bell
03b8f4e4d4
fix: Users not authorized for any payment gateway now get appropriate message
2006-11-28 23:05:15 +00:00
Colin Kuskie
b42e213888
forward port of list pending transaction link from 7.2
2006-11-27 17:51:42 +00:00
Colin Kuskie
22839c8de3
removal of more debug
2006-11-26 05:46:52 +00:00
Colin Kuskie
85eb6ddbeb
Added setNamespace and getNamespace methods to WebGUI::International.
...
Added a baseline test for WebGUI::International which also tests the new methods.
Fixed codespace caching in WebGUI::Operation::Help. Codespace caching is
done via symbol table lookups, and it saves doing an eval.
Implemented the same type of caching in WebGUI::International. This replaced
the in-memory cache which would slowly accumulate a complete copy of the
i18n entries as they were fetched.
2006-11-26 04:07:32 +00:00
Drake
ca9d90c577
Implement RFE "Non Required Fields on User Registration". Associated upgrade.
...
Minor streamlining of profile field listing methods.
WebGUI::Operation::Profile::getRequiredProfileFields is now deprecated,
because it's specific enough to be not significantly more useful than
WebGUI::ProfileField::getRequiredFields, and because with this change
nothing in core uses it anymore.
2006-11-22 23:50:00 +00:00
Doug Bell
3ca4bf725a
Some fixes in viewPurchaseHistory operation
2006-11-22 06:38:25 +00:00
Colin Kuskie
c078caad8d
remove old debug output
2006-11-16 19:27:24 +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
JT Smith
899e9754b6
- karma rfe: Limiting access to admin mode to set of ip's
2006-11-08 17:43:44 +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
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
Roy Johnson
9c8399d93b
fix: Activity list expands outside of edit workflow screen
2006-11-07 21:23:19 +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
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
Doug Bell
a072558478
fix: WebGUI::Operation::Commerce now picks payment gateway for the user if only one authorized
2006-11-06 23:54:56 +00:00