projects
/
matthijs
/
upstream
/
django-ldapdb.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
move transaction disable
2011-04-11
jlaine
move transaction disable
commit
|
commitdiff
|
tree
2011-04-11
jlaine
partially resync settings with django defaults
commit
|
commitdiff
|
tree
2011-04-11
jlaine
get rid of custom meta class
commit
|
commitdiff
|
tree
2011-04-11
jlaine
only use legacy db parameters if available
commit
|
commitdiff
|
tree
2011-04-11
jlaine
improve ldap search_s wrapper
commit
|
commitdiff
|
tree
2011-04-11
jlaine
refactor LDAP access in tests
commit
|
commitdiff
|
tree
2011-04-11
jlaine
refactor db access
commit
|
commitdiff
|
tree
2011-04-11
jlaine
rework router
commit
|
commitdiff
|
tree
2011-04-11
jlaine
prune unnecessary imports
commit
|
commitdiff
|
tree
2011-04-11
jlaine
do not define queryset.delete(), the base implementation...
commit
|
commitdiff
|
tree
2011-04-11
jlaine
stop using custom "Query" object
commit
|
commitdiff
|
tree
2011-04-11
jlaine
improve phony execute_sql()
commit
|
commitdiff
|
tree
2011-04-11
jlaine
add a minimal execute_sql() method to compiler
commit
|
commitdiff
|
tree
2011-04-11
jlaine
disable transactions
commit
|
commitdiff
|
tree
2011-04-11
jlaine
add missing imports
commit
|
commitdiff
|
tree
2011-04-11
jlaine
bypass test database creation
commit
|
commitdiff
|
tree
2011-04-11
jlaine
partially fix tests
commit
|
commitdiff
|
tree
2011-04-11
jlaine
fixup
commit
|
commitdiff
|
tree
2011-04-11
jlaine
use django's database router instead of hard-coding...
commit
|
commitdiff
|
tree
2011-04-11
jlaine
use django's database framework instead of hard-coding...
commit
|
commitdiff
|
tree
2011-04-11
jlaine
register LDAP router
commit
|
commitdiff
|
tree
2011-04-11
jlaine
actually register database
commit
|
commitdiff
|
tree
2011-04-11
jlaine
move LDAP compilation to the backend
commit
|
commitdiff
|
tree
2011-04-11
jlaine
fix collect_sub_objects
commit
|
commitdiff
|
tree
2011-04-11
jlaine
move LDAP filter compiling
commit
|
commitdiff
|
tree
2011-04-11
jlaine
make "commit" a no-op
commit
|
commitdiff
|
tree
2011-04-11
jlaine
register LDAP compiler
commit
|
commitdiff
|
tree
2011-04-11
jlaine
make rollback a no-op
commit
|
commitdiff
|
tree
2011-04-11
jlaine
add missing code
commit
|
commitdiff
|
tree
2011-04-11
jlaine
remove code from ldapdb.__init__
commit
|
commitdiff
|
tree
2011-04-11
jlaine
move compiler definition
commit
|
commitdiff
|
tree
2011-04-11
jlaine
move backend definition
commit
|
commitdiff
|
tree
2011-04-11
jlaine
start splitting code to an actual backend
commit
|
commitdiff
|
tree
2011-04-11
jlaine
add basic DB router
commit
|
commitdiff
|
tree
2011-04-11
jlaine
remove django 1.1 compatibility code
commit
|
commitdiff
|
tree
2011-04-11
jlaine
rename LdapConnection to DatabaseWrapper and accept...
commit
|
commitdiff
|
tree
2011-03-29
jlaine
convert get_db_prep_lookup() to new style (django 1.2+)
commit
|
commitdiff
|
tree
2011-03-29
jlaine
make DatabaseFeatures take a "connection" argument...
commit
|
commitdiff
|
tree
2011-01-11
jlaine
mention the BSD license, not GPL
commit
|
commitdiff
|
tree
2010-12-27
jlaine
add more filter tests
commit
|
commitdiff
|
tree
2010-12-27
jlaine
fix "exclude" operations
commit
|
commitdiff
|
tree
2010-12-27
jlaine
better fix for unicity checks : implement query.has_results()
commit
|
commitdiff
|
tree
2010-12-27
jlaine
update copyright years
commit
|
commitdiff
|
tree
2010-12-25
jlaine
test adding a group from admin interface
commit
|
commitdiff
|
tree
2010-12-25
jlaine
bypass unicity checks, to un-break admin interface
commit
|
commitdiff
|
tree
2010-10-10
jlaine
make it possible to change the search scope
commit
|
commitdiff
|
tree
2010-06-25
jlaine
make sure escape_ldap_filter handles unicode correctly
commit
|
commitdiff
|
tree
2010-06-02
jlaine
test LDAP model scoping
commit
|
commitdiff
|
tree
2010-06-02
jlaine
use inherited fields too
commit
|
commitdiff
|
tree
2010-06-02
jlaine
adjust license headers to reflect BSD license
commit
|
commitdiff
|
tree
2010-06-02
jlaine
fix license
commit
|
commitdiff
|
tree
2010-06-01
jlaine
switch to BSD license
commit
|
commitdiff
|
tree
2010-06-01
jlaine
include ldapdb.models
commit
|
commitdiff
|
tree
2010-06-01
jlaine
add setup.py
commit
|
commitdiff
|
tree
2010-06-01
jlaine
add tests for qs.count()
commit
|
commitdiff
|
tree
2010-06-01
jlaine
don't forget to use offset/limit in get_count()
commit
|
commitdiff
|
tree
2010-06-01
jlaine
restore test_slice()
commit
|
commitdiff
|
tree
2010-06-01
jlaine
remove references to root dn
commit
|
commitdiff
|
tree
2010-06-01
jlaine
use self.query in compiler
commit
|
commitdiff
|
tree
2010-06-01
jlaine
restrict selected fields
commit
|
commitdiff
|
tree
2010-06-01
jlaine
add test cases for qs.values(*fields) and qs.values_list...
commit
|
commitdiff
|
tree
2010-05-31
jlaine
improve display
commit
|
commitdiff
|
tree
2010-05-31
jlaine
fix slice handling
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add more groups for tests
commit
|
commitdiff
|
tree
2010-05-31
jlaine
catch ldap.NO_SUCH_OBJECT for calls to ldap.search_s
commit
|
commitdiff
|
tree
2010-05-31
jlaine
touchup documentation
commit
|
commitdiff
|
tree
2010-05-31
jlaine
implement and test bulk deletion
commit
|
commitdiff
|
tree
2010-05-31
jlaine
rework ldap filtering
commit
|
commitdiff
|
tree
2010-05-31
jlaine
fix and test deletion from admin interface
commit
|
commitdiff
|
tree
2010-05-31
jlaine
fix get_count()
commit
|
commitdiff
|
tree
2010-05-31
jlaine
accept "using" keyword for get_count
commit
|
commitdiff
|
tree
2010-05-31
jlaine
test ordering
commit
|
commitdiff
|
tree
2010-05-31
jlaine
improve unit tests
commit
|
commitdiff
|
tree
2010-05-31
jlaine
fix ordering on int fields
commit
|
commitdiff
|
tree
2010-05-31
jlaine
fix ordering
commit
|
commitdiff
|
tree
2010-05-31
jlaine
test admin interface search
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add settings for testing purposes
commit
|
commitdiff
|
tree
2010-05-31
jlaine
introduce Compiler for django 1.2 compatibility
commit
|
commitdiff
|
tree
2010-05-31
jlaine
make tearDown more robust
commit
|
commitdiff
|
tree
2010-05-31
jlaine
improve unit tests
commit
|
commitdiff
|
tree
2010-05-31
jlaine
remove obsolete 'convert' function
commit
|
commitdiff
|
tree
2010-05-31
jlaine
move field conversion
commit
|
commitdiff
|
tree
2010-05-31
jlaine
start moving charset conversion to fields
commit
|
commitdiff
|
tree
2010-05-31
jlaine
improve unit tests
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add accents to tests
commit
|
commitdiff
|
tree
2010-05-31
jlaine
improve unit tests
commit
|
commitdiff
|
tree
2010-05-31
jlaine
improve admin interface tests
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add basic tests for admin interface
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add some files for testing
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add urls for testing
commit
|
commitdiff
|
tree
2010-05-31
jlaine
test photo attribute
commit
|
commitdiff
|
tree
2010-05-31
jlaine
improve test coverage
commit
|
commitdiff
|
tree
2010-05-31
jlaine
fix
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add some tests for different field types
commit
|
commitdiff
|
tree
2010-05-31
jlaine
add some FIXMEs
commit
|
commitdiff
|
tree
2010-05-31
jlaine
create / drop LDAP in tests
commit
|
commitdiff
|
tree
2010-05-24
jlaine
fix tests
commit
|
commitdiff
|
tree
2010-05-24
jlaine
delay LDAP connection establishment
commit
|
commitdiff
|
tree
2010-05-24
jlaine
declare connection features
commit
|
commitdiff
|
tree
2010-05-24
jlaine
use all object classes when performing search
commit
|
commitdiff
|
tree
next