Manuel Raynaud
|
0d6354debc
|
update folder path loop
|
2014-03-17 12:44:45 +01:00 |
|
Manuel Raynaud
|
d72a3eb4b6
|
reformat code in customer loop
|
2014-03-17 12:05:57 +01:00 |
|
Manuel Raynaud
|
2279061892
|
update arguments in some cart and category-path loop
|
2014-03-17 10:47:01 +01:00 |
|
Manuel Raynaud
|
0e7c464183
|
remove context in all security function. This Parameter is not used anymore.
|
2014-03-17 10:01:43 +01:00 |
|
Franck Allimant
|
ac4b92949b
|
Improved (again) error messages
|
2014-03-14 15:53:21 +01:00 |
|
Franck Allimant
|
1d4b230417
|
Improves error messages in image and document loop
|
2014-03-14 15:03:04 +01:00 |
|
Manuel Raynaud
|
775160235c
|
fix module_include countvar assignation
|
2014-03-11 17:39:56 +01:00 |
|
Manuel Raynaud
|
ed6d0b4a71
|
refactor product loop, removing some duplicated lines
|
2014-03-11 16:40:58 +01:00 |
|
Manuel Raynaud
|
7bad5acbf8
|
verify next/prev param in parserResult product loop
|
2014-03-11 15:59:55 +01:00 |
|
Manuel Raynaud
|
33f2b56080
|
and product output are now optional
|
2014-03-11 15:42:43 +01:00 |
|
Manuel Raynaud
|
a408f13293
|
change attribute type in associated_content loop
|
2014-03-10 17:01:16 +01:00 |
|
Manuel Raynaud
|
cd37311ba1
|
remove init_set use
|
2014-03-10 12:48:09 +01:00 |
|
Manuel Raynaud
|
fcdb87015f
|
fix cs
|
2014-03-10 12:33:16 +01: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
|
81a09e1a98
|
remove unused code
|
2014-03-10 11:57:58 +01:00 |
|
Manuel Raynaud
|
265d8b5a5f
|
fix cs
|
2014-03-09 19:40:36 +01:00 |
|
Manuel Raynaud
|
8c45c392ac
|
add a first verification in controller creation process for verifying if an admin is already logged in. Fix #246
|
2014-03-07 12:42:39 +01:00 |
|
Manuel Raynaud
|
ef5bdcb0f0
|
check if order already existsin session before using it
|
2014-03-06 20:35:55 +01:00 |
|
Manuel Raynaud
|
a27e317245
|
update phpDoc and fix cs
|
2014-03-05 15:12:11 +01:00 |
|
Manuel Raynaud
|
5b341c3009
|
allow using compiler in Thelia modules
|
2014-03-05 11:56:48 +01:00 |
|
gmorel
|
52a2030c91
|
Remove unused use statement
|
2014-03-04 13:23:11 +01:00 |
|
gmorel
|
95af305ca9
|
Merge branch 'master' of https://github.com/gmorel/thelia
Conflicts:
core/lib/Thelia/Core/Template/Smarty/Assets/SmartyAssetsManager.php
|
2014-03-04 13:10:24 +01:00 |
|
gmorel
|
23389a87a3
|
Merge branch 'master' of https://github.com/thelia/thelia
Conflicts:
core/lib/Thelia/Core/Template/Smarty/Assets/SmartyAssetsManager.php
|
2014-03-04 12:02:12 +01:00 |
|
Manuel Raynaud
|
da18df7ca0
|
NotFoundHttpException is thrown if no record is found in
DataAccessFunction
|
2014-03-04 09:27:38 +01:00 |
|
Manuel Raynaud
|
06539ad9bf
|
coupons effect are recalculated after each product's cart modification. Fix #237
|
2014-03-03 17:40:54 +01:00 |
|
Manuel Raynaud
|
c30abacfbc
|
prepare 2.0.0-RC1 version
|
2014-03-03 15:09:59 +01:00 |
|
Manuel Raynaud
|
c7323d1c5b
|
refactor paginator, introducing new variable $PREV, $NEXT and $END. By
default, 10 pages are display. you can use numPage for managing how many
page are display
|
2014-03-03 11:30:40 +01:00 |
|
Guillaume MOREL
|
cc93a17bb3
|
Fix If statement
|
2014-02-25 10:42:29 +01:00 |
|
Guillaume MOREL
|
69515fe710
|
Remove unused use statement
|
2014-02-25 10:41:18 +01:00 |
|
Manuel Raynaud
|
235487b52b
|
fix typo in method name
|
2014-02-24 15:27:18 +01:00 |
|
Manuel Raynaud
|
e56ed20dfa
|
create profile test suite
|
2014-02-24 15:14:48 +01:00 |
|
Manuel Raynaud
|
43886e6f8c
|
create newsletter test suite
|
2014-02-24 13:09:50 +01:00 |
|
Manuel Raynaud
|
a5cfcf91ca
|
update changelog and fix cs
|
2014-02-22 19:01:37 +01:00 |
|
Manuel Raynaud
|
12741c7663
|
refactor validator translation in a listener
|
2014-02-21 17:53:49 +01:00 |
|
Manuel Raynaud
|
64cc6f945c
|
fix loop cache system. type argument is now a default argument. Fix #234
|
2014-02-21 10:23:42 +01:00 |
|
gmorel
|
09728c7daa
|
Add ability to load assets from another template …
- adding param 'template' to
{javascripts file='assets/js/libs/jquery.js' template='baseTemplate'}
{stylesheets file='assets/less/styles.less' filters='less' template='baseTemplate' }
{images file=assets/img/picture.png' template='baseTemplate'}
|
2014-02-19 17:16:53 +01:00 |
|
Manuel Raynaud
|
e2187b5bbe
|
revert last asset modification
|
2014-02-19 14:30:01 +01:00 |
|
gmorel
|
9dacf110bd
|
Add ability to load assets from another template
- adding param 'template' to
{javascripts file='assets/js/libs/jquery.js' template='baseTemplate'}
{stylesheets file='assets/less/styles.less' filters='less' template='baseTemplate' }
{images file=assets/img/picture.png' template='baseTemplate'}
|
2014-02-19 11:59:43 +01:00 |
|
Manuel Raynaud
|
8a12463b85
|
load child count and product count on category loop id needed
|
2014-02-16 16:30:14 +01:00 |
|
Manuel Raynaud
|
27cd9086b2
|
next/prev info must be called if needed.
|
2014-02-16 15:56:37 +01:00 |
|
Manuel Raynaud
|
bdde643a56
|
remove repeated order by on lang loop
|
2014-02-14 10:39:21 +01:00 |
|
Manuel Raynaud
|
b9575432fd
|
allow intl for image object
|
2014-02-10 11:53:20 +01:00 |
|
Manuel Raynaud
|
25084219e7
|
create new method in PaymentModuleInterface for verifying is the module
is valid
|
2014-02-08 11:07:54 +01:00 |
|
Manuel Raynaud
|
a6f0a38a7b
|
allow possibility for payment module to return a response
|
2014-02-06 12:24:52 +01:00 |
|
Franck Allimant
|
736885f5bd
|
Fixed broken assets URL generation on Linux
|
2014-02-04 10:01:12 +01:00 |
|
Franck Allimant
|
15c5532bff
|
Added the countvar param to module_include plugin, to get the number of
found modules in the calling template (optional)
|
2014-02-04 01:09:11 +01:00 |
|
Franck Allimant
|
e08ea4e14f
|
Improved template pathes management: no more \ and / mix
|
2014-02-04 00:56:50 +01:00 |
|
Franck Allimant
|
3fd8f5adbb
|
Removes container from all Thelia actions, but Modules (#198)
|
2014-02-03 13:59:33 +01:00 |
|
Etienne Roudeix
|
ce80360a23
|
remove useless code
|
2014-02-03 13:54:32 +01:00 |
|