Commit Graph

51 Commits

Author SHA1 Message Date
Ralf Becker
1ed5390669 index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
Ralf Becker
acd8659508 Popup to rename, change permissions or perview a file 2008-03-03 22:15:44 +00:00
Klaus Leithoff
0969f08ee5 Search functionality added in filemanager. For the search feature etemplate is used for the interface. The functionality is accessed via the sidebar
and start with a search for all objects that are created since the day before. This is not committed into 1.4. If you think this feature is of 
any help for 1.4 too, let us know.
2007-07-19 16:13:53 +00:00
Ralf Becker
586cf854a2 phpgw --> egw and removed some obsolete files 2005-10-14 10:41:15 +00:00
Miles Lott
03f22dfe1a Add extra test for mime-type on view/download; Switch to egw vars and constants; Cleanup formatting 2005-09-14 01:58:20 +00:00
Pim Snel
9933a9c3fa another mayor code cleanup
checked for register globals bugs
moved all unneccesary global vars to class vars
added basedir test with feedback to alert for wrong configuration
added fakedir test with feedback to alert for wrong configuration
improved homedir creation withg feedback
improved standard messages
2004-03-02 00:39:52 +00:00
Pim Snel
aad11725fc Complete restyle and almost complete rewrite of the filemanager. Please help testing there's still a lot to do but it beginning to mature ;)
When you want the old filemanager set the boolean switch "$experimental_new_code" to false in the head of index.php
See todo file for what's more to come
2003-11-22 03:05:00 +00:00
Pim Snel
6238d6506a starting the port of filemanager to the ui-bo-so infrastructure and to our template class 2003-10-24 20:33:34 +00:00
Ralf Becker
425b96d3f5 dont upcase path as it's case sensitive 2003-09-24 22:37:20 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
sim
90d7d2b3b0 Fixes a problem with file viewing using vfs_sql - where XSLT gets in the way of outputing binary data. XSLT still gets in the way of outputting binary data (grrr), but now we side-step it by using a seperate non-xslt "view.php" 2003-04-08 20:47:38 +00:00
sim
8de2a56ef9 Switch over to phpgroupware-style three-teir class system. Now all functionality is in the classes under inc, and this file just redirects to it. 2003-03-04 00:56:26 +00:00
skwashd
ab7516be43 stop prefs being wiped out ... bug #1352 2002-11-23 03:29:14 +00:00
Zone
241d87cdd1 Updates needed for phpwebhosting -> filemanager name change, some quotes fixes and some other misc. cleanup 2002-09-21 05:26:43 +00:00
skeeter
1a3b302466 GNU Patch #493. 2002-09-02 00:21:39 +00:00
Zone
fc3df2e82e Savannah Patch #370 (modified) - Fix and extend ACL - Thanks gisu 2002-06-24 03:18:59 +00:00
Zone
df07c1f406 i18n - Savannah Patches #352,#353,#358, thanks gisu 2002-06-18 06:33:44 +00:00
Zone
7fa1481838 Add dev note about index.php being depreciated 2002-02-25 05:41:22 +00:00
Zone
5d507655b0 Fix group directory creation, remove possible security problem 2002-02-25 03:24:50 +00:00
Zone
5d6721af18 PHP3 fixes 2002-02-10 04:19:43 +00:00
Zone
e38af6abb2 Convert to arrayized VFS calls, more precise output in test.php 2002-01-16 06:32:19 +00:00
seek3r
32306abaf6 some additional performance improvements, including a switch to the hooks class which I finished up 2002-01-02 14:33:05 +00:00
skeeter
75e3d98a82 Adding more functionality. 2001-12-20 02:11:29 +00:00
skeeter
cce860ee66 Hopefully I didn't screw anything up. Changed over to use GLOBALS, and alot of coding stds. Also, found a little problem with the filesize field. Trying to get the value, prior to having it filled in the database. Always returning '0'. 2001-12-10 04:04:56 +00:00
zone
5b962ced87 Nothing major. Catching up on old commits. Added a few help messages, fixed a couple quoting problems 2001-11-12 05:04:16 +00:00
zone
300ed326f3 Make sure the Execute button doesn't show up if they don't want it to 2001-08-28 07:58:06 +00:00
zone
6dbf910828 Create new files, command line, $messages, small fixes and cleanups 2001-08-28 07:54:21 +00:00
zone
02e64e4d90 GLOBAL's, base64 encoding, add default preferences if not set, add show_upload_boxes 2001-08-24 08:08:06 +00:00
zone
e8bf8cbf0c Update to accounts->membership (), a few tiny changes 2001-08-05 07:56:26 +00:00
zone
86af0afa3e Added help (w/ show_help preference), a few special character fixes, and added version to $file_attributes that should have been commited last time 2001-07-22 08:12:08 +00:00
zone
608b620212 Added journaling/versioning viewer, update button 2001-07-13 05:17:08 +00:00
zone
bb668cbdd1 Removed all SQL queries. Standardized on vfs->ls () 2001-07-10 21:38:21 +00:00
zone
eef8fcbcc0 Tiny cosmetic change 2001-07-09 05:13:07 +00:00
uid30988
4b94acadaa Correct MIME-type when viewing, add option for viewing files with unknown MIME-type as text/plain 2001-07-05 00:41:45 +00:00
uid30988
fa69a38255 Temp fix for creating home directories until we get add_user_data hook working 2001-07-04 09:02:51 +00:00
zone
f43ca240f5 Download works, click-and-view done w/ preferences 2001-06-25 21:13:18 +00:00
zone
d7d90905b0 Click and view non-relative files, work on downloading. Syncing with demo 2001-06-25 19:46:52 +00:00
zone
5901222b03 Polished off ACL support 2001-06-25 08:37:55 +00:00
zone
345eb7d14b Finished ACL (almost..), got rid of short tags 2001-06-25 07:28:51 +00:00
zone
120a6eeab1 More special character work (banned some). Replaced html_text_summary_error () with error_list () 2001-06-25 01:27:03 +00:00
zone
0a444cafcf Some mostly unsucessful work on special characters. Switched arguements to $vfs->write () 2001-06-18 21:32:01 +00:00
zone
fc7e159841 Can now edit files with any name, named variables properly when renaming (renaming files with special characters still doesn't work) 2001-06-16 04:02:30 +00:00
zone
e547ed339c Clean up / and $fakebase, and prevent uploading there 2001-06-14 21:23:05 +00:00
zone
d158c03a44 Only edit the files we selected 2001-06-14 09:30:08 +00:00
zone
95ef1ee9c5 Reversed arguments to set_attributes (). Empty files should work now 2001-06-14 08:53:03 +00:00
zone
8fe57ad75b Don't display non-existant directories in drop down list 2001-06-14 00:50:48 +00:00
zone
7951cf92f2 Fixed escaping when editing, and editing multiple files works better now 2001-06-13 23:19:13 +00:00
zone
20bf89517c Added basic ACL support (needs one last bit to be correct), $fakebase is now special, and removed checkboxes for / and $fakebase 2001-06-05 06:35:56 +00:00
zone
88054ad4d7 Create directories when necessary. is now a special directory 2001-06-03 22:40:59 +00:00
zone
17b9ea80b1 Removed nested DB queries, start on group support 2001-05-25 02:14:20 +00:00