Wed, 29 Apr 2009 12:13:47 +0200 |
Aurelien Campeas |
more rtags api change propagation
tls-sprint
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 11:22:31 +0200 |
sylvain thenault |
fix imports, cleanup, repair some ajax calls
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 14:31:32 +0200 |
sylvain thenault |
new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore)
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 13:14:33 +0200 |
sylvain thenault |
kill old inlined forms code, only overriden in metastock (dead) and vcsfile (has to be updated anyway)
tls-sprint
|
file |
diff |
annotate
|
Wed, 08 Apr 2009 13:13:53 +0200 |
sylvain thenault |
move initialize_varmaker on the FormMixIn class
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 19:54:10 +0200 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 12:31:42 +0100 |
sylvain thenault |
cleanup, various fix to get something working
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 21:03:20 +0100 |
sylvain thenault |
support for old __rtags__
tls-sprint
|
file |
diff |
annotate
|
Wed, 25 Mar 2009 10:40:22 +0100 |
sylvain thenault |
make pylint happy, fix some bugs on the way
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 17:55:59 +0100 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 16:29:00 +0100 |
sylvain thenault |
a bit of reorganisation inside web/views:
tls-sprint
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 09:29:32 +0100 |
Adrien Di Mascio |
commit pending work (started in TLS): starting to implement Creation/Edition form with new form API
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 23:28:39 +0100 |
sylvain thenault |
api update
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 23:28:31 +0100 |
sylvain thenault |
rewrite inline edition form to use new form system (proof of concept, require the edition form working which is not yet done)
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 19:50:33 +0100 |
sylvain thenault |
oops, select_object is a vreg method...
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 11:19:23 +0100 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 11:18:27 +0100 |
sylvain thenault |
require trcomment initial value
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 11:15:08 +0100 |
sylvain thenault |
make forms selectable (appobject)
tls-sprint
|
file |
diff |
annotate
|
Mon, 02 Mar 2009 21:03:54 +0100 |
sylvain thenault |
backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for...
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 14:01:00 +0100 |
sylvain thenault |
use non-breakable space in time display
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 12:33:45 +0100 |
sylvain thenault |
missing form.css in change state and delete confirmation forms
|
file |
diff |
annotate
|
Fri, 20 Feb 2009 17:20:39 +0100 |
sylvain thenault |
should use StringField actuallly
tls-sprint
|
file |
diff |
annotate
|
Fri, 20 Feb 2009 01:50:45 +0100 |
sylvain thenault |
various fixes to have change state and deletion forms working
tls-sprint
|
file |
diff |
annotate
|
Fri, 20 Feb 2009 00:05:57 +0100 |
Adrien Di Mascio |
EntityFieldsForm.form_render() doesn't need entity anymore
tls-sprint
|
file |
diff |
annotate
|
Thu, 19 Feb 2009 22:48:50 +0100 |
sylvain thenault |
form to edit multiple entities, use it in DeleteConfForm
tls-sprint
|
file |
diff |
annotate
|
Thu, 19 Feb 2009 20:33:50 +0100 |
sylvain thenault |
update some prototype, ChangeStateForm
tls-sprint
|
file |
diff |
annotate
|
Thu, 19 Feb 2009 18:22:55 +0100 |
sylvain thenault |
simple tags
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 21:31:34 +0100 |
sylvain thenault |
bw compat for selection for creation forms
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 19:26:48 +0100 |
sylvain thenault |
merge, split baseviews (new csvexport, xmlrss and editviews modules)
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 13:43:56 +0100 |
sylvain thenault |
fix import, use non_final_entity instead of implements('Any')
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 11:46:03 +0100 |
sylvain thenault |
skip_relations is defined on FormMixIn
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 11:09:55 +0100 |
sylvain thenault |
kill Form, EntityForm and AnyRsetForm
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 01:21:25 +0100 |
Adrien Di Mascio |
replaced most of __selectors__ assignments with __select__
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 21:29:58 +0100 |
Adrien Di Mascio |
replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors)
tls-sprint
|
file |
diff |
annotate
|
Mon, 16 Feb 2009 19:50:10 +0100 |
sylvain thenault |
more selectors update
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 15:20:49 +0100 |
sylvain thenault |
don't use navigation in deleteconf form
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 14:43:55 +0100 |
Aurelien Campeas |
[forms] simplify this test
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 14:37:06 +0100 |
Aurelien Campeas |
[forms] fix #4240 (edition form should not show relations section if no relation is editable)
|
file |
diff |
annotate
|
Thu, 15 Jan 2009 13:27:33 +0100 |
sylvain thenault |
massive selector update
3.0
|
file |
diff |
annotate
|
Fri, 19 Dec 2008 17:03:15 +0100 |
Sylvain Thenault |
don't give a bool instead of a result set to select a view
|
file |
diff |
annotate
|
Fri, 19 Dec 2008 15:16:09 +0100 |
Sylvain Thenault |
begin selector renaming (work in progress)
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 14:47:07 +0100 |
Adrien Di Mascio |
ChangeStateForm: extract method redirectpath() for easier subclassing
|
file |
diff |
annotate
|
Thu, 13 Nov 2008 12:34:36 +0100 |
Adrien Di Mascio |
use named substitutions in i18n strings
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|