Commit Graph

3922 Commits

Author SHA1 Message Date
Nicolas Le Goff
5fbb2e83b2 Use temporary file system 2013-09-02 12:12:36 +02:00
Nicolas Le Goff
bdf491c426 Fix CS 2013-09-02 12:12:36 +02:00
Nicolas Le Goff
7e1fafc5bb Fix #1414 Add immediate thumbnail substitution after success download 2013-09-02 12:12:36 +02:00
Nicolas Le Goff
6a2fb618d3 Move substituion logger from class method to controllers 2013-09-02 12:12:36 +02:00
Romain Neutron
7f92a2546a Remove ftp entities 2013-08-30 18:35:21 +02:00
Romain Neutron
9804e3b4c3 Switch to FtpExport entities 2013-08-30 18:35:21 +02:00
Romain Neutron
17a4f1970a Add FtpExport repositories 2013-08-30 17:28:10 +02:00
Romain Neutron
b225f16d5f Add FtpExport entities 2013-08-30 17:28:09 +02:00
Romain Neutron
9581db19a1 Add FtpExport entities 2013-08-30 17:28:09 +02:00
Romain Neutron
58b0766e9b Merge pull request #599 from romainneutron/missing-proxies
[3.9] Add missing proxies
2013-08-30 08:25:49 -07:00
Romain Neutron
dd07130196 Merge pull request #598 from romainneutron/fix-cs
[3.9] Fix entities CS
2013-08-30 08:25:33 -07:00
Romain Neutron
69374c0f26 Add missing proxies 2013-08-30 16:42:49 +02:00
Romain Neutron
f51fd3daeb Fix CS 2013-08-30 16:41:28 +02:00
Romain Neutron
8b49c6127b Fix Sqlite db regeneration in case of deleted db 2013-08-30 16:38:39 +02:00
Romain Neutron
400a4d2505 Merge pull request #595 from romainneutron/task-manager-fix
[3.9] Task manager fix
2013-08-30 07:35:46 -07:00
Romain Neutron
2f25438588 Fix usage of task manager in strict standards context 2013-08-30 14:57:45 +02:00
Romain Neutron
ef2811908b Merge pull request #596 from romainneutron/ftp-exceptions
[3.9] Remove warnings in case of failure
2013-08-30 05:32:05 -07:00
Romain Neutron
e8c3c567a1 Merge pull request #594 from romainneutron/ftp-export-ux
[3.9] Fix ftp connection test experience
2013-08-30 05:31:42 -07:00
Romain Neutron
447cb60327 Fix CS 2013-08-30 13:48:13 +02:00
Romain Neutron
c12bc59297 Remove warnings in case of failure 2013-08-30 13:44:09 +02:00
Romain Neutron
8b3e06ec4c Fix ftp connection test experience 2013-08-30 13:37:45 +02:00
Romain Neutron
817f5094a1 Merge pull request #589 from nlegoff/proxies
[3.9] Update entity proxies
2013-08-28 08:09:14 -07:00
Romain Neutron
ae28828f10 Fix order 2013-08-27 12:17:20 +02:00
Nicolas Le Goff
7b3029d931 Update entity proxies 2013-08-27 12:12:49 +02:00
Andrey
4e754d8d25 removed references to ssel_id 2013-08-27 11:59:27 +02:00
Andrey
18176a7ccb Removed ssel_id 2013-08-27 11:58:50 +02:00
Andrey
ce6d1e028f Fixed some codestyle 2013-08-27 11:58:50 +02:00
Andrey
6b4ac37fe1 Reverted unnecessary modification 2013-08-27 11:58:50 +02:00
Andrey
ddf58d0ddb Fixed small typo in records 2013-08-27 11:58:50 +02:00
Andrey
4dd60362c5 More fixes for the PR 2013-08-27 11:58:49 +02:00
Andrey
9b85b105d8 Fixed PR comments 2013-08-27 11:58:48 +02:00
Andrey
53ee289b9b Renamed Orders into Order 2013-08-27 11:58:48 +02:00
Andrey
5fa20ecad0 Updated sqlite database, removed yaml entity files 2013-08-27 11:58:48 +02:00
Andrey
71f77bff0f Fixed minor error in orders 2013-08-27 11:58:48 +02:00
Andrey
88754f0180 Added basket/order relation 2013-08-27 11:58:46 +02:00
Andrey
a1018c8e2f Removed extra property in orderelement 2013-08-27 11:58:46 +02:00
Andrey
deb57530c8 Fixed order entities 2013-08-27 11:58:45 +02:00
Andrey
17a1ab9def Fixed codestyle (removed extra lines) 2013-08-27 11:58:45 +02:00
Andrey
ea1364a499 Added forgotten files, fixed codestyle a little bit 2013-08-27 11:58:45 +02:00
Andrey
32c6ceccd4 Replaced exceptions 2013-08-27 11:58:45 +02:00
Andrey
07ff0c4d7a First implementation of orders using Doctrine 2013-08-27 11:58:44 +02:00
Romain Neutron
03fe7a6610 Merge pull request #585 from nlegoff/repositories_func
[3.9] Add User repositories functions
2013-08-27 02:57:33 -07:00
Romain Neutron
8dedcc7b00 Merge pull request #588 from nlegoff/userdeleted
[3.9] Add Deleted field in User entity
2013-08-27 02:55:28 -07:00
Romain Neutron
1cc233552d Merge pull request #581 from nlegoff/wrong_email
[3.9] Remove get_wrong_email_users() from User_Adapter
2013-08-27 02:54:21 -07:00
Nicolas Le Goff
33b0648ce5 Update SQLite database reference 2013-08-27 00:30:03 +02:00
Nicolas Le Goff
6969fb6a7c Add user repositories functions 2013-08-27 00:18:41 +02:00
Nicolas Le Goff
3f6ebeaaee Add Deleted field 2013-08-26 18:48:48 +02:00
Nicolas Le Goff
34b4fdde74 Remove get_wrong_email_users() from User_Adapter 2013-08-26 17:48:51 +02:00
Romain Neutron
cee89856fa Merge pull request #584 from nlegoff/userentity
[3.9] Add ACL & helper methods
2013-08-26 06:12:03 -07:00
Nicolas Le Goff
7fa0f60433 Add UserNotificationSetting entity 2013-08-26 14:53:07 +02:00