Benjamin Perche
4b78f23fa3
Fix FileDownloader test
...
modifié: core/lib/Thelia/Core/FileFormat/Archive/ArchiveBuilder/TarArchiveBuilder.php
modifié: core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/TarArchiveBuilderTest.php
modifié: core/lib/Thelia/Tools/FileDownload/FileDownloader.php
modifié: core/lib/Thelia/Tools/URL.php
2014-08-01 12:47:59 +02:00
Benjamin Perche
d82fb479cf
Define archive builders and formatters
...
nouveau fichier: core/lib/Thelia/Core/FileFormat/Archive/AbstractArchiveBuilder.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/Archive/ArchiveBuilder/ZipArchiveBuilder.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/Archive/ArchiveBuilder/ZipArchiveException.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/Archive/ArchiveBuilderInterface.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/Archive/ArchiveBuilderManager.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/FormatInterface.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/Formatter/AbstractFormatter.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/Formatter/Exception/BadFormattedStringException.php
nouveau fichier: core/lib/Thelia/Core/FileFormat/Formatter/FormatterManager.php
nouveau fichier: core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/TestResources/bad_formatted.zip
nouveau fichier: core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/TestResources/test_file
nouveau fichier: core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/TestResources/well_formatted.zip
nouveau fichier: core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilder/ZipArchiveBuilderTest.php
nouveau fichier: core/lib/Thelia/Tests/FileFormat/Archive/ArchiveBuilderManagerTest.php
nouveau fichier: core/lib/Thelia/Tests/FileFormat/Formatter/FormatterManagerTest.php
nouveau fichier: core/lib/Thelia/Tests/Tools/FakeFileDownloader.php
nouveau fichier: core/lib/Thelia/Tests/Tools/FileDownloaderTest.php
nouveau fichier: core/lib/Thelia/Tools/FileDownload/FileDownloader.php
nouveau fichier: core/lib/Thelia/Tools/FileDownload/FileDownloaderAwareTrait.php
nouveau fichier: core/lib/Thelia/Tools/FileDownload/FileDownloaderInterface.php
modifié: core/lib/Thelia/Tools/URL.php
2014-08-01 12:47:58 +02:00
Julien Chanséaume
a1c1f1fb0e
Fixed URL::absoluteUrl when an URL contains a target and parameters is not empty
2014-07-16 18:39:10 +02:00
Franck Allimant
114a55c1e8
Refactoring of images and documents management
2014-06-26 10:36:12 +02:00
Julien Chanséaume
7c4ebe6bf7
php cs fixer
2014-04-28 12:30:31 +02:00
Julien Chanséaume
ac51ab21e4
add estimated shipping functionnality in cart
2014-04-28 12:24:43 +02:00
Manuel Raynaud
5e65bf0b8a
change license header
2014-04-18 09:36:41 +02:00
Franck Allimant
b3d857c31b
Fixes PHP Warning: strpos(): Empty needle
2014-04-17 00:17:37 +02:00
Franck Allimant
3419e9d94e
Fixed comment
2014-04-12 02:37:36 +02:00
Franck Allimant
e86c4f44fc
Fixed duplication of subdir name when Thelia is installed in a subdir
2014-04-12 02:30:03 +02:00
Manuel Raynaud
e415b747ea
remove fixme comment when not needed anymore
2014-03-10 12:17:39 +01:00
Manuel Raynaud
191a120aa5
remove unused class and change function name to be PSR1 compliant
2014-03-10 12:03:57 +01:00
Manuel Raynaud
a5cfcf91ca
update changelog and fix cs
2014-02-22 19:01:37 +01:00
Franck Allimant
60988123f9
Fixed URL generation wich occasionally fails when parameters are added
2014-02-04 12:39:35 +01:00
Franck Allimant
6618d2c571
Fixed an extra '&' when removing a duplicate parameter from query string
2014-02-04 02:14:56 +01:00
Franck Allimant
89653f452b
Removes container from all Thelia actions, but Modules ( #198 )
2014-01-31 20:06:42 +01:00
Franck Allimant
f8e3553924
Removed unused container dependency from the FileManager class
2014-01-31 15:55:21 +01:00
Franck Allimant
3c36a3e1b2
Language menu in the B.O to switch UI language on the fly. (see issue #183 )
2014-01-26 22:03:11 +01:00
Franck Allimant
5f883a41a4
Introduced money_format smarty plugin, and the related formatting class.
...
TODO: define the currency symbol location (left or right) in i18n params !
2014-01-25 19:00:29 +01:00
Manuel Raynaud
1b2c1d53ac
remove some unused variables
2014-01-22 15:50:40 +01:00
Manuel Raynaud
1974d3e3c3
fix psr
2014-01-22 12:52:36 +01:00
Etienne Roudeix
99038e688a
Revert "Revert "Merge branch 'cleanmaster' into modules""
...
This reverts commit b3ac365b45 .
Conflicts:
Readme.md
core/lib/Thelia/Controller/Admin/AbstractCrudController.php
core/lib/Thelia/Core/Template/Assets/AssetManagerInterface.php
core/lib/Thelia/Core/Template/Assets/AsseticAssetManager.php
core/lib/Thelia/Core/Template/Smarty/SmartyParser.php
core/lib/Thelia/Core/Template/TemplateDefinition.php
core/lib/Thelia/Model/Base/Coupon.php
core/lib/Thelia/Model/Base/CouponQuery.php
core/lib/Thelia/Model/Base/CouponVersion.php
core/lib/Thelia/Model/Base/CouponVersionQuery.php
core/lib/Thelia/Model/Base/OrderCouponQuery.php
2014-01-06 11:25:25 +01:00
Etienne Roudeix
b3ac365b45
Revert "Merge branch 'cleanmaster' into modules"
...
This reverts commit d0ff5260f7 , reversing
changes made to 67d0101dbe .
2013-12-20 11:16:42 +01:00
Manuel Raynaud
2f4158d1f6
fix cs
2013-12-18 10:04:13 +01:00
Etienne Roudeix
83cac71895
fix urls in loops
2013-12-10 15:48:22 +01:00
Etienne Roudeix
28d2add37d
fix tests
2013-12-09 15:02:09 +01:00
Etienne Roudeix
090b201fea
test rewriting
2013-12-09 13:01:39 +01:00
Franck Allimant
c2292b75d4
Fixed issue #123 . Introduced NumberFormat::formatStandardNumber()
2013-12-05 18:46:35 +01:00
gmorel
e7038c9369
Spelling rewritten with 2 t
2013-11-27 20:37:40 +01:00
Franck Allimant
2aefb87db7
Finished log configuration. All loggers are currentrly working
2013-11-01 16:15:19 +01:00
Etienne Roudeix
19e373f7fe
Merge branch 'master' of github.com:thelia/thelia
2013-10-29 16:10:10 +01:00
Etienne Roudeix
082f9aff8d
admin logs
2013-10-29 12:22:34 +01:00
Manuel Raynaud
7a2469cdc8
allow to create a customer in bakcoffice
2013-10-28 16:55:07 +01:00
Manuel Raynaud
2c030f910b
fix cs
2013-10-25 10:07:21 +02:00
Franck Allimant
5bf51dd47e
Merge branch 'catalog'
...
Conflicts:
core/lib/Thelia/Config/Resources/config.xml
core/lib/Thelia/Config/Resources/routing/admin.xml
core/lib/Thelia/Core/Template/Loop/Country.php
core/lib/Thelia/Core/Template/Smarty/Plugins/Form.php
core/lib/Thelia/Model/Country.php
core/lib/Thelia/Model/Profile.php
core/lib/Thelia/Model/ProfileQuery.php
install/insert.sql
install/thelia.sql
local/config/schema.xml
2013-10-24 00:16:33 +02:00
Franck Allimant
7ca2399573
Worked on catalog
2013-10-23 23:47:44 +02:00
Manuel Raynaud
1f55d569ef
change place where absolute url is create when rewritten url is enabled
2013-10-21 15:15:17 +02:00
Manuel Raynaud
d8ec745fea
fix issue concerning absoluteUrl
2013-10-09 12:44:49 +02:00
Manuel Raynaud
c65ec67bdf
fix cs
2013-09-30 10:35:34 +02:00
Manuel Raynaud
43b5a129f7
refactor order and image events
2013-09-30 10:34:08 +02:00
Manuel Raynaud
6d5f34767d
refactor document events
2013-09-30 10:32:48 +02:00
gmorel
c8e56625ad
Working : upload file/image : fix sanitizeFileName
2013-09-27 10:21:49 +02:00
gmorel
cef3787d68
Working : Fix : Unit test
2013-09-24 19:06:10 +02:00
gmorel
7f3367f590
Working : Fix : Image Management + Document Management
2013-09-24 18:41:28 +02:00
gmorel
71888e68aa
Working : FileManager :Add some more unit tests
2013-09-24 14:50:42 +02:00
gmorel
430e18e4e2
Working : Add a link on documents
2013-09-24 12:25:19 +02:00
gmorel
084f66589a
WIP : upload documents : add action, ctrl, event
2013-09-24 10:54:52 +02:00
gmorel
ce7a9eccfc
Working : upload image : fix return URL to images tab
2013-09-23 17:28:11 +02:00
gmorel
9da50760b5
Working : Upload image : Fix upload validation
2013-09-23 16:52:50 +02:00
gmorel
4f78af4f3b
WIP : Upload image : set product image form loaded via ajax
2013-09-23 12:42:02 +02:00