29
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 2 years ago.
Aug 10, 2022 — Aug 10, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- add diff3 merge support. Locally modified files are merged with upstream changes if possible, and go into Conflict state if that fails. - add 'resolved' command to be used after manual merging. More... about 19 years ago
- allow 'up' of a project directory (will automatically pull in all new packages) - add NEWS file More... about 19 years ago
checkout: preserve mtime; don't read file metadata twice More... about 19 years ago
use redirector url More... about 19 years ago
changed save order when creating a new package (package first, then project)
bauersman
as Andreas Bauer
More... about 19 years ago
fix diff for last change (of course it was reverse) More... about 19 years ago
svn:ignore
bauersman
as Andreas Bauer
More... about 19 years ago
- fixed bug in exception handling - fixed deleting files
bauersman
as Andreas Bauer
More... about 19 years ago
0.3 status: - use new file metadata which provides checksum, size and mtime - don't list unmodified files - fix some conditions where status was too stupid so far update: - much faster now, since only new or changed files are downloaded - print revision number checkout: - mark project directory as such (to be used later) diff: - faster, since 'status' is faster - work against local copy checkin: - update package metadata from specfile - fix argument handling add: - ignore .osc and other files other changes: - sanitize argument handling, so most commands can work with arbitrary files/directories as arguments (work is always done per package) - add history command (doesn't seem to be working yet) - on first usage, ask for username password on first usage, and store them in .oscrc (.netrc can still be used) More... about 19 years ago
TODO changes
bauersman
as Andreas Bauer
More... about 19 years ago
ignore stuff More... about 19 years ago
forgot to save... *blushes*
bauersman
as Andreas Bauer
More... about 19 years ago
- changed source controller to use activexml - cleaned up permission module
bauersman
as Andreas Bauer
More... about 19 years ago
- frontend/webclient allows login names containing spaces (bug #154426) - fixed webclient error template
bauersman
as Andreas Bauer
More... about 19 years ago
svn:ignore change
bauersman
as Andreas Bauer
More... about 19 years ago
using ActiveXML in more parts in the frontend
bauersman
as Andreas Bauer
More... about 19 years ago
- update to rails 1.1.2 - updated engines plugin - updated active_rbac engine
bauersman
as Andreas Bauer
More... about 19 years ago
- update to rails 1.1.2
bauersman
as Andreas Bauer
More... about 19 years ago
Make it possible to link package to a different package name. More... about 19 years ago
some corrections bleeding edge functions added
Michael Schroeder
as Michael Schröder
More... about 19 years ago
Fix trigger rebuild. More... about 19 years ago
TODO updates
bauersman
as Andreas Bauer
More... about 19 years ago
Fix generation of API docs. More... about 19 years ago
- merged/adapted changes from activexml branch - projects are sorted case-insensitive on list_all and list_public pages - targets are sorted alphabetically in target combobox
bauersman
as Andreas Bauer
More... about 19 years ago
Revert disabling of Admin check. More... about 19 years ago
Fix display of packages with patches. More... about 19 years ago
Link#has_patch? now checks for existing 'patches' elements before iterating over them
bauersman
as Andreas Bauer
More... about 19 years ago
target names containing spaces are not allowed anymore
bauersman
as Andreas Bauer
More... about 19 years ago
'status': don't print unmodified files More... about 19 years ago
- make 'results' output less noisy - add parseargs() to simplify argument handling - clean up some unused code More... about 19 years ago