| .. |
|
Account
|
Forward porting Account/Inbox i18n fixes.
|
2009-06-11 19:08:24 +00:00 |
|
AdSpace
|
- Removed dubious 3px padding around image based ads in an adspace.
|
2009-05-22 16:37:25 +00:00 |
|
Asset
|
Fix bugs with resizing photos on upload.
|
2009-06-23 00:07:16 +00:00 |
|
AssetAspect
|
Fix HEAD link issues with RssFeed with exporting.
|
2009-04-27 19:16:38 +00:00 |
|
AssetCollateral
|
Add missing POD from new SKU based collateral modules.
|
2009-04-24 02:29:28 +00:00 |
|
Auth
|
Make LDAP auth return an error for failure to match passwords.
|
2009-06-11 16:16:22 +00:00 |
|
Cache
|
merge to 10219
|
2009-04-08 16:35:31 +00:00 |
|
Content
|
Update tests to handle the new way of updating ranks in the asset manager.
|
2009-06-20 00:03:18 +00:00 |
|
Exception
|
Add USPS Shipping Driver with tests, and i18n.
|
2009-05-12 23:58:19 +00:00 |
|
FilePump
|
Fix a FilePump bug in handling file URIs that are directories.
|
2009-05-20 18:54:07 +00:00 |
|
Form
|
Remove inline JS from the Date and DateTime forms by putting the user's firstDayOfWeek preference
|
2009-06-23 19:25:50 +00:00 |
|
Help
|
Fix a bug in the Story when handling images of different sizes. Add a
|
2009-06-08 21:51:33 +00:00 |
|
i18n
|
Add missing Tax i18n.
|
2009-06-20 01:45:55 +00:00 |
|
Image
|
|
|
|
Inbox
|
When an inbox message is sent to a group, and any member reads it, it is
|
2009-05-28 17:01:24 +00:00 |
|
Macro
|
Macro for converting UTC stored dates from SQL Reports to user or developer formatted date-time timezone text.
|
2009-06-22 14:29:00 +00:00 |
|
Mail
|
Enable WebGUI sites to send SMS messages as inbox notifications.
|
2009-05-13 21:55:33 +00:00 |
|
Operation
|
Updated auth to allow sending back of non-text/html mime types.
|
2009-06-20 16:37:18 +00:00 |
|
PassiveAnalytics
|
Adding missing i18n to PassiveAnalytics
|
2009-04-29 04:15:45 +00:00 |
|
Search
|
|
|
|
Session
|
Remove inline JS from the Date and DateTime forms by putting the user's firstDayOfWeek preference
|
2009-06-23 19:25:50 +00:00 |
|
Shop
|
Add missing Tax i18n.
|
2009-06-20 01:45:55 +00:00 |
|
SQL
|
|
|
|
Storage
|
|
|
|
URL
|
|
|
|
Workflow
|
Stats now send over SSL rather than straight HTTP.
|
2009-05-26 21:33:53 +00:00 |
|
Account.pm
|
Add managed Friends network, allowing a designated group to add and remove
|
2009-05-14 02:25:36 +00:00 |
|
AdminConsole.pm
|
Update POD for the AdminConsole
|
2009-06-17 21:35:43 +00:00 |
|
AdSpace.pm
|
|
|
|
Affiliate.pm
|
|
|
|
Asset.pm
|
If adding an asset is added to another asset with an open version tag, put the
|
2009-06-23 19:32:40 +00:00 |
|
AssetBranch.pm
|
Fix two bugs with edit branch. One for creating the metadata field forms,
|
2009-06-22 03:23:25 +00:00 |
|
AssetClipboard.pm
|
Mark www_paste as deprecated.
|
2009-06-19 00:59:10 +00:00 |
|
AssetExportHtml.pm
|
export cleanups and mobile style
|
2009-05-15 09:30:20 +00:00 |
|
AssetLineage.pm
|
Add a progress bar for reordering rank in the Asset Manager.
|
2009-06-19 18:06:46 +00:00 |
|
AssetMetaData.pm
|
|
|
|
AssetPackage.pm
|
Use the new method for getting the asset manager URL.
|
2009-06-19 18:05:58 +00:00 |
|
AssetTrash.pm
|
|
|
|
AssetVersioning.pm
|
If adding an asset is added to another asset with an open version tag, put the
|
2009-06-23 19:32:40 +00:00 |
|
Auth.pm
|
Forward port POD whitespace fix.
|
2009-06-02 16:31:14 +00:00 |
|
Cache.pm
|
|
|
|
Config.pm
|
|
|
|
Crud.pm
|
Add a method which will "do the right thing" when the existence of the desired Crud table may be in question.
|
2009-06-22 14:16:47 +00:00 |
|
DatabaseLink.pm
|
|
|
|
DateTime.pm
|
rfe: Extend DateTime for Week-Nrs (#9151)
|
2009-04-16 17:06:50 +00:00 |
|
Exception.pm
|
Better template diagnostics on failure. It now also includes the template URL, and templateId
|
2009-06-08 16:53:53 +00:00 |
|
Form.pm
|
|
|
|
FormValidator.pm
|
|
|
|
Friends.pm
|
|
|
|
Group.pm
|
Remove debugging code.
|
2009-06-12 20:55:48 +00:00 |
|
HTML.pm
|
Insufficient filtering in javascript filter (#10001)
|
2009-06-03 15:53:55 +00:00 |
|
HTMLForm.pm
|
|
|
|
Image.pm
|
Fixed a problem with graphing created by the newer versions of Image Magick.
|
2009-06-02 18:42:43 +00:00 |
|
Inbox.pm
|
Add managed Friends network, allowing a designated group to add and remove
|
2009-05-14 02:25:36 +00:00 |
|
International.pm
|
|
|
|
Keyword.pm
|
Merge with HEAD, 10472
|
2009-04-24 17:12:17 +00:00 |
|
LDAPLink.pm
|
|
|
|
Macro.pm
|
|
|
|
Operation.pm
|
added services to create, update, and delete users
|
2009-05-15 18:10:26 +00:00 |
|
Paginator.pm
|
Forward porting SQL Report/Paginator errorNum fix. errorNum is undefined for
|
2009-04-26 23:14:22 +00:00 |
|
PassiveProfiling.pm
|
|
|
|
PerformanceProfiler.pm
|
Rework WebGUI::PerformanceProfiler to only calculate and show output
|
2009-06-15 22:32:59 +00:00 |
|
Pluggable.pm
|
allow exception objects to pass through pluggable
|
2009-05-21 14:49:14 +00:00 |
|
ProfileCategory.pm
|
Remove some whitespace.
|
2009-05-13 18:01:32 +00:00 |
|
ProfileField.pm
|
Pluggable::load is not a class method.
|
2009-06-03 01:41:03 +00:00 |
|
ProgressBar.pm
|
ProgressBar tweaks
|
2009-06-19 02:02:20 +00:00 |
|
Search.pm
|
Oops, didn’t notice the lc shift, removing unnecessary case-insensitive matching from regex.
|
2009-06-03 20:21:27 +00:00 |
|
Session.pm
|
export cleanups and mobile style
|
2009-05-15 09:30:20 +00:00 |
|
SQL.pm
|
Merge up to 10305
|
2009-04-13 17:04:23 +00:00 |
|
Storage.pm
|
De-scaleed a POD typo.
|
2009-06-22 22:55:39 +00:00 |
|
TabForm.pm
|
|
|
|
Text.pm
|
|
|
|
User.pm
|
fixed #9851: New Users have blank profile field privacy settings
|
2009-06-03 15:24:20 +00:00 |
|
Utility.pm
|
Added WebGUI::Utility::scalarEquals for strict equality checks of scalars
|
2009-06-19 08:06:51 +00:00 |
|
VersionTag.pm
|
|
|
|
Workflow.pm
|
|
|