|
|
|
@147
|
4 years |
lele |
Better caching scheme
This is a dual-headed optimization. the starting …
|
|
|
|
@146
|
4 years |
lele |
Fix a speed regression on 0.11.x
|
|
|
|
@145
|
4 years |
lele |
Complete the fix for #22
Browsing a set of changes at the root of the …
|
|
|
|
@144
|
4 years |
lele |
Show a link to the same changeset in other repositories
|
|
|
|
@140
|
4 years |
lele |
Fix the condition
|
|
|
|
@138
|
4 years |
lele |
Filter by repo_id even when searching by hash
|
|
|
|
@137
|
4 years |
lele |
Avoid imports clash by moving utility functions out of Repository.py
|
|
|
|
@136
|
4 years |
lele |
Backward compatibility
|
|
|
|
@134
|
4 years |
lele |
Cache file content size, as suggested by cboos
|
|
|
|
@132
|
4 years |
lele |
Fix conflicts with Daniele's work
|
|
|
|
@131
|
5 years |
daniele |
Implement multiple repository support into a single trac instance
|
|
|
|
@126
|
4 years |
lele |
Change source encoding from iso-8859-1 to utf-8
|
|
|
|
@123
|
5 years |
lele |
Try harder to avoid XML errors on invalid chars
There is now a new option, …
|
|
|
|
@121
|
5 years |
lele |
Show and recognize hashnames stripped of the ending .gz
Under some …
|
|
|
|
@120
|
5 years |
lele |
Added the IWikiSyntaxProvider to the DarcsConnector
This allows the …
|
|
|
|
@118
|
5 years |
lele |
Show the hash name of the darcs changeset
|
|
|
|
@112
|
5 years |
lele |
Added annotate support
|
|
|
|
@110
|
5 years |
lele |
Reintegrated support for the 0.10 series
|
|
|
|
@109
|
5 years |
lele |
Indentation
|
|
|
|
@107
|
5 years |
lele |
Renewed the copyright on all the sources
|
|
|
|
@106
|
5 years |
lele |
Moved module doc before the imports, some reordering on those
|
|
|
|
@104
|
5 years |
lele |
Fix ticket #19: better use of standard Trac tables
Instead of duplicating …
|
|
|
|
@102
|
5 years |
lele |
Use trac datetime utils to deal with timestamps
|
|
|
|
@88
|
5 years |
lele |
Whitespace-geddon -- sorry, my eyes asked loudly
Normalized the …
|
|
|
|
@79
|
5 years |
zooko |
handle ill-formed revision by raising TracError?
I put "rfc2616" in a …
|
|
|
|
@78
|
5 years |
dogmat |
Convert datetime to float for Trac 0.10x
Trac 0.10x uses float type to …
|
|
|
|
@75
|
5 years |
lele |
Remove the commit on caching contents
There's no need to commit there, as …
|
|
|
|
@73
|
5 years |
lele |
Don't perform a sync at init time, trac will do it when needed
|
|
|
|
@72
|
5 years |
lele |
Modernize access to the options
|
|
|
|
@70
|
5 years |
lele |
Remove the ugly hack, properly catch the exception
Sometime the sqlite …
|
|
|
|
@69
|
5 years |
lele |
Bring the log to the DarcsNode?
|
|
|
|
@68
|
5 years |
lele |
Reintroduce the possibility of customizing the darcs binary
|
|
|
|
@67
|
6 years |
lele |
Backward compatibility: datetime.strptime was introduced by Python 2.5
|
|
|
|
@66
|
6 years |
erik.swanson |
Fix ticket #22
|
|
|
|
@64
|
6 years |
lele |
... and some other whitespace
|
|
|
|
@63
|
6 years |
lele |
Fixed another conflict
|
|
|
|
@62
|
6 years |
lele |
Whitespace and indentation fixes
|
|
|
|
@61
|
6 years |
lele |
Fix conflicts
|
|
|
|
@60
|
6 years |
paul |
Abstracted out construction of UTC datetime since it's now used twice; …
|
|
|
|
@59
|
6 years |
paul |
Removed silly external dependency on pytz.
|
|
|
|
@58
|
6 years |
paul |
Now repaired to be actual valid SQL92 and tested with both SQLite and …
|
|
|
|
@57
|
6 years |
paul |
Now works for me with MySQL!
|
|
|
|
@55
|
6 years |
zooko |
update sync() (in a backwards-compatible way) to the latest trac api.py
|
|
|
|
@54
|
6 years |
zooko |
fix a missing import (thanks to pyflakes for noticing)
|
|
|
|
@53
|
6 years |
mithrandi |
Use datetime instead of int for changeset timestamp.
|
|
|
|
@51
|
6 years |
jgoerzen |
Comment out isolation_level for Postgresql
It causes exceptions there
|
|
|
|
@48
|
6 years |
jgoerzen |
SQL compatibility fix: change GLOB to LIKE
Note that neither one is really …
|
|
|
|
@40
|
7 years |
sreeram |
Now using a darcs diff based hack for getting file contents, using the …
|
|
|
|
@37
|
7 years |
lele |
Implement DarcsRepository?.sync() called by trac-admin resync
|
|
|
|
@36
|
7 years |
sreeram |
changed all files to unix line endings, and added license header to py …
|
|
|
|
@34
|
7 years |
sreeram |
Added caching of file content
|
|
|
|
@33
|
7 years |
sreeram |
Added a whole bunch of docstrings and comments
|
|
|
|
@32
|
7 years |
sreeram |
timezone fix in changesparser.py, and used simpler query in …
|
|
|
|
@31
|
7 years |
sreeram |
Added implementations of Repository.get_path_history and .get_changes
|
|
|
|
@30
|
7 years |
sreeram |
in repository.py, fixed bug in root node history, and fixed bug in initing …
|
|
|
|
@28
|
7 years |
sreeram |
fixed typo bug in updatedb.py, treat CHANGE_MOVED_EDITED as just moved …
|
|
|
|
@27
|
7 years |
sreeram |
Major rehaul of the code
- uses separate db tables
- uses ann2ascii for …
|