Commit Graph

2076 Commits

Author SHA1 Message Date
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
71f77bff0f Fixed minor error in orders 2013-08-27 11:58:48 +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
Nicolas Le Goff
34b4fdde74 Remove get_wrong_email_users() from User_Adapter 2013-08-26 17:48:51 +02:00
Nicolas Le Goff
7fa0f60433 Add UserNotificationSetting entity 2013-08-26 14:53:07 +02:00
Nicolas Le Goff
33c4d85116 Add UserSetting entity 2013-08-26 14:14:08 +02:00
Romain Neutron
dc0bd4b020 Merge pull request #574 from nlegoff/userquery
[3.9] Add UserQuery entity
2013-08-26 05:04:51 -07:00
Nicolas Le Goff
00bd49d5f3 Update SQLite database reference 2013-08-26 14:03:30 +02:00
Romain Neutron
530aa69591 Merge pull request #580 from romainneutron/symfony-2.4
[3.9] Bump to Symfony 2.4
2013-08-26 01:37:31 -07:00
Romain Neutron
a2bbdc88d4 Bump to Symfony 2.4 and Silex 1.1 2013-08-26 10:09:28 +02:00
Nicolas Le Goff
75d767333c Move engine query log process from search engine classes to controllers 2013-08-25 13:55:04 +02:00
Nicolas Le Goff
cc631a1e7f Add UserQuery entity 2013-08-25 13:55:04 +02:00
Romain Neutron
7909bc5688 Merge pull request #578 from nlegoff/clientinfo
[3.9] Move updateClientInfos function to Session_Logger
2013-08-24 05:44:22 -07:00
Nicolas Le Goff
4d2c88b78c Add User Entity 2013-08-23 20:20:24 +02:00
Nicolas Le Goff
ac5a929b3f Update SQLite database reference 2013-08-23 15:36:02 +02:00
Nicolas Le Goff
6a8312ca64 Add FtpCredentials entity 2013-08-23 12:09:50 +02:00
Nicolas Le Goff
e07c57d409 Move updateClientInfos functioon to Session_Logger 2013-08-22 10:57:24 +02:00
Nicolas Le Goff
4b02c44e80 Add missing doc blocks 2013-08-20 15:10:56 +02:00
Nicolas Le Goff
282a474a5e Fix timeout issue 2013-08-19 17:25:46 +02:00
Nicolas Le Goff
dd49b7173c Fix CS 2013-08-19 15:23:25 +02:00
Nicolas Le Goff
ea2d99e8a5 Rename build-asset task to install-asset & add less compilation after bower install 2013-08-19 14:46:16 +02:00
Nicolas Le Goff
e51e5094d8 Rename prefer-dist option to clear-cache 2013-08-19 14:36:06 +02:00
Nicolas Le Goff
ffbd2942ca Fix typo 2013-08-19 14:36:05 +02:00
Nicolas Le Goff
2fd4aff17e Use single call fro write() function 2013-08-19 14:36:05 +02:00
Nicolas Le Goff
453dc79253 Fix path and output for less builder 2013-08-19 14:36:05 +02:00
Nicolas Le Goff
fa1174d6e3 Update bower install command 2013-08-19 14:36:05 +02:00
Nicolas Le Goff
ba6e060b44 Remove javascript builder command 2013-08-19 14:35:56 +02:00
Romain Neutron
b3ba5b55a0 Merge pull request #562 from nlegoff/fix_1414
[3.8] Fix 1414 Add immediate thumbnail substitution after success download
2013-08-09 09:33:31 -07:00
Nicolas Le Goff
f20b916004 Adressed @romainneutron 's comments 2013-08-09 18:03:17 +02:00
Romain Neutron
c093d7d954 Merge pull request #565 from nlegoff/local_npm
[3.9] Make required npm package available locally
2013-08-09 08:32:05 -07:00
Nicolas Le Goff
f6e9e227f8 Install npm package locally 2013-08-08 18:23:23 +02:00
Romain Neutron
5ce2ec5da8 Merge branch '3.8' 2013-08-08 16:46:36 +02:00
Romain Neutron
ea821d558e Code simplification 2013-08-08 16:46:17 +02:00
Romain Neutron
fcfc8270c0 Merge pull request #563 from romainneutron/plugins-cleaner
[3.8] Add plugins reset command
2013-08-08 07:45:24 -07:00
Nicolas Le Goff
416113574d Use temporary file system 2013-08-08 16:25:16 +02:00
Nicolas Le Goff
74f8bc3c3c Fix CS 2013-08-08 16:25:16 +02:00
Nicolas Le Goff
db359920c8 Fix #1414 Add immediate thumbnail substitution after success download 2013-08-08 16:25:16 +02:00
Nicolas Le Goff
47bb3331dd Move substituion logger from class method to controllers 2013-08-08 16:25:15 +02:00
Romain Neutron
88f5bfda60 Fix sqlite regenration command 2013-08-08 16:00:36 +02:00
Romain Neutron
f07ace58bc Add plugins reset command 2013-08-08 15:35:46 +02:00
Romain Neutron
acd7e18646 Merge pull request #557 from nlegoff/fix_1413
[3.8] Fix #1413 Add possibility to delete a persistent session
2013-08-08 03:27:35 -07:00
Nicolas Le Goff
307a6af069 Fix #1413 Add possibility to delete a persistent session 2013-08-08 12:26:39 +02:00
Romain Neutron
c6c6552cc6 Merge pull request #558 from romainneutron/search-engine
[3.8] Search engine fixes
2013-08-08 03:12:10 -07:00
Romain Neutron
2be961e28c Merge branch '3.8' 2013-08-08 11:06:59 +02:00
Romain Neutron
0ee6e87c2a Fix search engine suggestions usage 2013-08-08 11:05:47 +02:00