1 cset was pushed to modules/uploads_guimods: vdir_get_file_path.php: new filevdir_ge...
rabbitt-111RdWWlOxkOkXtL6OYfHgC/[email protected] (Carl P. Corliss)
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Changes were applied by ccorliss to modules/uploads_guimods level 25.
The following cset was applied:
ChangeSet
1.376 05/01/29 16:45:26 ccorliss-tp0iMJ/[email protected] +11 -0
vdir_get_file_path.php:
new file
vdir_get_dir_contents.php:
* refactored to return the files in a manner that get_file_list can deal with
get_file_list.php:
* preliminary working version - grabs the contents of a directory based on the path
- if the path is a virtual directory and not a mount point it grabs the file entries from the db
- otherwise, it grabs the file entries from the filesystem (well, this is a rather simplistic view of it)
fs_get_dir_contents.php:
* preliminary stab at grabbing directory contents for a mount point
TODO:
- take files that already have entries in the db for this mounted directory into account
- move the mount points logic into mount_* functions
encode_shorturl.php:
function rename
db_get_file.php:
* adjustments to deal with mounts
db_add_association.php:
* var renaming
xaruserapi.php:
* added some constants back that I lost when I accidentally erased a few files... (doh!)
file_browser.php:
* browser now displays files in the selected folder
user-file_browser.xd:
* a few changes to get browsing working with directories and files showing up correctly
0.9.8.php:
* trusted directory no longer exists. This concept has morphed into 'mounted paths'
xaruserapi/vdir_get_file_path.php
1.1 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +32 -0
xaruserapi/vdir_get_file_path.php
1.0 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +0 -0
BitKeeper file /work/projects/xaraya/modules/uploads_guimods/xaruserapi/vdir_get_file_path.php
xaruserapi/vdir_get_dir_contents.php
1.3 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +21 -3
* refactored to return the files in a manner that get_file_list can deal with
xaruserapi/get_file_list.php
1.3 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +18 -31
* preliminary working version - grabs the contents of a directory based on the path
- if the path is a virtual directory and not a mount point it grabs the file entries from the db
- otherwise, it grabs the file entries from the filesystem (well, this is a rather simplistic view of it)
xaruserapi/fs_get_dir_contents.php
1.3 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +124 -2
* preliminary stab at grabbing directory contents for a mount point
TODO:
- take files that already have entries in the db for this mounted directory into account
- move the mount points logic into mount_* functions
xaruserapi/encode_shorturl.php
1.5 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +2 -2
function rename
xaruserapi/db_get_file.php
1.23 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +16 -5
* adjustments to deal with mounts
xaruserapi/db_add_association.php
1.12 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +13 -13
* var renaming
xaruserapi.php
1.34 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +6 -0
* added some constants back that I lost when I accidentally erased a few files... (doh!)
xaruser/file_browser.php
1.5 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +3 -2
* browser now displays files in the selected folder
xartemplates/user-file_browser.xd
1.4 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +12 -25
* a few changes to get browsing working with directories and files showing up correctly
upgrades/0.9.8.php
1.4 05/01/29 16:45:20 ccorliss-tp0iMJ/[email protected] +34 -15
* trusted directory no longer exists. This concept has morphed into 'mounted paths'
Links for the differences:
http://xaraya.com:15000/modules/uploads_guimods/[email protected]