Commit Graph

241 Commits

Author SHA1 Message Date
Daniel Hensby
f16612d0ca
Adding more travis tests 2016-07-15 16:11:47 +01:00
☃ Stephen Shkardoon ☃
da642ddaf3 Merge pull request #51 from xini/1.0
Front end sorting of documents - Fixes #44
2015-02-03 15:48:36 +13:00
Florian Thoma
ec0ecdda6d fix front end sorting of documents
fixes #44 for 1.0 branch
2014-07-23 08:56:08 +10:00
Ingo Schommer
e862e02cf1 Only test 5.4 on 3.0 2014-02-07 13:28:04 +13:00
Ingo Schommer
88896712ff Only test against supported core releases 2014-02-07 13:20:14 +13:00
Stephen Shkardoon
57885d97bf Create 1.0 branch for 3.0.x compatability 2013-07-10 15:06:02 +12:00
Ingo Schommer
06864f2269 Transifex translation support 2013-07-10 15:04:42 +12:00
Cam Findlay
da7e1ccc34 FIX display the date and time fields for embargo and expires. 2013-05-09 10:19:30 +12:00
Julian Seidenberg
6ecfa61ca1 BUG removing content method again, since it doesn't work reliably 2013-05-01 17:48:53 +12:00
Julian Seidenberg
f02303793d BUG moving new getContent method into DataObject, not Controller 2013-04-30 18:14:13 +12:00
Julian Seidenberg
687b4f5f97 NEW adding content method for compatibility with TextExtraction module 2013-04-30 18:07:57 +12:00
Cam Findlay
5bf804c1af FIX the autocomplete for adding a document to a page that already exists in the DMS. 2013-04-18 13:38:29 +12:00
Cam Findlay
3276320234 Added CRUD settings to allow non-admin CMS users to use parts of the dmx module. 2013-04-18 13:02:32 +12:00
Ryan O'Hara
2c96aada8a Change to use loop in templates instead of control 2013-04-16 10:00:42 +12:00
Cam Findlay
1b6c76b405 Further updates for 3.1 compatibility. 2013-04-15 14:03:58 +12:00
Ingo Schommer
cad9042d5f Simplified travis support (using external scripts)
Also testing the 3.1 release
2013-03-29 10:07:05 +01:00
Julian Seidenberg
bde2880812 Merge pull request #12 from adrexia/html
BUG: malformed html causing rendering issues in IE8
2013-03-19 17:28:06 -07:00
Naomi Guyer
aefb78da8b BUG: malformed html causing rendering issues in IE8 2013-03-20 13:23:47 +13:00
Ingo Schommer
f7e4e279ee More DB quoting 2013-03-11 15:32:51 +01:00
Ingo Schommer
ebcd6caa26 Fixed DB quoting (mainly for non-MySQL compat) 2013-03-11 15:20:55 +01:00
Ingo Schommer
38c99fc66b Added cms dependency to travis scripts 2013-03-11 14:31:20 +01:00
Ingo Schommer
437e6a4326 Exclude travis from manifest 2013-03-11 13:46:38 +01:00
Ingo Schommer
6b9ffa39d3 Travis support 2013-03-11 01:44:45 +01:00
Julian Seidenberg
e4ea9a8a0f Merge pull request #11 from ryanwachtl/patch-1
BUG getList() now returns the filtered DataList
2013-03-10 14:40:53 -07:00
Ryan Wachtl
9802e05a13 BUG getList() now returns the filtered DataList
In SilverStripe 3.1.x getList() was returning the unfiltered DataList and as a result all pages in the SiteTree were showing as having a reference to the given document.
2013-03-08 21:27:18 -06:00
Julian Seidenberg
ca9c84240a Merge pull request #10 from ARNHOE/patch-1
added nl.yml language
2013-01-29 13:17:34 -08:00
ARNHOE
a64f0d1e4c added nl.yml language 2013-01-29 03:11:47 -08:00
Ingo Schommer
d95af01fbb Delete fixtures BEFORE test teardown, avoid problems with shutdown registrations
We've had some custom code register shutdown methods for reindexing.
This code is triggered on delete() amongst other actions.
It's conditional on SapphireTest::is_running_tests() which is
unset in SapphireTest->tearDown(), so we have to place any
delete operations before that.
2013-01-09 23:54:35 +01:00
Ingo Schommer
5e6b77a0a9 BUGFIX Using toMap() in create_version() to avoid DataObject::__construct() failures 2013-01-08 13:22:25 +01:00
Ingo Schommer
5d3f06b69a Force versioning on in tests 2013-01-07 17:38:14 +01:00
Ingo Schommer
6b7ee0623a Only return DMSDocument->FullPath() when filename exists
Fixes a regression introduced with 18c2081b when uploading new files
2013-01-07 17:31:04 +01:00
Ingo Schommer
597e393630 BUG DMSUploadField JS template usage
Instead of relying on JavaScript requirements blocking,
configure a more specific template name to use
in certain situations. We can't control JS files
loaded by the browser already by previous requests,
so Requirements blocking does not override the
template in all cases, creating execution-path specific
edge cases (like showing "save to refresh" messages
in the background of a "add document" upload success)
2013-01-07 10:11:55 +13:00
Julian Seidenberg
8f5c65d539 API-CHANGE: adding a method to add to the list of extensions that are allowed as Documents. 2012-11-23 10:56:28 +13:00
francisco arenas
a032b8b717 Lang files 2012-11-22 15:21:14 +01:00
Ingo Schommer
e02474b986 Fixed composer vendor namespace 2012-11-22 15:14:30 +01:00
Julian Seidenberg
15a361bdaa Merge pull request #4 from sheadawson/master
MINOR show ViewCount in document details view
2012-11-21 18:59:40 -08:00
Shea
1f89aad168 MINOR show ViewCount in document details view 2012-11-22 13:48:33 +11:00
Julian Seidenberg
0f89fba3a9 MINOR: adding composer.json 2012-11-22 14:45:41 +13:00
Julian Seidenberg
a9f9e7111a API-CHANGE: adding ability to show/hide the Document tab on specific pages 2012-11-22 14:37:40 +13:00
Julian Seidenberg
18c2081be7 ENHANCEMENT: deleting the old file when replacing, if document versioning is turned off 2012-11-22 13:47:59 +13:00
Julian Seidenberg
408fd88d9e MINOR: adding spaces into labels 2012-11-22 13:42:03 +13:00
Julian Seidenberg
841afad0da BUGFIX: fixing unit tests to account for the ability for Admins to download embargoed files 2012-11-21 18:34:25 +13:00
Julian Seidenberg
1bd5d929ef API-CHANGE: adding document versioning 2012-11-21 18:24:46 +13:00
Julian Seidenberg
3643d3f3a6 Merge branch 'master' of https://github.com/silverstripe-labs/silverstripe-dms 2012-11-21 18:17:42 +13:00
Julian Seidenberg
78def902a7 Merge pull request #1 from howardgrigg/patch-1
Got rid of orphaned </div>
2012-11-20 20:51:33 -08:00
Howard Grigg
008a942144 Got rid of orphaned </div> 2012-11-21 14:40:57 +10:00
Julian Seidenberg
6ebb212af0 BUGFIX: fixing bug with the delete button in the grid field detail view 2012-11-21 17:15:23 +13:00
Julian Seidenberg
e4a44222b5 MINOR: updating links 2012-11-21 10:52:15 +13:00
Julian Seidenberg
923a21376d ENHANCEMENT: adding a check for dms directory name 2012-11-21 10:43:31 +13:00
Julian Seidenberg
c72bbefabc ENHANCEMENT: using a defined directory for the dms so you can change the directory, if you want 2012-11-21 10:22:40 +13:00