diff --git a/VERSION b/VERSION index 5753981f..3b4584f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.2-stable+timestamp.2013.03.09.00.16.49 +Version 2.4.2-stable+timestamp.2013.03.09.09.33.46 diff --git a/applications/admin/views/default/design.html b/applications/admin/views/default/design.html index 09a1a506..f961af8d 100644 --- a/applications/admin/views/default/design.html +++ b/applications/admin/views/default/design.html @@ -92,7 +92,7 @@ def deletefile(arglist, vars={}):

{{=T("Models")}} - + {{=helpicon()}} {{=T("The data representation, define database tables and sets")}}  top @@ -141,7 +141,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi

{{=T("Controllers")}} - + {{=helpicon()}} {{=T("The application logic, each URL path is mapped in one exposed function in the controller")}}  top @@ -183,7 +183,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi

{{=T("Views")}} - + {{=helpicon()}} {{=T("The presentations layer, views are also known as templates")}}  top @@ -223,7 +223,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi

{{=T("Languages")}} - + {{=helpicon()}} {{=T("Translation strings for the application")}}  top @@ -287,7 +287,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi

{{=T("Static")}} - + {{=helpicon()}} {{=T("These files are served without processing, your images go here")}}  top @@ -343,7 +343,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi

{{=T("Modules")}} - + {{=helpicon()}} {{=T("Additional code for your application")}}  top @@ -379,7 +379,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi

{{=T("Private files")}} - + {{=helpicon()}} {{=T("These files are not served, they are only available from within your app")}}  top @@ -436,7 +436,7 @@ for c in controllers: controller_functions+=[c[:-3]+'/%s.html'%x for x in functi

{{=T("Plugins")}} - + {{=helpicon()}} {{=T("To create a plugin, name a file/folder plugin_[name]")}}  top