2005-10-04 17:36:16 longsleep * do not swallow conflict errors with hasattr 2005-09-30 18:58:25 longsleep * new icon 2005-09-29 16:40:19 longsleep * refactored detection script 2005-09-29 14:03:17 longsleep * do not use dynamic mimetype icons 2005-09-29 14:02:56 longsleep * show flags when available 2005-09-29 13:25:46 longsleep * semi major wording and translation update 2005-09-29 12:50:51 longsleep * cleaned up script 2005-09-28 21:39:57 longsleep * fixed action tal expressions 2005-09-28 20:03:34 longsleep * fixed display of i18nlayer meta type when in subobject context 2005-09-28 19:58:56 longsleep * fixed i18nlayer detection to find toplevel layers even if there is some strange aq chain 2005-09-21 19:23:49 longsleep * updated changelog 2005-09-21 18:43:13 longsleep * fixed bug when without request .. eg in unittests 2005-09-16 13:24:19 longsleep * updated changelog 2005-08-30 19:15:23 longsleep * fixed action bug 2005-05-11 21:48:08 radimnov * Added Hebrew translation by Ofer Weisglass 2005-05-06 15:02:35 longsleep * added new changelog 2005-05-06 14:07:05 longsleep * Compare ids of types rather than title to check if i18nlayer may be used on type x. Thanks to Cyrille Lebeaupin for making me aware of that problem. 2005-05-06 14:00:40 longsleep * cosmetic change 2005-05-06 13:58:57 longsleep * removed 2005-05-06 13:58:22 longsleep * removed cvs generated changelog 2005-05-06 13:56:25 longsleep * added ukrainian and russian translations. Thanks to Vadym Honcharuk for the contribution. 2005-05-06 13:53:25 longsleep * fixed parameter issue. Thanks to Eric Forsberg for report and fix. 2005-05-06 13:48:22 longsleep * portal_factory support (fixes bugzilla #193) 2005-04-29 12:21:17 fobmagog * raise correct exception classes instead of string exceptions 2005-04-01 09:49:54 k_vertigo * import reorg 2005-02-25 13:04:40 longsleep * prepare release 2005-02-25 12:55:03 longsleep * brought translations in sync 2005-02-25 12:49:53 longsleep * removed duplicate definition 2005-02-25 12:47:07 longsleep * cleanups 2005-02-25 12:45:11 longsleep * updated changelog 2005-02-04 17:49:44 fobmagog * usage of portal_factory can be disabled 2004-10-28 15:09:56 hoka * ObjectField for allowedType causes error with at1.3 if you want to add a layer. the data is stored as string so changing to StringField will not cause problems and make i18nlayer working again 2004-10-28 14:33:43 hoka * adding string: closes bug in tracer on collective 1005738 2004-10-09 20:55:17 longsleep * fixed keyerror when browser delivers no referrer. Thanks to Narration for the bug report. 2004-06-29 15:13:53 hoka * object meta_type was not set if you change an object to i18nlayer. this was formerly only done if you create a new i18nlayer. 2004-03-30 10:20:56 fobmagog * no need to declare this function protected. only the permission on the language object needs to be checked. 2004-03-23 14:39:56 clebeaupin * Add french I18n translation 2004-03-23 14:12:56 clebeaupin * Add french I18n translation 2004-03-09 12:53:15 longsleep * ups .. wrong ChangeLog committed 2004-03-09 12:50:57 longsleep * prepare for release 2004-03-09 12:48:02 longsleep * factory_types is a dictionary 2004-03-08 17:20:30 longsleep * doh .. PTS-fork api has changed and i didnt update i18nlayer 2004-03-05 16:42:09 clebeaupin * Bug line 27 skins/createLanguageObject: * if not type_name in factory_types -> Dictionnary in error * change in : * if not type_name in factory_types.keys(): 2004-03-05 13:41:09 clebeaupin * *** empty log message *** 2004-03-05 11:55:20 clebeaupin * Add plone 2 menu near add new item menu to manage language. * Work on RC6 2004-03-03 16:45:38 longsleep * updated changelog * prepare for release 2004-03-02 14:12:57 longsleep * cant believe that noone missed portal_factory support .. now its there 2004-03-01 13:41:32 longsleep * generated new changelog * prepare for release 2004-03-01 12:17:33 longsleep * support combined language codes (eg. de-DE) with PloneLanguageTool 2004-02-26 16:48:05 longsleep * content language selector now includeable several times on a single page 2004-02-25 18:01:19 longsleep * added translation for i18nlayer actions 2004-02-25 17:43:06 longsleep * added a tab to handle document translation 2004-02-25 17:09:14 longsleep * use plonelanguagetool to get the available languages if possible * use radio buttons when less than 5 languages are available 2004-02-25 16:28:00 longsleep * argl .. please keep plone1 compatibility with _all_ changes in HEAD 2004-02-16 12:12:56 kayeva * Fixed a KeyError bug due to the latest changes made in Plone's folder_contents. Needed to add "global contentTypes python: here.getAllowedTypes()" since the template is calling folder_content's folder_listing macro which needs this variable. 2004-01-25 22:44:47 kayeva * I think the fix is more complete now : from zLOG import LOG, PROBLEM 2004-01-25 22:33:53 kayeva * Was affected by the try/except and the except was ending in an error since LOG was not defined anywhere. Added the missing "from zLOG import LOG", and added quotes to PROBLEM. Hope it helps. 2004-01-09 11:19:53 longsleep * autogenerated new changelog * copyright notices updated to 2003-2004 * prepare for release 2003-12-22 12:34:48 longsleep * better define that here 2003-12-22 12:12:00 longsleep * fixed stuff 2003-12-19 15:16:24 longsleep * fixed major bug which broke BTreeFolder2 .. thanks to the reporters (issue #862935) 2003-12-09 15:43:48 longsleep * generated new changelog 2003-12-09 15:26:35 longsleep * fixed AT1.2 compatibility * we now require the forked PlacelessTranslationService 2003-12-09 13:06:51 longsleep * map tag method to support image kinds * patch BTreeFolder2Base to return I18NLayer containments when matching spec 2003-12-09 11:23:31 longsleep * added japanese translation, thanks to TANIGUCHI Takaki for the contribution 2003-11-30 18:11:16 bartenst * sorry, wrong branch. undid all modifications to the Changelog 2003-11-30 18:06:14 bartenst * here we go ... 2003-10-06 13:27:10 longsleep * preparing for release 2003-10-06 12:05:26 longsleep * prepare for new unit tests 2003-10-02 16:08:10 longsleep * dont cache redirects in index_html 2003-10-02 11:11:33 longsleep * fixed missing import 2003-09-30 13:31:06 longsleep * added support for the language tool * added forcing language urls option 2003-08-21 15:26:30 longsleep * turned on language fallbacks 2003-08-18 16:25:30 longsleep * fixed a bug in current language getter 2003-08-18 16:03:34 longsleep * use get_request to retrieve the request * fixed currentI18NContentLanguage getter * support translation of lanugage names 2003-08-18 11:54:53 longsleep * patch title_or_id to not return id of the language object * fixed a permission issue which wrapperish objects in layer checker 2003-08-12 22:57:37 longsleep * added a changelog 2003-08-12 22:51:19 longsleep * some documentation added * preparing for release 2003-08-12 22:28:43 longsleep * small fixes 2003-06-24 18:36:15 longsleep * added helper to detect if inside an i18nlayer 2003-06-17 11:03:18 longsleep * litte translation correction 2003-06-10 14:06:06 longsleep * i18n to the archetypes schema 2003-06-06 17:29:14 longsleep * lots of fixes done * added i18n attributes * added i18n gettext template * added german translation ---------------------------------------------------------------------- 2003-06-04 23:10:54 longsleep * i18n stuff added ---------------------------------------------------------------------- 2003-06-04 22:13:06 longsleep * fixed a couple of bugs thanks to the reporters ---------------------------------------------------------------------- 2003-06-01 19:22:44 longsleep * license forgotten 2003-06-01 19:21:27 longsleep * first alpha relase of i18nlayer archetypes ---------------------------------------------------------------------- 2003-06-01 19:16:20 longsleep * also add i18ncontent slot to left slots ---------------------------------------------------------------------- 2003-06-01 18:40:26 longsleep * version increase ;) ---------------------------------------------------------------------- 2003-06-01 18:39:13 longsleep * ported lots of stuff from latest CMFTypes version to archetypes version 2003-05-09 08:05:34 ctheune - modify_fti call fixed to present plone/cmf 2003-03-26 12:41:53 vladoi * *** empty log message *** 2003-03-26 11:49:14 vladoi * test 2003-03-25 17:46:54 longsleep * Initial revision 2003-03-25 17:46:54 k_vertigo * New repository initialized by cvs2svn.