12 csets were pushed to modules/bkview: Flags and first method, statsview screen...
marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] (Marcel van der Boom) Wed, 29 Jun 2005 11:49:04 +0000 (GMT)
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Changes were applied by marcel to modules/bkview level 20.
The following csets were applied:
ChangeSet
1.405 05/06/29 13:47:53 [email protected] +4 -0
Flags and first method, statsview screen appeared.
xaruserapi.php
1.3 05/06/29 13:47:53 [email protected] +4 -0
add the generic flags
xaruser/csetview.php
1.26 05/06/29 13:47:53 [email protected] +2 -2
- replace with generic class and generic flags
xarincludes/mt/mtrepo.class.php
1.3 05/06/29 13:47:53 [email protected] +22 -2
- add the beginnings of implementing the class methods for mt repositories
xarincludes/bk/bkrepo.class.php
1.29 05/06/29 13:47:53 [email protected] +4 -45
- change flags to be generic
- move generic methods to the generic class
ChangeSet
1.404 05/06/29 12:56:42 [email protected] +7 -0
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xaruserapi/get.php
1.13 05/06/29 12:56:41 [email protected] +2 -1
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xaruser/display.php
1.25 05/06/29 12:56:41 [email protected] +1 -1
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xarincludes/scmrepo.class.php
1.4 05/06/29 12:56:41 [email protected] +51 -1
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xarincludes/mt/mtrepo.class.php
1.2 05/06/29 12:56:41 [email protected] +87 -0
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xarincludes/bk/bkrepo.class.php
1.28 05/06/29 12:56:41 [email protected] +0 -1
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xaradmin/update.php
1.9 05/06/29 12:56:41 [email protected] +0 -7
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xaradmin/modify.php
1.11 05/06/29 12:56:41 [email protected] +11 -16
checkpoint commit, first screen shows up, FAR FROM COMPLETE
xarincludes/mt/mtrepo.class.php
1.1 05/06/28 20:53:57 [email protected] +9 -0
xarincludes/mt/mtfile.class.php
1.1 05/06/28 20:53:57 [email protected] +0 -0
xarincludes/mt/mtdelta.class.php
1.1 05/06/28 20:53:57 [email protected] +0 -0
xarincludes/mt/mtcset.class.php
1.1 05/06/28 20:53:57 [email protected] +0 -0
xarincludes/mt/mt.class.php
1.1 05/06/28 20:53:57 [email protected] +15 -0
ChangeSet
1.403 05/06/28 20:53:57 [email protected] +17 -0
Adding just enough to not bork out completely when adding a monotone repository
xaruserapi/getall.php
1.9 05/06/28 20:53:57 [email protected] +2 -0
- also return the new fields in the getall
xaruserapi/get.php
1.12 05/06/28 20:53:57 [email protected] +10 -9
- add the new fields to the get api function, so they return
xartemplates/includes/mt-form.xd
1.12 05/06/28 20:53:57 [email protected] +35 -41
- sync the modify and new functionality template wise
xartemplates/includes/bk-form.xd
1.11 05/06/28 20:53:57 [email protected] +19 -26
- sync the modify and new functionality template wise
xartemplates/admin-view.xd
1.14 05/06/28 20:53:57 [email protected] +17 -7
- add the new fields to the view screen
xartemplates/admin-new.xd
1.9 05/06/28 20:53:57 [email protected] +23 -12
- sync the modify and new functionality template wise
xartemplates/admin-modify.xd
1.7 05/06/28 20:53:57 [email protected] +14 -3
- sync the modify and new functionality template wise
xarincludes/scmrepo.class.php
1.3 05/06/28 20:53:57 [email protected] +10 -0
- map class function to map type id's to prefixes
xarincludes/mt/mtrepo.class.php
1.0 05/06/28 20:53:57 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/mt/mtrepo.class.php
xarincludes/mt/mtfile.class.php
1.0 05/06/28 20:53:57 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/mt/mtfile.class.php
xarincludes/mt/mtdelta.class.php
1.0 05/06/28 20:53:57 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/mt/mtdelta.class.php
xarincludes/mt/mtcset.class.php
1.0 05/06/28 20:53:57 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/mt/mtcset.class.php
xarincludes/mt/mt.class.php
1.0 05/06/28 20:53:57 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/mt/mt.class.php
xaradminapi/create.php
1.10 05/06/28 20:53:57 [email protected] +4 -6
- dont check the repopath for a while, so testing is a bit easier
xaradmin/new.php
1.9 05/06/28 20:53:57 [email protected] +4 -2
use api function directly, we're lazy
xaradmin/modify.php
1.10 05/06/28 20:53:57 [email protected] +2 -0
adding the new fields to relevant files
xaradmin/create.php
1.10 05/06/28 20:53:57 [email protected] +4 -3
adding the new fields to relevant files
ChangeSet
1.402 05/06/28 19:41:05 [email protected] +8 -0
- checkpoint commit: new repo with new forms works
- upgrade bkview to 2.0.0, bump major as we changed database definition
- first start of admin section to support adding monotone repositories
xartemplates/includes/repotype-form.xd
1.1 05/06/28 19:41:04 [email protected] +35 -0
xarversion.php
1.9 05/06/28 19:41:04 [email protected] +1 -1
bump version
xartemplates/includes/repotype-form.xd
1.0 05/06/28 19:41:04 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xartemplates/includes/repotype-form.xd
xartemplates/includes/mt-form.xd
1.11 05/06/28 19:41:04 [email protected] +42 -34
mt specific configuration
xartemplates/includes/bk-form.xd
1.10 05/06/28 19:41:04 [email protected] +27 -34
bk specific configuration
xartemplates/admin-new.xd
1.8 05/06/28 19:41:04 [email protected] +13 -10
- checkpoint commit: new repo with new forms works
xarinit.php
1.13 05/06/28 19:41:04 [email protected] +27 -19
Upgrade bkview to version 2.0, add two fields for the type and lod. While we're in there, use datadict instead of tableDDL
xaradmin/new.php
1.8 05/06/28 19:41:04 [email protected] +47 -8
- checkpoint commit: new repo with new forms works
xaradmin/create.php
1.9 05/06/28 19:41:04 [email protected] +3 -1
- checkpoint commit: new repo with new forms works
xartemplates/includes/mt-form.xd
1.10 05/06/28 16:58:21 [email protected] +0 -0
bk cp bk-form.xd mt-form.xd
xartemplates/includes/bk-form.xd
1.9 05/06/28 16:58:12 [email protected] +0 -0
Rename: xartemplates/includes/repo-form.xd -> xartemplates/includes/bk-form.xd
xartemplates/includes/bk-form.xd
1.9 05/06/28 16:58:12 [email protected] +0 -0
Rename: xartemplates/includes/repo-form.xd -> xartemplates/includes/bk-form.xd
ChangeSet
1.401 05/06/28 15:58:17 [email protected] +8 -0
further method generalizing
xaruser/relatedview.php
1.23 05/06/28 15:58:16 [email protected] +1 -1
further method generalizing
xaruser/patchview.php
1.21 05/06/28 15:58:16 [email protected] +2 -2
further method generalizing
xaruser/historyview.php
1.19 05/06/28 15:58:16 [email protected] +2 -2
further method generalizing
xaruser/deltaview.php
1.28 05/06/28 15:58:16 [email protected] +1 -1
further method generalizing
xaruser/annotateview.php
1.15 05/06/28 15:58:16 [email protected] +1 -1
further method generalizing
xarincludes/bk/bkrepo.class.php
1.27 05/06/28 15:58:16 [email protected] +1 -1
further method generalizing
xarincludes/bk/bkfile.class.php
1.12 05/06/28 15:58:16 [email protected] +4 -4
further method generalizing
xarincludes/bk/bkdelta.class.php
1.10 05/06/28 15:58:16 [email protected] +2 -2
further method generalizing
ChangeSet
1.400 05/06/28 15:35:20 [email protected] +1 -0
method renaming for cset class
xarincludes/bk/bkcset.class.php
1.11 05/06/28 15:35:20 [email protected] +8 -8
method renaming for cset class
ChangeSet
1.399 05/06/28 15:32:29 [email protected] +8 -0
methods bk* renaming, completing the repo class
xaruserapi/search.php
1.10 05/06/28 15:32:28 [email protected] +1 -1
methods bk* renaming
xaruser/relatedview.php
1.22 05/06/28 15:32:28 [email protected] +1 -1
methods bk* renaming
xaruser/graphproducer.php
1.7 05/06/28 15:32:28 [email protected] +1 -1
methods bk* renaming
xaruser/display.php
1.24 05/06/28 15:32:28 [email protected] +2 -2
methods bk* renaming
xaruser/csetview.php
1.25 05/06/28 15:32:28 [email protected] +2 -2
methods bk* renaming
xaruser/browseview.php
1.21 05/06/28 15:32:28 [email protected] +2 -2
methods bk* renaming
xarincludes/bk/bkrepo.class.php
1.26 05/06/28 15:32:28 [email protected] +14 -14
methods bk* renaming
xarincludes/bk/bkfile.class.php
1.11 05/06/28 15:32:28 [email protected] +3 -3
methods bk* renaming
ChangeSet
1.398 05/06/28 15:19:53 [email protected] +4 -0
method bkGetStats -> GetStats
xaruserapi/getstats.php
1.6 05/06/28 15:19:52 [email protected] +1 -1
making method inheritable
xaruser/statsview.php
1.19 05/06/28 15:19:52 [email protected] +1 -1
making method inheritable
xaruser/display.php
1.23 05/06/28 15:19:52 [email protected] +1 -1
making method inheritable
xarincludes/bk/bkrepo.class.php
1.25 05/06/28 15:19:52 [email protected] +1 -1
making method inheritable
ChangeSet
1.397 05/06/27 21:38:00 [email protected] +3 -0
Construct repository objects through a trivial factory class
xaruserapi/get.php
1.11 05/06/27 21:38:00 [email protected] +2 -2
use the factory class to construct a repository object
xarincludes/scmrepo.class.php
1.2 05/06/27 21:38:00 [email protected] +10 -0
trivial factory class for now to construct the repository object.
xaradmin/detectrepos.php
1.4 05/06/27 21:38:00 [email protected] +2 -2
- use the factory class to construct the repository object
ChangeSet
1.396 05/06/27 21:11:02 [email protected] +8 -0
- include base classes and derive from it
xarincludes/scmrepo.class.php
1.1 05/06/27 21:11:01 [email protected] +7 -0
xarincludes/scmfile.class.php
1.1 05/06/27 21:11:01 [email protected] +7 -0
xarincludes/scmdelta.class.php
1.1 05/06/27 21:11:01 [email protected] +7 -0
xarincludes/scmcset.class.php
1.1 05/06/27 21:11:01 [email protected] +7 -0
xarincludes/scmrepo.class.php
1.0 05/06/27 21:11:01 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/scmrepo.class.php
xarincludes/scmfile.class.php
1.0 05/06/27 21:11:01 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/scmfile.class.php
xarincludes/scmdelta.class.php
1.0 05/06/27 21:11:01 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/scmdelta.class.php
xarincludes/scmcset.class.php
1.0 05/06/27 21:11:01 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/bkview/xarincludes/scmcset.class.php
xarincludes/bk/bkrepo.class.php
1.24 05/06/27 21:11:01 [email protected] +2 -1
- include base class an let derive from it
xarincludes/bk/bkfile.class.php
1.10 05/06/27 21:11:01 [email protected] +2 -1
- include base class an let derive from it
xarincludes/bk/bkdelta.class.php
1.9 05/06/27 21:11:01 [email protected] +2 -1
- include base class an let derive from it
xarincludes/bk/bkcset.class.php
1.10 05/06/27 21:11:01 [email protected] +2 -1
- include base class
ChangeSet
1.395 05/06/27 20:52:38 [email protected] +2 -0
-Move the bkAgeToRangeCode to the class as a class method. It isnt used, but lets keep it around for a bit.
xarincludes/bk/bkrepo.class.php
1.23 05/06/27 20:52:38 [email protected] +41 -0
-Move the bkAgeToRangeCode to the class as a class method
xarincludes/bk/bk.class.php
1.52 05/06/27 20:52:38 [email protected] +0 -43
-Move the bkAgeToRangeCode to the class as a class method
ChangeSet
1.394 05/06/27 20:49:56 [email protected] +4 -0
Move bkRangetoText to bk class as a class method
xaruser/display.php
1.22 05/06/27 20:49:55 [email protected] +1 -1
call the class method
xaruser/csetview.php
1.24 05/06/27 20:49:55 [email protected] +1 -1
call the class method
xarincludes/bk/bkrepo.class.php
1.22 05/06/27 20:49:55 [email protected] +49 -0
- move the bkRangeToText to the bk class
xarincludes/bk/bk.class.php
1.51 05/06/27 20:49:55 [email protected] +0 -47
- move the bkRangeToText method in as a class method
xartemplates/includes/repo-form.xd
1.8 05/06/17 17:01:37 [email protected] +3 -1
handle hooks as array
xartemplates/includes/repo-form.xd
1.7 04/12/25 09:41:41 [email protected] +2 -2
Changes brought to the attention by bk xmlparse
xartemplates/includes/repo-form.xd
1.6 04/11/24 08:30:15 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
mvdir
bkview/xartemplates/includes/repo-form.xd
1.5 03/08/09 05:41:23 [email protected] +4 -1
placement below is a bit better
bkview/xartemplates/includes/repo-form.xd
1.4 03/07/19 18:32:25 [email protected] +0 -0
mvdir
html/modules/bkview/xartemplates/includes/repo-form.xd
1.3 03/06/22 19:03:36 [email protected] +0 -0
mvdir
xartemplates/includes/mt-form.xd
1.2 03/02/05 04:33:23 [email protected] +25 -14
Converted template to make more theme agnostic
xartemplates/includes/mt-form.xd
1.1 02/12/21 13:36:10 [email protected] +20 -0
xartemplates/includes/mt-form.xd
1.0 02/12/21 13:36:10 [email protected] +0 -0
BitKeeper file /var/www/xar/modwork/bkview/xartemplates/includes/repo-form.xd
Links for the differences:
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]
http://xaraya.com:15000/modules/bkview/[email protected]