Skip to content

Releases: symbiote/silverstripe-advancedworkflow

5.2.1

31 May 02:12
f567597
Compare
Choose a tag to compare
  • FIX Call FieldList::isReadonly() if it exists otherwise default to existing behaviour (Robbie Averill) - 59ecca8
  • FIX Paragraphs inherit the diff (added/deleted) background colour in workflow transition UI (Robbie Averill) - e179887
  • Add legacy.yml for SS3 to SS4 upgrades (Sheila Bañez) - 7df0659
  • Update translations (Robbie Averill) - 7e09683

5.2.0

31 May 02:12
291582c
Compare
Choose a tag to compare
  • Update translations (Guy Marriott) - 291582c
  • FIX Workflow Actions tab now renders HTML content inside a div instead of a paragraph tag (Robbie Averill) - b03fb98
  • FIX {$Context.LinkToPendingItems} now provides the correct URL to edit the current workflow (Robbie Averill) - a4ac286
  • Remove obsolete branch alias (Robbie Averill) - 8d9e688
  • Only mark fields as readonly (not form) (Ingo Schommer) - 45fcc27
  • Remove workflow button from archived pages (Simone Todaro) - 21508ea
  • DOCS Add Scrutinizer badge to readme (Robbie Averill) - 5f8e1fc
  • API Deprecate $showTimePicker. It is not used any longer and will be removed in 6. (Robbie Averill) - 882b48c
  • Enable updating getEditForm after it loads (Jules) - 38a7fc4
  • Update branch alias for master to 5.2.x-dev (Robbie Averill) - 19227d7

5.1.2

09 May 02:35
9144c8c
Compare
Choose a tag to compare
  • FIX Workflow Actions tab now renders HTML content inside a div instead of a paragraph tag (Robbie Averill) - b03fb98
  • FIX {$Context.LinkToPendingItems} now provides the correct URL to edit the current workflow (Robbie Averill) - a4ac286

5.0.6

08 Apr 22:39
Compare
Choose a tag to compare
  • Update Travis configurations (Raissa North) - e4150fd
  • FIX Update path to template (Raissa North) - 30704f5
  • Remove obsolete branch alias (Dylan Wagstaff) - 9b1ec8c
  • Add PHP 7.2 and varying recipe versions to Travis matrix (Robbie Averill) - 7cc21c9

5.0.5

03 Apr 21:57
Compare
Choose a tag to compare
  • Update phpcs violation in line length (Robbie Averill) - 4538fb9
  • Add PHP 7.2 and varying recipe versions to Travis matrix (Robbie Averill) - 7cc21c9
  • Update test assertion number of lines to match the empty line added in the template (Robbie Averill) - 00c2342
  • FIX Use correct injector and workflow class namespaces in export template (Robbie Averill) - 5cf1f06
  • FIX Correctly throw exception when user has invalid permissions to export (Robbie Averill) - 1b5fa81
  • Optimise class imports (Robbie Averill) - 1547822
  • FIX Remove import/export CSV buttons, add export CSV action to GridField items, fix click handler (Robbie Averill) - a5fc51f
  • FIX Content should be readonly while processing (Dylan Wagstaff) - 7f7dd36
  • FIX Set workflow defn. action/transitions order (Dylan Wagstaff) - aa742a5

5.0.4

27 Feb 01:27
28edb0d
Compare
Choose a tag to compare
  • FIX: Substituted legacy DataObject::db() for DataObject::getSchema() (Russell Michell) - ef40f5d
  • FIX: Do not allow users with only Edit permissions to publish (Raissa North) - 1fa26b8
  • FIX revert to cascading permission checks for canWorkflowPublish (Raissa North) - 4c18846
  • ENHANCEMENT Replace CMS graphic with font icon. (Raissa North) - 3d86427
  • FIX Remove incorrect assertion, the return value is expected to be a class instance (Robbie Averill) - c9fbaae
  • FIX If queuedjobs is not installed, do not create fixtures for it (Robbie Averill) - 4b34d4e
  • FIX Use module manifest name for queuedjobs (Robbie Averill) - 311eb70
  • FIX Update getTarget() to reset the stage to the previous mode after it set it (Raissa North) - 32b5ac8
  • Rename code folders for PSR-4 autoloading compatibility (Robbie Averill) - ca8c64d
  • FIX Remove use of FormField::$dontEscape (gone) and replace with HTMLText (Robbie Averill) - 8494046
  • FIX Ensure icon images are resolved to their correct resource locations (Robbie Averill) - ed54d03
  • ENHANCEMENT Update line lengths to be 120 characters maximum (Raissa North) - 06045c3
  • Run automated phpcbf over code and tests (Raissa North) - 7ca6d22
  • ENHANCEMENT Add PSR-2 rule set and update Travis configuration (Raissa North) - 2053e2a
  • FIX Add bootstrap class to 'Apply for approval button' (Raissa North) - 05ba6db
  • DOCS Fix typos for SS4 userhelp (Sacha Judd) - af0d4bf
  • FIX Vendorise path names for images and CSS (Sacha Judd) - a9c140b
  • FIX Update ownerBaseClass in WorkflowApplicable for SS4 and convert to vendor module (Robbie Averill) - 8cad2d1
  • Updating travis install steps (Daniel Hensby) - 3117114
  • FIX, correcting a typo. (Nathan Glasl) - 802fd6f
  • WorkflowApplicable extension currently not singleton safe (Mike Cochrane) - e05c37e
  • FIX convert CI bootstrap references to new their new locations in vendor (Dylan Wagstaff) - 4b15286
  • FIX 403 translation in definition exporter export() and run text collector (Robbie Averill) - dea010a
  • FIX Forms meet inception: a lesson in ES6 callback binding (Robbie Averill) - 0c5018e
  • FIX Import jQuery correctly via webpack loader and inject $ (Robbie Averill) - 61182d1
  • FIX Update JS for eslint rules, leaving warnings behind (Robbie Averill) - b0d98cf
  • FIX Apply sass-lint fixes for errors (Robbie Averill) - 8b1ab5a
  • NEW Update WorkflowField UI to use some Bootstrap components and less jQuery UI (Robbie Averill) - 20034f2
  • FIX Move WorkflowField.ss to namespaced location, add minor styling for inline "reminder email" field group (Robbie Averill) - 8affe0c
  • API Switch frontend assets to using silverstripe-webpack module (Robbie Averill) - eda2494
  • Set minimum stability to ensure unstable SS4 packages can be installed (Robbie Averill) - 96f353c
  • MINOR PSR-2 linting whitespace changes (Robbie Averill) - 4ccf98b
  • NEW Update Travis configuration to be standalone, add phpunit, codecov config and suggest queuedjobs (Robbie Averill) - c72ee47
  • FIX Update date APIs and namespaces for QueuedJobs, add missing AllowEmbargoedEditing to embargo test class (Robbie Averill) - 86d62b6
  • FIX Update tests and fixtures, implement symfony/yaml (used in core) to replace sfYamlParser (Robbie Averill) - 7b9fba3
  • API Implement namespaces and core API changes throughout (Robbie Averill) - 50a5f5f
  • NEW Add PSR-4 autoloader, phpunit and phpcs to composer configuration (Robbie Averill) - db8e7bf
  • API Add Symbiote namespaces to code and tests (Robbie Averill) - 51cd867
  • Run PSR-2 linter across code, tests and _config.php (Robbie Averill) - f2b455a

4.0.1

27 Feb 01:26
Compare
Choose a tag to compare
  • Update translations (Robbie Averill) - b9b4515
  • FIX Remove PHP 5.3 from build matrix and include PHP 7.1 (Robbie Averill) - 0927553
  • FIX Do not assign a default title if one has been set already (Robbie Averill) - e5ec697
  • Remove obsolete branch alias (Robbie Averill) - 7024acc

4.0.0

28 Aug 03:44
Compare
Choose a tag to compare
Re-vendor framework 3 as new major version 4.0

5.0.3

11 Jul 05:10
Compare
Choose a tag to compare
FIX, temporarily removing the broken CI.

3.8.2

03 Jul 02:21
Compare
Choose a tag to compare
FIX, correcting an issue where the module would end up on the wrong p…