1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-03-25 04:22:02 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Yann
8bea52d740 Code cleaning and adding features to generate models in application only when not testing with the MH 2015-09-16 10:37:23 +02:00
Roland Haroutiounian
a86bbfbd49 [mlstring] Mise à jour des todo avec le process à implémenter
On se base sur gettext, mais avec l'utilisation d'une langue par défaut qui sera obligatoire lors de la création de la chaine.
2015-07-03 11:51:16 +02:00
Roland Haroutiounian
c0d83c3af9 PEP8 sur Lodel/utils/mlstring.py 2015-07-03 11:06:00 +02:00
Yann
27d178e531 Code factorization and create methods for EmComponent and childs changes
Behaviour changed for EmComponent and childs create method :
	- Takes care of duplicated names at creation
	- Handle all the checks in EmComponent method
Factorization of EmField.get_class_table() method
Added a @property method class_table_name to EmClass
2015-07-02 13:38:15 +02:00
Yann
c74f65ac55 Normalize comments for MlString 2015-06-18 14:36:32 +02:00
Yann
712a2710a0 Added __eq__ to MlString
Now an MlString instance is able to say if another MlString instance is equivalent using mlstr1 == mlstr2
2015-06-18 13:40:06 +02:00
ArnAud
fbb6a39261 mlstring: delete an translation 2015-06-04 11:39:23 +02:00
ArnAud
50fb6fa1fd mlstring: empty mlstring should be an empty string 2015-06-03 17:27:53 +02:00
ArnAud
c779ede921 MlString: Class to handle multilingual strings 2015-06-03 16:48:35 +02:00
Yann
ebdb512500 Modification to be less dependent to django + logging in db wrapper 2015-05-27 15:05:05 +02:00
Yann
eeaaf945d2 Created the class MlString and fixing syntax error
Created the class Lodel.utils.mlstring.MlString needed by EditorialModel.lib.component.EmComponent
The first test pass ! =)
2015-05-27 10:54:31 +02:00
Yann
8f2a3655bb Renaming and moving files + fixed a bug in Lodel.settings imports
Lodel/sttings/__init__.py wasn't able to import files when called by manage.py
Renaming em to EditorialModel and moved Em* objects to EditorialModel/lib
Adding a first test (that do not pass because of syntax errors in Em* classes)
2015-05-27 10:45:11 +02:00
Roland Haroutiounian
f24274a4d8 Ajout du projet Lodel 2015-05-22 12:22:16 +02:00