1 cset was pushed to modules/uploads_guimods: lots of changes mostly dealing with virt...
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.368 05/01/18 20:55:23 ccorliss-tp0iMJ/[email protected] +12 -0
lots of changes mostly dealing with virtual directory support
xaruserapi/vdir_path_encode.php
1.1 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +40 -0
xaruserapi/vdir_path_decode.php
1.1 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +66 -0
xaruserapi/vdir_get_filepath.php
1.1 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +32 -0
xaruserapi/vdir_path_encode.php
1.0 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +0 -0
BitKeeper file /work/projects/xaraya/modules/uploads_guimods/xaruserapi/vdir_path_encode.php
xaruserapi/vdir_path_decode.php
1.0 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +0 -0
BitKeeper file /work/projects/xaraya/modules/uploads_guimods/xaruserapi/vdir_path_decode.php
xaruserapi/vdir_list.php
1.3 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +16 -9
Removed parent/current dir from list and seperated them into seperate vars in the returned array
TODO: rethink grabbing those in this function - might be better in the browser function
xaruserapi/vdir_get_filepath.php
1.0 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +0 -0
BitKeeper file /work/projects/xaraya/modules/uploads_guimods/xaruserapi/vdir_get_filepath.php
xaruserapi/encode_shorturl.php
1.3 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +31 -24
URLS are now decoded like so:
opens a browsing window to a directory: index.php/uploads/fsroot/Public Files/Some/Directory
downloads a file: index.php/uploads/fsroot/Public Files/My Kewl Document.pdf
xaruserapi/decode_shorturl.php
1.5 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +43 -18
URLS are now decoded like so:
opens a browsing window to a directory: index.php/uploads/fsroot/Public Files/Some/Directory
downloads a file: index.php/uploads/fsroot/Public Files/My Kewl Document.pdf
FIXME: Add backwards compatability for old style shorturls
xaruserapi/db_get_file.php
1.20 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +7 -17
changes to returned array structure (old style is deprecated but still available)
changes to make hardcoded paths go away :-)
xaruserapi/db_get_associations.php
1.8 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +44 -39
now that we're actually using this function, needed to clean it up a bit
Mostly just parameter/var renaming to fit in better with current nomenclature
xaruserapi.php
1.32 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +45 -38
cleanup the constants and added a few for vdir stuff
xaruser/file_browser.php
1.3 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +11 -5
just testing stuff - only pushing this because I don't want to lose work if something bad happens to me little computer...
xaruser/download.php
1.22 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +16 -15
changes to work with newer array structure
xartemplates/user-file_browser.xd
1.2 05/01/18 20:55:22 ccorliss-tp0iMJ/[email protected] +18 -8
this is just a test template - not a real one (yet!)
Links for the differences:
http://xaraya.com:15000/modules/uploads_guimods/[email protected]