Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-192
+192
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
fix selectors argus
tls-sprint
2009-02-18, by sylvain thenault
tell on which class the assertion's failed
tls-sprint
2009-02-18, by sylvain thenault
add rtype compat
tls-sprint
2009-02-18, by sylvain thenault
skip_relations is defined on FormMixIn
tls-sprint
2009-02-18, by sylvain thenault
fix selector of EntityRelatedTab, next step is to find a way to avoid this kind of selector
tls-sprint
2009-02-18, by Adrien Di Mascio
each subclass of EntitySelector should call its __init__ method
tls-sprint
2009-02-18, by Adrien Di Mascio
fix score computation in implements()
tls-sprint
2009-02-18, by Adrien Di Mascio
fix compatibility class EntityAction: test for accepts() before has_condition()
tls-sprint
2009-02-18, by Adrien Di Mascio
cleanup
tls-sprint
2009-02-18, by sylvain thenault
fix match_user_groups, appobject_selectable, searchstate_accept* compat selectors
tls-sprint
2009-02-18, by sylvain thenault
kill Form, EntityForm and AnyRsetForm
tls-sprint
2009-02-18, by sylvain thenault
some test fixes
tls-sprint
2009-02-18, by sylvain thenault
use pytest now
tls-sprint
2009-02-18, by sylvain thenault
update some imports
tls-sprint
2009-02-18, by sylvain thenault
oops
tls-sprint
2009-02-18, by sylvain thenault
merge
tls-sprint
2009-02-18, by Adrien Di Mascio
chainall / chainfirst ensures selectors are instantiated
tls-sprint
2009-02-18, by Adrien Di Mascio
instantiate selectors wherever needed
tls-sprint
2009-02-18, by Adrien Di Mascio
remove explicit access to .im_func when overriding `registered`
tls-sprint
2009-02-18, by Adrien Di Mascio
update import
tls-sprint
2009-02-18, by sylvain thenault
fix test
tls-sprint
2009-02-18, by sylvain thenault
kill vobject_helpver
tls-sprint
2009-02-18, by sylvain thenault
some minor __select__ composition fixes
tls-sprint
2009-02-18, by Adrien Di Mascio
fix lltrace to consider __call__ and pure functions decoration
tls-sprint
2009-02-18, by Adrien Di Mascio
update import
tls-sprint
2009-02-18, by sylvain thenault
update test for new test schema
tls-sprint
2009-02-18, by sylvain thenault
no more extra schema necessary for tests here
tls-sprint
2009-02-18, by sylvain thenault
unittest_entity ok
tls-sprint
2009-02-18, by sylvain thenault
merge
tls-sprint
2009-02-18, by sylvain thenault
remove dead code
2009-02-18, by ludal
oops
tls-sprint
2009-02-18, by sylvain thenault
test upgrade
tls-sprint
2009-02-18, by sylvain thenault
update imports
tls-sprint
2009-02-18, by sylvain thenault
replaced most of __selectors__ assignments with __select__
tls-sprint
2009-02-18, by Adrien Di Mascio
fix selectors compat
tls-sprint
2009-02-18, by sylvain thenault
updat etest
tls-sprint
2009-02-18, by sylvain thenault
assert oid
tls-sprint
2009-02-18, by sylvain thenault
better name for NormalizedTextView, drop ContentAddedMixIn
tls-sprint
2009-02-18, by sylvain thenault
fix traced_selection
tls-sprint
2009-02-18, by sylvain thenault
need safety belt for class registered twice (during test for instance)
tls-sprint
2009-02-18, by sylvain thenault
__select__ is not a classmethod anymore, it's a pure function (or a Selector instance),
tls-sprint
2009-02-18, by Adrien Di Mascio
get kwargs as well
tls-sprint
2009-02-18, by sylvain thenault
ooooops
tls-sprint
2009-02-18, by sylvain thenault
__selectors__ must return a tuple
tls-sprint
2009-02-18, by Adrien Di Mascio
some more s/__selectors__/__select__ but still more to come
tls-sprint
2009-02-18, by Adrien Di Mascio
__select__ migration
tls-sprint
2009-02-17, by sylvain thenault
unnecessary registerrer
tls-sprint
2009-02-17, by sylvain thenault
first pass to use __select__ instead of __selectors__
tls-sprint
2009-02-17, by Adrien Di Mascio
fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass)
tls-sprint
2009-02-17, by Adrien Di Mascio
improve __selectors__() so that it always return a tuple
tls-sprint
2009-02-17, by Adrien Di Mascio
safety belt inside _accept_interfaces() as it might be called on a class that doesn't provide (yet) __select__
tls-sprint
2009-02-17, by Adrien Di Mascio
should no more be used, drop documentation
tls-sprint
2009-02-17, by sylvain thenault
__select__ migration
tls-sprint
2009-02-17, by sylvain thenault
update some imports
tls-sprint
2009-02-17, by sylvain thenault
oops
tls-sprint
2009-02-17, by sylvain thenault
backport tests
tls-sprint
2009-02-17, by sylvain thenault
default to yes_registerer
tls-sprint
2009-02-17, by sylvain thenault
doc update, move yes_registerer here
tls-sprint
2009-02-17, by sylvain thenault
kill id_registerer
tls-sprint
2009-02-17, by sylvain thenault
simple optimization and readability fix
2009-02-17, by ludal
do it the other way
tls-sprint
2009-02-17, by sylvain thenault
merge
tls-sprint
2009-02-17, by sylvain thenault
update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity"
tls-sprint
2009-02-17, by Adrien Di Mascio
remove autoselectors metaclass, __select__ is built during registration
tls-sprint
2009-02-17, by Adrien Di Mascio
Selector objects need to provide a `func_name` attribute for minimum (backward)
tls-sprint
2009-02-17, by Adrien Di Mascio
overridden `registered()` methods must call the base implementation
tls-sprint
2009-02-17, by Adrien Di Mascio
avoid dependency to common
tls-sprint
2009-02-17, by sylvain thenault
move utils from cw.common to cw
tls-sprint
2009-02-17, by sylvain thenault
__selectors__ -> __select__
tls-sprint
2009-02-17, by sylvain thenault
no more used for a while now
tls-sprint
2009-02-17, by sylvain thenault
turn simpletal optional
tls-sprint
2009-02-17, by sylvain thenault
new ext package for modules depending on an option third party package
tls-sprint
2009-02-17, by sylvain thenault
bw compat modules
tls-sprint
2009-02-17, by sylvain thenault
move view and appobject from cw.common to cw
tls-sprint
2009-02-17, by sylvain thenault
bw compat modules
tls-sprint
2009-02-17, by sylvain thenault
move view and appobject from cw.common to cw
tls-sprint
2009-02-17, by sylvain thenault
__selectors__ compat
tls-sprint
2009-02-17, by sylvain thenault
introduce MultiSelector base class
tls-sprint
2009-02-17, by sylvain thenault
provide objectify_selector decorator for very simple selectors
tls-sprint
2009-02-17, by Adrien Di Mascio
merge
tls-sprint
2009-02-17, by sylvain thenault
try a register_all method
tls-sprint
2009-02-17, by sylvain thenault
kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector
tls-sprint
2009-02-17, by sylvain thenault
reimplements chainall/chainfirst using [And/Or], implemenent search_selector function on Selector base class
tls-sprint
2009-02-17, by sylvain thenault
replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors)
tls-sprint
2009-02-17, by Adrien Di Mascio
move EProperty management views into eproperties.py
tls-sprint
2009-02-17, by Adrien Di Mascio
should add relation_possible selector only if require_permission is in the schema
tls-sprint
2009-02-17, by sylvain thenault
missing super call
tls-sprint
2009-02-17, by sylvain thenault
remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead
tls-sprint
2009-02-17, by Adrien Di Mascio
removing explicit access to im_func, this is not necessary anymore
tls-sprint
2009-02-17, by Adrien Di Mascio
allow selectors to be a single element instead of tuples (this is the first step towards removing the metaclass)
tls-sprint
2009-02-17, by Adrien Di Mascio
registerer cleanup
tls-sprint
2009-02-17, by sylvain thenault
fix imports
tls-sprint
2009-02-17, by sylvain thenault
fix initializers
tls-sprint
2009-02-17, by sylvain thenault
oops
tls-sprint
2009-02-17, by sylvain thenault
use class_renamed, not class_moved
tls-sprint
2009-02-17, by sylvain thenault
update import
tls-sprint
2009-02-17, by sylvain thenault
merge
tls-sprint
2009-02-17, by sylvain thenault
merge branches in tls-sprint (bis)
tls-sprint
2009-02-17, by logilab
merge heads in tls-sprint branch
tls-sprint
2009-02-17, by Adrien Di Mascio
provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations
2009-02-17, by Adrien Di Mascio
merge
tls-sprint
2009-02-17, by Laure Bourgois
small fix
2009-02-17, by Laure Bourgois
factorized impl
tls-sprint
2009-02-17, by sylvain thenault
simplify registerers
tls-sprint
2009-02-17, by sylvain thenault
still more explicit registration
tls-sprint
2009-02-17, by sylvain thenault
drop more registerers
tls-sprint
2009-02-17, by sylvain thenault
start with explicit registration
tls-sprint
2009-02-17, by sylvain thenault
rename registration callback, clear argument to register
tls-sprint
2009-02-17, by sylvain thenault
update import
tls-sprint
2009-02-17, by sylvain thenault
interface handling should be done here
tls-sprint
2009-02-17, by sylvain thenault
reorganize a bit, some cleanup and fixes
tls-sprint
2009-02-17, by sylvain thenault
drop unused support of .required, no more necessary .accepts check, and extresources_registerer
tls-sprint
2009-02-17, by sylvain thenault
kill ExtResourcesBoxTemplate
tls-sprint
2009-02-17, by sylvain thenault
move _MARKER from appobject to web.request
tls-sprint
2009-02-17, by sylvain thenault
properly kill/depreciate component base class, only keep Component
tls-sprint
2009-02-17, by sylvain thenault
work in progress, draft for manual registration
tls-sprint
2009-02-17, by Adrien Di Mascio
VComponent needs visible property
tls-sprint
2009-02-17, by sylvain thenault
only kill Singleton[V]Component, keep [V]Component classes
tls-sprint
2009-02-17, by sylvain thenault
work in progress - fix deprecation of EntityAction - fix various selectors bugs
tls-sprint
2009-02-17, by Adrien Di Mascio
oops
tls-sprint
2009-02-17, by sylvain thenault
kill [Singleton]VComponent
tls-sprint
2009-02-17, by sylvain thenault
has_relation selector compat, fix some deprecation msg
tls-sprint
2009-02-17, by sylvain thenault
use & operator instead of chainall, deprecate EntityAction, fix relation_possible action argument
tls-sprint
2009-02-17, by sylvain thenault
various SyntaxErrors / missing import fixes + reorganization of the `registered` classmethod
tls-sprint
2009-02-17, by Adrien Di Mascio
kill AddEntityAction
tls-sprint
2009-02-17, by sylvain thenault
proper documentation, some bug fixes, upgrade some selectors
tls-sprint
2009-02-17, by sylvain thenault
more doc, upgrade but_etype and appobject_selectable selectors
tls-sprint
2009-02-17, by sylvain thenault
drop LinToEntityAction2, only used by the comment cube
tls-sprint
2009-02-17, by sylvain thenault
some selectors update + drop EntityRelationView (only used by jpl)
tls-sprint
2009-02-16, by sylvain thenault
merge
tls-sprint
2009-02-16, by sylvain thenault
merge
2009-02-16, by sylvain thenault
merge
tls-sprint
2009-02-16, by sylvain thenault
[jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts
tls-sprint
2009-02-16, by Adrien Di Mascio
[javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad
tls-sprint
2009-02-16, by Adrien Di Mascio
split main template into main template + page-content template
tls-sprint
2009-02-16, by Adrien Di Mascio
drop EntityAction usage in cw, upgrade rql_condition and friends
tls-sprint
2009-02-16, by sylvain thenault
i18n translations for register
2009-02-16, by Arthur Lutz
add register link
2009-02-16, by Arthur Lutz
change label for new registered users
2009-02-16, by Arthur Lutz
handle register with email adress
2009-02-16, by Arthur Lutz
require_group/match_user_group -> match_user_groups
tls-sprint
2009-02-16, by sylvain thenault
move cubicweb.common.selectors to cubicweb.selectors
tls-sprint
2009-02-16, by sylvain thenault
more selectors update
tls-sprint
2009-02-16, by sylvain thenault
kill EmptyRsetVeiw
tls-sprint
2009-02-16, by sylvain thenault
major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification)
tls-sprint
2009-02-16, by sylvain thenault
simple test implementation for binary operators on selectors
tls-sprint
2009-02-16, by Adrien Di Mascio
provide a new WorkflowableEntityType base class (will be refactored later, maybe with schema interfaces)
tls-sprint
2009-02-16, by Adrien Di Mascio
extract workflow related schema definitions in its own file
tls-sprint
2009-02-16, by Adrien Di Mascio
use RichString wherever possible in the stdlib
tls-sprint
2009-02-16, by Adrien Di Mascio
adding ISIOC interface
2009-02-16, by Laure Bourgois
[doc] fix path in makefile
2009-02-16, by Aurelien Campeas
provide a new RichString attribute type
tls-sprint
2009-02-16, by Adrien Di Mascio
chainfirst / chainall can be given a name argument to use as inner function's name
2009-02-16, by sylvain thenault
complete doc about rtags
2009-02-13, by Stephanie Marcu
merge
2009-02-13, by sylvain thenault
complete doc about rtags
2009-02-13, by Stephanie Marcu
adding foaf_usable views to supports reusing foaf fragment in other views (for instance sioc view)
2009-02-13, by Laure Bourgois
test fix
2009-02-13, by sylvain thenault
update copyright
2009-02-13, by sylvain thenault
don't display too much rset rows
2009-02-13, by sylvain thenault
don't use chainall when it's not necessary
2009-02-13, by sylvain thenault
merge
2009-02-13, by sylvain thenault
more cleanup
2009-02-13, by sylvain thenault
cleanup
2009-02-13, by sylvain thenault
removing project_linked_data view
2009-02-12, by Laure Bourgois
take care, cnx may be None in which case we can't get/set session data
2009-02-13, by sylvain thenault
must not be a class attribute\!
2009-02-13, by sylvain thenault
rset may be empty
2009-02-12, by sylvain thenault
[preferences] de-uglify a bit, remove useless parameter
2009-02-11, by Aurelien Campeas
[tabs] reuse the new set_cookie controller method
2009-02-11, by Aurelien Campeas
merge
2009-02-11, by Aurelien Campeas
[preferences] preferences sections will now remember their collapsed/open status
2009-02-11, by Aurelien Campeas
[controllers] a set_cookie method
2009-02-11, by Aurelien Campeas
[views] cleanup, be less heavy with self.w ...
2009-02-11, by Aurelien Campeas
ask if anonymous should be allowed, configure accordingly
2009-02-11, by sylvain thenault
hop
2009-02-11, by sylvain thenault
fix select principal so results are predictable during tests
2009-02-11, by Sylvain
merge
2009-02-11, by Arthur Lutz
use UStringIO
2009-02-11, by Arthur Lutz
merge
2009-02-11, by Arthur Lutz
merge
2009-02-11, by Arthur Lutz
return success or not on creation of user
2009-02-11, by Arthur Lutz
page_size can be given in url attributes
2009-02-10, by Arthur Lutz
have navigation on top and bottom of search results
2009-02-10, by Arthur Lutz
get custom page_size as argument
2009-02-10, by Arthur Lutz
test if anonymous
2009-02-10, by Arthur Lutz
add page_size argument
2009-02-10, by Arthur Lutz
permit override of display index on simple navigation
2009-02-10, by Arthur Lutz
adding views to test
2009-02-11, by Laure Bourgois
small fix
2009-02-11, by Laure Bourgois
refactoring owl view (now corresponding to tbox) and owlabox view
2009-02-11, by Laure Bourgois
i18n update
2009-02-11, by sylvain thenault
less
more
|
(0)
-192
+192
+1000
+3000
+10000
tip