Laurent Destailleur
ff06360071
Fix: Overwritting code is not role of a template but of a module.
...
Code is now working as a module change. Also it is faster (no need to
make a failed include when module is not installed) and support
alternative directory.
2012-04-28 17:01:25 +02:00
Laurent Destailleur
4b3d2cc273
Fix: Removed warning
2012-04-04 20:37:36 +02:00
Laurent Destailleur
b3c66fc123
Fix: Removed warning
2012-04-04 20:18:39 +02:00
Regis Houssin
ee86da0e1e
Fix: refactorize llx_c_currencies and currency symbol
2012-03-08 11:49:38 +01:00
Laurent Destailleur
2647cb72ac
New: Now all features can be provided by a module with all files inside
...
the directory of module.
2012-02-22 16:18:03 +01:00
Laurent Destailleur
198c453a09
Fix: Default lang on CLI context was wrong
2012-02-20 01:31:02 +01:00
Laurent Destailleur
95efe50dba
New: If language code is none_NONE, trnalsation keys are kept not
...
translated.
2012-02-01 13:28:19 +01:00
Laurent Destailleur
aa8e7b1c0c
Uniformize field country_id, country_code, country
2012-01-27 16:10:44 +01:00
Regis Houssin
244af052cc
Fix: add MAIN_USE_CUSTOM_TRANSLATION for use /custom/langs directory
2012-01-15 08:29:56 +01:00
Laurent Destailleur
2641ec21af
Fix: If data was already found into file into MAIN_FORCELANGDIR, we must
...
not overwrite it with value of standard lang files.
2012-01-14 14:27:27 +01:00
Laurent Destailleur
efcbc2696a
Add comments
2012-01-14 00:54:52 +01:00
Regis Houssin
66bfaf8530
Fix: custom language file was not loaded
2012-01-13 12:17:41 +01:00
Laurent Destailleur
4bb5d68ca9
Use private property
2012-01-11 01:06:34 +01:00
Laurent Destailleur
acd0bc2e10
New: Add hidden option MAIN_OVERWRITE_TRANS
2011-12-12 19:46:46 +01:00
Laurent Destailleur
1b2c0120da
Qual: Try to reduce call to convToOutputCharset
2011-12-07 18:10:24 +01:00
Laurent Destailleur
53181aa0c1
Qual: Removed useless calls
...
Doxygen
2011-12-07 17:28:11 +01:00
Laurent Destailleur
4c95c486f6
Qual: Removed hardcoded code for external module. Replaced by hook.
2011-11-01 18:36:06 +01:00
Regis Houssin
3338649316
[task #217 ] Move core files in core directory
2011-10-24 14:11:49 +02:00
Regis Houssin
c65238b773
[task #216 ] Move lib in core directory
2011-10-24 10:45:06 +02:00
Regis Houssin
0b3cbf9b84
Fix: do not use dol_hash function here
2011-10-04 20:57:13 +08:00
Regis Houssin
2c1b3722f2
Fix: replace sizeof() by count()
2011-09-17 19:49:50 +00:00
Laurent Destailleur
b75d19c264
Qual: Uniformize constructors
2011-09-11 18:35:38 +00:00
Regis Houssin
ac4bcfb583
Fix: use dol_hash instead md5 php function
2011-09-06 06:53:52 +00:00
Laurent Destailleur
f198d8bd8e
Qual: Better error management
2011-08-27 16:41:30 +00:00
Regis Houssin
2ecc03104c
Fix: remove obsolete tags (in progress)
2011-08-27 15:14:31 +00:00
Laurent Destailleur
5b084a925c
Perf: Minor speed enhancement
2011-08-24 02:17:57 +00:00
Laurent Destailleur
f6a44ba5bb
Qual: Removed deprecated code
2011-08-17 21:51:20 +00:00
Laurent Destailleur
ebc4ed58a4
Code comment
2011-08-17 21:39:08 +00:00
Laurent Destailleur
f0951e317b
New: Now a module can embed its own language files. Only modified entries must be provided.
2011-08-15 23:17:14 +00:00
Laurent Destailleur
6ffdfc29ab
Fix: Restore feature to have code inside language list
2011-08-01 22:03:50 +00:00
Laurent Destailleur
be771c9d44
Fix: Avoid errors into rpm packages
2011-07-31 23:45:11 +00:00
Laurent Destailleur
a96c13b8ad
Doxygen
2011-05-25 13:27:07 +00:00
Laurent Destailleur
1ab91249f8
Qual: Removed deprecated functions
2011-05-09 19:42:56 +00:00
Laurent Destailleur
4b1f775b07
Fix: Fix autodetect language for greek.
2011-03-31 15:11:53 +00:00
Laurent Destailleur
3331c5fcd7
Fix: Fix autodetect language for greek.
2011-03-30 15:53:51 +00:00
Laurent Destailleur
95ce2259b5
Fix: Fix autodetect language for greek.
2011-03-30 15:52:27 +00:00
Laurent Destailleur
8ba659f24c
Fix: Use correct translation code
2011-03-29 09:50:12 +00:00
Laurent Destailleur
5b50c3efff
Perf: Yeah. Won again 3ms at each page call.
2011-03-08 15:16:03 +00:00
Laurent Destailleur
94910d8c73
Perf: Yeah. Won again 3ms at each page call.
2011-03-08 15:14:42 +00:00
Laurent Destailleur
05c4533b5b
Doxygen
2011-03-08 10:09:15 +00:00
Laurent Destailleur
04c61dde3b
New: A module can overwrite all default language files by forcing priority on langs directories on its own lang directory.
2011-01-30 13:35:00 +00:00
Laurent Destailleur
8fdeb727fe
Fix: Direction was lost when using cache
2011-01-26 12:52:09 +00:00
Laurent Destailleur
f93deb8163
Fix: Direction was lost when using cache
2011-01-26 12:06:49 +00:00
Laurent Destailleur
4fabd98fa7
Fix: Direction was lost when using cache
2011-01-26 11:33:06 +00:00
Laurent Destailleur
e208dd4068
Fix: Translation of civility
2011-01-23 22:39:48 +00:00
Regis Houssin
546d4f20f3
Fix: regression and use an exist alternative root
2010-12-16 10:37:05 +00:00
Regis Houssin
c0913acf92
New: add directory for external module and other customization
2010-12-15 10:58:45 +00:00
Regis Houssin
502bb75d2c
Fix: uniformize code
2010-12-15 07:12:28 +00:00
Laurent Destailleur
2498426867
Fix: Restore stable version for 3.0
2010-12-14 23:27:17 +00:00
Regis Houssin
9d46536909
Fix: uniformize code
2010-12-14 15:04:56 +00:00