Commit Graph

545 Commits

Author SHA1 Message Date
thiemen
78f7ec9307 MAJOR: upgrade to new version of Silverstripe - step: Apply PSR2 Cleanup. 2019-04-23 18:34:17 +12:00
thiemen
682caa3bca MAJOR: upgrade to new version of Silverstripe - step: Apply PSR2 Cleanup. 2019-04-23 18:32:44 +12:00
thiemen
e392cba53a MAJOR: exposing foldersclient/javascript,client/images 2019-04-23 18:31:29 +12:00
thiemen
a4d1273337 MAJOR: Update composer type to silverstripe-vendormodule 2019-04-23 18:31:22 +12:00
thiemen
2ce8b46029 MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:30:56 +12:00
thiemen
7eab74e1df MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:29:20 +12:00
thiemen
b646fe76e3 MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:28:50 +12:00
thiemen
9f74002403 MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:28:21 +12:00
thiemen
fe1c404c0a MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:27:49 +12:00
thiemen
327aef950b MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:25:41 +12:00
thiemen
8cc346b4ad MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:24:51 +12:00
thiemen
e852e7f8ef MAJOR: core upgrade to SS4: running INSPECT on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:24:20 +12:00
thiemen
66f78b80b8 MAJOR: upgrade to new version of Silverstripe - step: Add PSR-4 Autoloading to the composer file. 2019-04-23 18:22:36 +12:00
thiemen
798280b9f8 MAJOR: core upgrade to SS4 - STEP 1 (upgrade) on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:22:18 +12:00
thiemen
25384fb2cf MAJOR: core upgrade to SS4 - STEP 1 (upgrade) on /var/www/upgrades/upgradeto4/dms 2019-04-23 18:21:40 +12:00
thiemen
a5fe10acac MAJOR: adding namespaces 2019-04-23 18:19:36 +12:00
thiemen
2262eadad6 MAJOR: upgrade to new version of Silverstripe - step: Fix Folder Case 2019-04-23 18:19:28 +12:00
thiemen
2ab13a1111 MAJOR: upgrade to new version of Silverstripe - step: Search and Replace 2019-04-23 18:19:18 +12:00
thiemen
e91fbccac5 MAJOR: upgrade to new version of Silverstripe - step: Move front-end stuff to a client folder 2019-04-23 18:19:10 +12:00
thiemen
2d7873d9ef MAJOR: upgrade to new version of Silverstripe - step: Move code to src folder 2019-04-23 18:19:03 +12:00
thiemen
788138d3bc MAJOR: upgrading composer requirements to SS4 2019-04-23 18:18:10 +12:00
thiemen
e4b16ea60f MAJOR: remove composer requirements to SS4 - removing requirements for: silverstripe/framework 2019-04-23 18:18:03 +12:00
thiemen
c77ef1bb17 MAJOR: upgrade to new version of Silverstripe - step: Add the table name 2019-04-23 18:16:59 +12:00
Nicolaas
5c49120310
MAJOR: changing package name 2019-04-23 16:17:29 +12:00
Loz Calver
945119a1da
Update branch alias 2019-01-02 15:33:31 +00:00
Robbie Averill
e7535a6af6
Merge pull request #217 from kinglozzer/php72
PHP 7.2 compatibility
2019-01-02 12:58:39 +00:00
Loz Calver
1fc11a7854 PHP 7.2 compatibility 2019-01-02 11:08:48 +00:00
Daniel Hensby
c0fbe98851
Merge pull request #214 from InnisMaggiore/dmc/download-behavior-on-write
Save default DownloadBehaviour on a DMSDocument when initially uploading a new one
2018-07-06 16:57:19 +01:00
Dave Collins
cf278fd8e2 Save default DownloadBehaviour on a DMSDocument when initially uploading a new one
- array key check for behavior before using
2018-07-06 08:59:10 -04:00
Dave Collins
52772ae879 documentation fix for DownloadBehavior fix 2018-07-05 12:06:14 -04:00
Dave Collins
5561e4a7af minor formatting fix 2018-07-05 12:04:33 -04:00
Dave Collins
71c09244f7 Make sure default DownloadBehavior is stored when initially uploading a document 2018-07-05 12:00:30 -04:00
Robbie Averill
d94aa25ac7
Merge pull request #212 from sekjal/patch-1
Add support for GridfieldOrderableRows
2018-06-19 09:13:24 +12:00
Ian Walls
dfbddb49a2
Add support for GridfieldOrderableRows
GridfieldExtensions' GridfieldOrderableRows is functionally quite similar (if not identical) to GridFieldSortableRows, and not all developers may want to support both modules.  This commit adds fallback support for sorting Document Sets using GridfieldOrderableRows if it is installed, and GridFieldSortableRows is not.

To test:
1. Uninstall GridFieldSortableRows (or start with an install without it)
2. Install GridFieldExtensions
3. Create/Open a Document Set
4. Make sure there are multiple files within.
5.  Drag/drop reorder without errors
2018-06-18 15:14:08 -04:00
Robbie Averill
4f5dddc17d
Merge pull request #211 from creative-commoners/pulls/master/add-supported-module-badge
Add supported module badge to readme
2018-06-18 10:48:14 +12:00
Dylan Wagstaff
6d36c67195 Add supported module badge to readme 2018-06-15 17:34:06 +12:00
Dylan Wagstaff
86bc9ec509 Merge up 2.1 into master 2018-04-11 14:08:13 +12:00
Dylan Wagstaff
fad86bd93c
Merge pull request #206 from xini/fix-page-history
fix page history: remove DMSSiteTreeExtension.getDocumentSets()
2018-04-11 12:53:24 +12:00
Florian Thoma
1c226239f4 re-introduce getDocumentSets() as deprecated method to allow patch release 2018-04-11 10:34:52 +10:00
Florian Thoma
86e01cb6d1 fix template and tests 2018-03-01 12:31:44 +11:00
Florian Thoma
2c204bb0b6 remove DMSSiteTreeExtension.getDocumentSets() because it messes with the page history (readonly mode) 2018-03-01 12:15:44 +11:00
Robbie Averill
eb96f4fd87 Merge branch '2.1' 2018-01-12 14:28:23 +13:00
Robbie Averill
fb6bdf59c2
Merge pull request #205 from xini/patch-1
fix page edit link slug
2018-01-12 14:25:32 +13:00
Florian Thoma
f36b439f8f fix page edit link slug 2018-01-12 13:48:14 +13:00
Robbie Averill
b5f9602eb5 Merge branch '2.1' 2017-12-08 00:00:25 +13:00
Robbie Averill
35423c9aeb Merge remote-tracking branch 'origin/2.0' into 2.1 2017-12-07 23:59:44 +13:00
Robbie Averill
96bac3fdc9
Merge pull request #204 from creative-commoners/pulls/2.0/cast-number-as-int
FIX Cast shortcode document ID as int
2017-12-07 23:58:22 +13:00
Robbie Averill
046047e49f FIX Cast shortcode document ID as int 2017-12-07 16:41:52 +13:00
Robbie Averill
ab9d361f98 Merge branch '2.1' 2017-12-07 15:46:32 +13:00
Robbie Averill
b7a3a1df6e Merge branch '2.0' into 2.1 2017-12-07 15:45:42 +13:00