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.
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
fix rtags to have correct msgids for bookmarked_by relation
2009-02-11, by sylvain thenault
don't use navigation in deleteconf form
2009-02-11, by sylvain thenault
update_search_state in the publisher since it should be done whatever the controller
2009-02-11, by sylvain thenault
update copyright
2009-02-11, by sylvain thenault
[forms] simplify this test
2009-02-11, by Aurelien Campeas
[forms] fix #4240 (edition form should not show relations section if no relation is editable)
2009-02-11, by Aurelien Campeas
merge
2009-02-11, by Emile Anclin
propostion for integrating the simple setup
2009-02-11, by Emile Anclin
add files for a simple setup
2009-02-11, by Emile Anclin
fix some typos
2009-02-11, by Emile Anclin
try to get raw text values in rset csv view
2009-02-11, by sylvain thenault
test and fix potential error with None optional relation
2009-02-11, by sylvain thenault
test update
2009-02-11, by sylvain thenault
fix test (this view is not used actually...)
2009-02-11, by sylvain thenault
no more htmlcheck argument
2009-02-11, by sylvain thenault
email is no crypted anymore in foaf view
2009-02-10, by Laure Bourgois
Added tag cubicweb-debian-version-3_0_9-1 for changeset a8e9e53b245d
2009-02-10, by Aurelien Campeas
Added tag cubicweb-version-3_0_9 for changeset 7ad527099393
cubicweb-debian-version-3_0_9-1
2009-02-10, by Aurelien Campeas
published
cubicweb-version-3_0_9
2009-02-10, by Aurelien Campeas
some doc typos
2009-02-10, by Emile Anclin
[testlib] fix pb. related to class scoped variables
2009-02-09, by Aurelien Campeas
old .validators attribute is now .vid_validators
2009-02-09, by sylvain thenault
add a linked data view for project. this linked data view will be extended to pertinent entities in the future. We remark that we use doap format if it exists (doap:created, doap:description ...), we use our own vocabulary (available in tbox view) if doap does not supports it.
2009-02-09, by Laure Bourgois
[selectors] fix inline doc
2009-02-06, by Aurelien Campeas
[tabs] prepare for reloadability
2009-02-06, by Aurelien Campeas
error correction
2009-02-06, by Laure Bourgois
small fix
2009-02-06, by Laure Bourgois
oups
2009-02-05, by Laure Bourgois
new foaf version
2009-02-05, by Laure Bourgois
[actions] import * : just say no
2009-02-04, by Aurelien Campeas
[gmap] zoom level is now a url parameter
2009-02-03, by Adrien Di Mascio
pertinent title layout for OWL view
2009-02-02, by Laure Bourgois
comments fix
2009-02-02, by Laure Bourgois
refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.
2009-02-02, by Laure Bourgois
[testlib] quickfix (needs review) : missing validators attribute
2009-02-02, by Aurelien Campeas
missing quotes #102063
2009-02-02, by Aurelien Campeas
[tabs] dead code
2009-01-30, by Aurelien Campeas
merge
2009-01-30, by sylvain thenault
[tabs] fix the no-eid case, remove unused code
2009-01-30, by Aurelien Campeas
fix js syntax in tabs.forceview()
2009-01-30, by Adrien Di Mascio
simplification of lazy tabs mechanism
2009-01-30, by Adrien Di Mascio
use lgc.decorators.monkeypatch in tabs.py
2009-01-30, by Adrien Di Mascio
fix default value of pyro ns host
2009-01-30, by Adrien Di Mascio
[javascript] extract ajax postprocessing in a separate function
2009-01-30, by Adrien Di Mascio
(merge)
2009-01-30, by Julien Jehannet
add required attribute modname in __pkginfo__.py skeleton
2009-01-30, by Julien Jehannet
small corrections
2009-01-30, by Laure Bourgois
xhtml fixes
2009-01-30, by sylvain thenault
set self.rset else we're missing some stuff since TheMainTemplate instance as None as rset
2009-01-30, by sylvain thenault
refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not
2009-01-30, by sylvain thenault
implements cell_call
2009-01-30, by sylvain thenault
specify content type for text views
2009-01-30, by sylvain thenault
use self.rset / self.row
2009-01-30, by sylvain thenault
fix xml views: ensure we're generating valide tag names (rsetxml), protect against control characters in xml view (should probably be generalized...)
2009-01-30, by sylvain thenault
EntityVComponent should now implements cell_call
2009-01-30, by sylvain thenault
give row when selecting/dispatching content navigation component
2009-01-30, by sylvain thenault
typo
2009-01-30, by sylvain thenault
typo
2009-01-30, by sylvain thenault
function to make generation of a simple sgml tag
2009-01-30, by sylvain thenault
hcal is a microformat and can be inserted in html
2009-01-30, by sylvain thenault
foaf euser view
2009-01-30, by sylvain thenault
cubicweb__loadurl -> cubicweb:lazyloadurl
2009-01-30, by sylvain thenault
fix table filter form: get_widget shouldn't be called once rqlst has been recovered
2009-01-30, by sylvain thenault
remove debug print
2009-01-29, by sylvain thenault
pyrorql source now ignore external eids which are themselves coming from another external source already in use by the repository (should have the same uri)
2009-01-29, by sylvain thenault
method has been renamed
2009-01-29, by sylvain thenault
oops
2009-01-29, by sylvain thenault
owl cleanup
2009-01-29, by sylvain thenault
search in reverted order else in case of installed cubes (eg in cubicweb/cubes) we do not remove all expected parts
2009-01-29, by sylvain thenault
sax only validator for owl views for now
2009-01-29, by sylvain thenault
while EntityView has been used here?? (changeset 501 by laure)
2009-01-28, by sylvain thenault
cleaning code
2009-01-28, by Laure Bourgois
merge
2009-01-28, by Aurelien Campeas
[tabs] improve pylint note :)
2009-01-28, by Aurelien Campeas
OWLABOXView correction
2009-01-28, by Laure Bourgois
OWLABOXView correction
2009-01-28, by Laure Bourgois
merge
2009-01-28, by Laure Bourgois
cleaning OWLView
2009-01-28, by Laure Bourgois
missing import
2009-01-28, by Aurelien Campeas
[tabs] cookie name par cube instance will reduce cookie collisions
2009-01-28, by Aurelien Campeas
less
more
|
(0)
-192
+192
+1000
+3000
+10000
tip