Karel Picman
343866a015
The main document view seeded up 3x
2013-11-13 09:14:42 +01:00
Karel Picman
c0777e292e
Custom fileds copy/move
2013-11-12 09:14:01 +01:00
Karel Picman
f82aa2d4b9
Custom fileds enabled again
2013-11-08 13:47:39 +01:00
Karel Picman
97292504f0
#173 , #38 open approvals and locked documents in the my page
2013-11-06 10:23:49 +01:00
Karel Picman
fe1227221e
validates_presence_of is deprecated
2013-11-04 13:51:08 +01:00
Karel Picman
2377a371ff
Approval workflow notification emails localized into the recipient's language
2013-10-22 15:49:58 +02:00
Karel Picman
f91c88b9a7
Wrong links in approval workflow notification emails
2013-10-22 10:32:59 +02:00
Karel Picman
1a0b4d3b8b
#167 I first Assign an approval workflow get some error
2013-10-21 16:55:37 +02:00
Karel Picman
7cf81342fd
An incosistence between name uniqueness in DB and appplication - case sensitivity
2013-10-16 11:07:04 +02:00
Karel Picman
a899d85ca4
#157 fixed
2013-09-26 09:22:21 +02:00
Karel Picman
ff9f3e975c
Wrong path in the file details view
2013-08-28 15:37:40 +02:00
Karel Picman
126523c7bd
Email notifications of the root folder
2013-08-19 15:26:47 +02:00
Karel Picman
de9370961a
Email notification failures when files are locked fixed
2013-08-16 15:37:45 +02:00
Karel Picman
c410c2fa87
next_assignment routine fixed
2013-07-16 14:24:42 +02:00
Karel Picman
d7a1451a6c
unit tests updated
2013-07-12 15:36:17 +02:00
Karel Picman
293fb246f9
Method to log user activities added
2013-07-11 09:13:46 +02:00
Karel Picman
91221f26d5
approval email notifications implemented
2013-06-26 14:30:34 +02:00
Karel Picman
a4a200510a
File locking while assigned approval workflow in progress
2013-06-21 13:35:32 +02:00
Karel Picman
1cc5b507ba
Approval workflow log view tuned
2013-06-20 09:50:47 +02:00
Karel Picman
e63e561c1d
Complete functional and unit tests for already implemented features of approval workflow
2013-06-14 13:08:36 +02:00
Karel Picman
c9a4c35f10
Approval workflow log view face changed
2013-06-06 10:27:08 +02:00
Karel Picman
d4cde32eb3
Log view steps reordering
2013-06-03 09:12:53 +02:00
Karel Picman
b2106ad01b
Approval workflow - log view
2013-06-03 07:10:32 +02:00
Karel Picman
64d8c521df
Assigning of approval workflows to revisions
2013-05-24 14:25:36 +02:00
Karel Picman
cce36da72e
Assigning workflows to revisions
2013-05-17 08:35:47 +02:00
Karel Picman
0b40abb821
Approval workflows copied fron 1.5.0 devel
2013-05-09 12:17:12 +02:00
Daniel Munn
a875ebcdbe
Catching devel-1.4.6 up with master [ci skip]
2013-04-10 05:24:52 +01:00
Daniel Munn
6633c9b0c8
Resolves regression seen in #93
2013-01-18 23:32:09 +00:00
Daniel Munn
076f840eee
Resolves pull request #84
2013-01-09 23:55:20 +00:00
Daniel Munn
74deb1e2c6
Fix attempt 2 for issue #50 - this any better?
2012-09-24 12:47:19 +01:00
Daniel Munn
df30c7fea1
Relates to #50 should fix issue (awaiting user confirmation)
2012-09-24 11:08:53 +01:00
Daniel Munn
c6045b0028
Starting implementation of Permission models (very early commit)
2012-07-31 08:15:54 +01:00
Daniel Munn
4870bf004a
Fixes #34 files last revision called under "visible" scope which fails due to file already being deleted. <file>.revisions.first is returned instead of <file>.revisions.visible.first in the case where file is delted.
2012-07-11 18:43:44 +02:00
Daniel Munn
dfc2834a68
Object does not need to be reloaded at this point
2012-07-17 12:18:46 +01:00
Daniel Munn
70bfdb2a9b
Fixes #24 - MySQL returns Mysql::Time object on dynamic column, this is incompatible with ruby's Time object - instead check is made via class name (again not the best method of reflection, however in the case of a MySQL missing environment it'd break due to module/class not being found)
...
Updated two scopes to no longer be read-only (default stance is to make joins read only), however this breaks intended purpose
2012-07-17 12:16:09 +01:00
Daniel Munn
96084390fd
Fixes #24 Dynamic columns are forced into timestamp with zone the same as ActiveRecord, views have been updated to use format_date which converts time to local timezone based on preferences.
2012-07-12 11:28:07 +01:00
Daniel Munn
6c325ff7c1
Fixes #27 incorrect call to to_s causes execution error.
2012-07-11 10:07:12 +02:00
root
1f9e136934
Cleanup for push to stable
2012-07-05 07:52:02 +01:00
root
f6350d3859
Fixes #20 - SQL incompatibility with SQLite
2012-07-05 07:48:43 +01:00
Daniel Munn
a8cf03a958
Updating models to contain table name (prevents ambiguous queries)
2012-06-29 09:11:04 +01:00
Daniel Munn
b8716a5cc2
Multiple fixes: upload not rendered for DMSF root; dmsf_lock is now storing uuid for lock; db upgrade / downgrade script updated for support
2012-06-29 08:26:43 +01:00
Daniel Munn
6237e09581
New: Support for lockdiscover and supported lock PROPFIND requests
...
Update: file_revision visible scope now is joined with parent item and checked for both revision and file visibility
New: Projects now store into their own folder within configured path
Fix: db upgrade script does a one-time re-sort of existing physical data to ensure it can be read in new world
Fix: webdav controller (from Gem) did not flag output as utf-8 with correct header, overloaded in dmsf controller instance to fix
Update: Testsuites updated to support a few more conditions for lock processing
2012-06-28 14:29:13 +01:00
Daniel Munn
e3831b409f
Fix: errors.add_to_base is not Rails3 compliant - changed with errors[:base] <<
...
Update: UI updates to better notify of locked status
2012-06-27 12:56:41 +01:00
Daniel Munn
e1fdc030e6
Issue #14 , implementation of lock! and unlock! methods
...
Correcting test-cases with corrected lock check (should have been asserting !locked?, not locked? in case of unlock check)
2012-06-27 07:30:45 +01:00
Daniel Munn
7d8b941e4a
Starting lock system overhaul in line with #14 - designed new approach will allow for folder locking, and shared locking - todo: rewrite lock! and
...
unlock! methods in lib/redmine_dmsf/lockable.rb
2012-06-26 15:21:26 +01:00
Daniel Munn
6c8d3c1128
Updated files inline with changes in #12
2012-06-22 13:38:21 +01:00
Daniel Munn
a445de4cc8
Updates around #12
2012-06-22 12:32:16 +01:00
Daniel Munn
82e53e7fdf
Copy DMSF functionality expansion
...
Data linkup (with dependency destruction)
2012-06-22 09:26:45 +01:00
Daniel Munn
d6ee91342a
Updating code to fix issues related to #5
2012-06-18 23:12:34 +01:00
Daniel Munn
1e3e644da0
Merge commit '36fa608cc1a8096147b7b21bd597769facc7a202' into webdav
2012-06-12 17:19:23 +01:00