..
AdSpace
Allow certain fields in Ad and AdSpace to be cleared. Add tests
2008-08-20 16:40:55 +00:00
Asset
- added: "Duplicate this template and edit" now updates the asset we came from, if any
2008-10-12 02:32:49 +00:00
AssetAspect
- Added Comments asset aspect, which allows comments to be added to any asset
2008-10-11 20:33:38 +00:00
Auth
fixed: International characters in password prevents login
2008-10-05 20:56:50 +00:00
Cache
added some database cache tests while testing out a theory, the theory is busted, but at least we have some more tests
2008-05-02 20:03:33 +00:00
Content
enable/disable pagination in asset manager ( #756 )
2008-10-10 15:51:44 +00:00
Exception
base exception system
2008-02-26 22:12:39 +00:00
Form
- Added Comments asset aspect, which allows comments to be added to any asset
2008-10-11 20:33:38 +00:00
Help
- Rebuilt AdminBar. Now renders faster, and has categories in the new content
2008-09-28 19:50:31 +00:00
i18n
added RFE #480 : Apply button for assets
2008-10-10 21:17:35 +00:00
Image
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
Inbox
clean up sent messages some
2008-09-18 19:51:14 +00:00
Macro
- Removed cart icon from ViewCart macro.
2008-10-07 18:04:38 +00:00
Mail
Added isAdHocMailGroup flag which can be used to build temporary groups of users to send notifications to. Once the users have been added to the mail queue in WebGUI::Mail::send, the group is deleted.
2008-09-22 22:26:59 +00:00
Operation
Fixed validation so LDAPLink takes ldap:// and ldaps:// URIs.
2008-10-12 18:40:22 +00:00
Search
some minor enhancements
2008-05-31 20:45:15 +00:00
Session
Update test to work with XSS fix.
2008-10-07 21:30:27 +00:00
Shop
Fix a bug with shipping costs as a percentage of weight. Build
2008-10-07 22:43:22 +00:00
SQL
Reformat the JSON test for Shop/Tax.t
2008-03-19 04:33:24 +00:00
Storage
fixed Gallery Disk Space problem by adding a way to change image density
2008-07-31 20:31:08 +00:00
URL
rfe: VIM perl mode for skeletons
2008-09-16 22:28:17 +00:00
Workflow
clear out some compile warnings
2008-10-01 22:43:29 +00:00
AdminConsole.pm
added admin console plugability
2008-09-27 17:10:57 +00:00
AdSpace.pm
Allow certain fields in Ad and AdSpace to be cleared. Add tests
2008-08-20 16:40:55 +00:00
Affiliate.pm
Added isVisitor, isAdmin, and isRegistered methods to User object instead
2008-09-16 22:32:36 +00:00
Asset.pm
added RFE #480 : Apply button for assets
2008-10-10 21:17:35 +00:00
AssetBranch.pm
fixed: edit branch doesn't show list style metadata fields properly
2008-07-25 04:03:04 +00:00
AssetClipboard.pm
fixed #8776 : duplicate does not duplicate keywords
2008-10-09 14:34:45 +00:00
AssetExportHtml.pm
final fixes for AssetExportHtml test
2008-10-08 16:52:52 +00:00
AssetLineage.pm
improve documentation of lineage iterator
2008-09-23 21:32:40 +00:00
AssetMetaData.pm
add ability to show metadata values in head blocks.
2008-08-21 18:51:16 +00:00
AssetPackage.pm
rfe: let package import inherit permissions
2008-09-16 21:34:40 +00:00
AssetTrash.pm
Added isVisitor, isAdmin, and isRegistered methods to User object instead
2008-09-16 22:32:36 +00:00
AssetVersioning.pm
rfe: Add Edit button to Manage Revisions page
2008-09-16 22:00:49 +00:00
Auth.pm
Registration form to keep user entries on error - required and errored out fields are now highlighted.
2008-09-17 00:58:50 +00:00
Cache.pm
clean up and comment parseKey in cache
2008-07-09 20:50:57 +00:00
Config.pm
make WebGUI::Config more reliable with relative paths and chdir. fixes forking upgrade.
2008-09-27 20:07:49 +00:00
Crud.pm
fix Crud-dy whitespace
2008-09-26 15:51:28 +00:00
DatabaseLink.pm
fixed: More permissive DSN checking to allow use of SQLite (thanks pathma)
2008-07-07 16:23:58 +00:00
DateTime.pm
some comment cleanups
2008-09-15 21:51:46 +00:00
Exception.pm
got transaction management working well enough to notice that there are a few things broken about it =)
2008-05-19 01:48:31 +00:00
Form.pm
finally got shipping driver management working
2008-03-12 23:18:04 +00:00
FormValidator.pm
remove debug code
2008-09-09 03:40:41 +00:00
Friends.pm
updating copyright year
2008-02-07 23:28:18 +00:00
Group.pm
Fixed an problem in getUsersNotIn which was causing the wrong users to be returned.
2008-09-27 12:18:43 +00:00
HTML.pm
include full link tag in cleanSegment
2008-09-23 21:32:44 +00:00
HTMLForm.pm
various fixes and enhancements for the asset configuration stuff i checked in earlier
2008-09-29 00:14:49 +00:00
Image.pm
fix graph sizing problems with graphicsmagick
2007-10-11 21:51:29 +00:00
Inbox.pm
Inbox can now handle millions of messages without being impossible to view
2008-07-29 16:59:10 +00:00
International.pm
Update the Asset skeleton so that it doesn't try to call
2008-10-11 02:00:29 +00:00
Keyword.pm
Fix a bug in the Keyword package where it would return a list of all assetIds with keywords if a reference asset with no keywords was passed in
2008-07-18 21:16:59 +00:00
LDAPLink.pm
updating copyright year
2008-02-07 23:28:18 +00:00
Macro.pm
reset recursion depth on macros to 16
2008-09-30 23:01:51 +00:00
Operation.pm
remove commerce related operations
2008-05-09 17:04:51 +00:00
Paginator.pm
added page range to paginator variables
2008-09-03 21:56:43 +00:00
PassiveProfiling.pm
updating copyright year
2008-02-07 23:28:18 +00:00
PerformanceProfiler.pm
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
Pluggable.pm
Add more POD to Pluggable.
2008-02-28 23:22:55 +00:00
ProfileCategory.pm
Added a method to check to see if a profile category has protected fields.
2008-06-27 20:57:54 +00:00
ProfileField.pm
Add POD to the ProfileField, formField method.
2008-06-12 20:59:12 +00:00
Search.pm
fix a couple minor syntax issues
2008-09-17 15:37:42 +00:00
Session.pm
improved debug messages for sql queries
2008-08-19 17:36:02 +00:00
SQL.pm
better error message for database connection failure
2008-06-26 20:51:04 +00:00
Storage.pm
fix some broken POD in Storage.pm
2008-08-15 19:43:22 +00:00
TabForm.pm
various fixes and enhancements for the asset configuration stuff i checked in earlier
2008-09-29 00:14:49 +00:00
Text.pm
Fixed: Thingy importing with newlines embedded in CSV fields
2008-08-05 19:03:41 +00:00
User.pm
Added isVisitor, isAdmin, and isRegistered methods to User object instead
2008-09-16 22:32:36 +00:00
Utility.pm
updating copyright year
2008-02-07 23:28:18 +00:00
VersionTag.pm
revert back to key scanning until there is a better way to get column names from the db
2008-06-12 20:23:18 +00:00
Workflow.pm
fix a singlton typo
2008-09-09 20:32:20 +00:00