Stig Lindqvist
|
a3a50b7b6f
|
MINOR Skipping test when PHP Version is lower than 5.3.2
ReflectionMethod#setAccessible was released in PHP Version 5.3.2
|
2011-10-22 16:17:28 +02:00 |
|
Ingo Schommer
|
51a81bb258
|
MINOR Removed individual Requirements calls in CMSMain->init() in favour of Requirements::combine_files(), to avoid duplication and hard to debug behaviour differences due to changed file inclusion orders between non-live and live systems
|
2011-10-11 09:56:25 +02:00 |
|
Ingo Schommer
|
9016204dec
|
Merge branch 'candidasa-cms-enhancements'
|
2011-10-11 09:36:53 +02:00 |
|
Ingo Schommer
|
ce81740718
|
MINOR Added 'skipSyncLinkTracking' flag to FilesystemSyncTask (AIR-28)
|
2011-10-07 12:16:58 +02:00 |
|
Ingo Schommer
|
f8b2363075
|
BUGFIX Replaced hardcoded CSS in ReportAdminForm.ss, using $FieldHolder instead of $Field for search fields to gain better control on how they're laid out
|
2011-10-07 12:16:31 +02:00 |
|
Ingo Schommer
|
a93994f59e
|
BUGFIX: Better handling of non-existent records in delete calls (if button is clicked twice)
|
2011-10-07 12:15:41 +02:00 |
|
Sam Minnee
|
32ab772615
|
BUGFIX: Use SSReport::description() (by sminnee, merged from r100009)
|
2011-10-07 12:08:12 +02:00 |
|
Ingo Schommer
|
f7d322a004
|
BUGFIX Marking fields as readonly in CMSMain->compareversions() before loading data, to avoid loading invalid values (HTML diffs) into the fields (AIR-39)
|
2011-10-07 12:07:46 +02:00 |
|
Ingo Schommer
|
093eb6cd53
|
MINOR Checking for success of file upload before trying to add metadata in AssetAdmin->doUpload() (AIR-37)
|
2011-10-07 12:02:16 +02:00 |
|
Ingo Schommer
|
089973803b
|
MINOR Using increase_memory_limit_to() in CMSMain->buildbrokenlinks()
|
2011-10-07 12:01:25 +02:00 |
|
Ingo Schommer
|
de13f144fa
|
MINOR Argument checks in AssetTableField->getCustomFieldsFor() (AIR-40)
|
2011-10-07 11:58:34 +02:00 |
|
Ingo Schommer
|
3809c1614f
|
API CHANGE Require ADMIN permissions for performance-heavy tasks in CMSMain: getpagecount() and publishall(), and using increase_time_limit_to() which respects higher max_execution_time settings
|
2011-10-07 11:14:55 +02:00 |
|
Ingo Schommer
|
f98bc8480c
|
BUGFIX Respect writeWithoutVersion() when updating VirtualPage relationships in SiteTree->onAfterWrite() (AIR-97)
|
2011-10-07 11:12:52 +02:00 |
|
Ingo Schommer
|
21d10ad32f
|
BUGFIX Consistently returning a record from VirtualPage->CopyContentFrom(), even if pointing to a non-existant ID (AIR-77)
|
2011-10-07 11:09:10 +02:00 |
|
Sam Minnee
|
5d235fa9f7
|
ENHACEMENT: Improved caching of permissions for improved CMS perfromance for non-admins (merged from r102278)
|
2011-10-07 10:36:56 +02:00 |
|
Sam Minnee
|
d64e847534
|
BUGFIX: Don't turn virtual pages green if their source is deleted from draft and then reverted (merged from r100926 and r100928)
|
2011-10-07 10:07:38 +02:00 |
|
Ingo Schommer
|
f368686adc
|
MINOR Documentation
|
2011-10-07 10:06:06 +02:00 |
|
Sam Minnee
|
6fc01394a6
|
API CHANGE: Added VirtualPage::$non_virtual_fields and VirtualPage::$initially_copied_fields for configuring the behaviour of virtual pages. (merged from r100463)
|
2011-10-07 10:05:32 +02:00 |
|
Ingo Schommer
|
987eedf9ba
|
BUGFIX Don't fail SiteTree::batch_permission_check() is no published pages exist
|
2011-10-07 09:38:35 +02:00 |
|
Ingo Schommer
|
e26d249d60
|
BUGFIX Consistently resetting Subsite::$disable_subsite_filter to its original state (if the module is installed)
|
2011-10-07 09:38:11 +02:00 |
|
Ingo Schommer
|
6ab1340680
|
BUGFIX Using SiteTree->getSiteConfig() instead of SiteConfig::current_site_config() in SiteTree::batch_permission_check() to avoid cases where multiple variances of SiteConfig need to be considered (e.g. when using the subsites module) (AIR-59)
|
2011-10-07 09:34:53 +02:00 |
|
Ingo Schommer
|
1fcc987b78
|
MINOR Documentation for SiteTree::batch_permission_check()
|
2011-10-07 09:34:28 +02:00 |
|
Ingo Schommer
|
45f857e042
|
MINOR Removing class comparison in SiteTree->canCreate() (mainly in order to enable overloading via SiteTreeSubsite->canCreate())
|
2011-10-07 09:31:29 +02:00 |
|
Ingo Schommer
|
4903fad537
|
BUGFIX Checking for SiteTree:: in SiteTree->getClassDropdown() (AIR-20)
|
2011-10-07 09:29:03 +02:00 |
|
Ingo Schommer
|
922dd126c6
|
MINOR Allowing TRUE vetoes in SiteTree->augmentValidURLSegment() (in addition to the existing FALSE vetoes)
|
2011-10-07 09:19:40 +02:00 |
|
Ingo Schommer
|
2dd96a4050
|
API CHANGE Checking for SiteTree::$allowed_children in SiteTree->validate() (was only checked via JavaScript before).
BUGFIX Ensure that VirtualPage $allowed_children are checked on original classes to avoid allowing more than necessary (AIR-38)
|
2011-10-07 08:59:23 +02:00 |
|
Ingo Schommer
|
d03724e116
|
BUGFIX Disable subsites filtering in File->BackLinkTracking() if module is installed (AIR-66)
|
2011-10-07 08:59:23 +02:00 |
|
sminnee
|
e57be3f6e4
|
API CHANGE Always allow users with ADMIN permissions to view or edit SiteConfig
git-svn-id: http://svn.silverstripe.com/modules/sapphire/branches/airnz/iteration3@89049 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2011-10-07 08:59:23 +02:00 |
|
Ingo Schommer
|
04df9177dd
|
Merge branch 'new-orm'
|
2011-10-07 08:52:50 +02:00 |
|
ajshort
|
a54963d954
|
API CHANGE: Replaced DataObjectSet instances with ArrayList.
|
2011-10-07 08:51:54 +02:00 |
|
ajshort
|
4ecf908e34
|
MINOR: Replaced containsIDs() calls in tests with assertContains() and column().
|
2011-10-07 08:51:54 +02:00 |
|
ajshort
|
daecdcd335
|
MINOR: Replaced usage of deprecated toDropdownMap() with map().
|
2011-10-07 08:51:54 +02:00 |
|
Sam Minnee
|
ddcbd650d4
|
BUGFIX: Fix bugs introduced by the expectation of having a DataModel.
|
2011-10-07 08:51:54 +02:00 |
|
Sam Minnee
|
9398fcaaa1
|
BUGFIX: Fix SiteTree broken link correction to handle the fact that relations aren't cached.
|
2011-10-07 08:51:53 +02:00 |
|
Sam Minnee
|
1821ccbb7d
|
MINOR: Added more explicit test to aid w/ debugging.
|
2011-10-07 08:51:53 +02:00 |
|
Sam Minnee
|
7a2097dbd0
|
BUGFIX: Removed obsolete test.
|
2011-10-07 08:51:53 +02:00 |
|
Sam Minnee
|
f2ed229be4
|
API CHANGE: Removed context object - it's a hack.
|
2011-10-07 08:50:52 +02:00 |
|
Sam Minnee
|
d3ca4dac5b
|
BUGFIX: Updated models to suit minor changes in the new ORM.
|
2011-10-07 08:50:51 +02:00 |
|
Ingo Schommer
|
2ef1ae397a
|
MINOR Fixed method signature on batch actions
|
2011-10-04 13:24:01 +02:00 |
|
Julian Seidenberg
|
1bf34b3bfb
|
MINOR: changing label text to match design
|
2011-09-30 12:49:34 +13:00 |
|
Julian Seidenberg
|
a7527eef9c
|
ENHANCEMENT: using CSS3 to do number label in dialog box (SSO-8)
|
2011-09-30 12:48:34 +13:00 |
|
Julian Seidenberg
|
28e63efd5e
|
ENHANCEMENT: moving the bulk of the styling for the "Create Page" dialog to Sapphire module (SSO-8)
|
2011-09-29 17:11:35 +13:00 |
|
Julian Seidenberg
|
2c4b1271c7
|
ENHANCEMENT: CSS styling of "Create Page" dialog box and adjusting dialog title to be consistent with label of button that creates it (SSO-8)
|
2011-09-29 13:10:56 +13:00 |
|
Julian Seidenberg
|
ebcc1f324e
|
BUGFIX: "Parent Page" dropdown isn't hidden in "Edit Page" -> Settings (SSO-15)
|
2011-09-28 11:48:36 +13:00 |
|
Julian Seidenberg
|
f4787d8e4f
|
MINOR: gitignore of mac .DS_Store files
|
2011-09-28 11:44:30 +13:00 |
|
Ingo Schommer
|
9c22a87b9a
|
ENHANCEMENT Removed unnecessary "Edit Page > Reports" controller, feature will only be available through a dedicated "Reports" interface
|
2011-09-19 21:50:15 +02:00 |
|
Will Rossiter
|
803adfce42
|
MINOR: removed direct access to $_REQUEST and instead encapulsate access through SS_HTTPRequest
|
2011-09-19 21:38:26 +02:00 |
|
Will Rossiter
|
010829f6fb
|
MINOR: added note to select two entries
|
2011-09-19 21:38:19 +02:00 |
|
Ingo Schommer
|
ab9d62b53c
|
MINOR Removed hardcoding of history ajax links
|
2011-09-19 21:34:46 +02:00 |
|
Ingo Schommer
|
b924fdbde6
|
Merge branch 'history-panel'
|
2011-09-19 21:07:45 +02:00 |
|