Omnimaga

General Discussion => Technology and Development => Computer Projects and Ideas => Topic started by: Deep Toaster on August 11, 2011, 12:00:20 am

Title: Phinder: yet another PHP/AJAX file manager
Post by: Deep Toaster on August 11, 2011, 12:00:20 am
Another side web project of mine:

Phinder (live demo at http://p.clrhome.org/demo/ (http://p.clrhome.org/demo/); log in as either guest/guest or admin/admin to try it out)
(http://img.removedfromgame.com/imgs/f.png)
Navigate the file system with either your keyboard or your mouse (Ctrl/Cmd+Up/Down to open a folder/go up a folder, and arrow keys to select), and it lists files in Details format.

So far it's not much more than a file list, but here are some features:
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Juju on August 11, 2011, 12:49:50 am
Cool :D
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Deep Toaster on December 26, 2011, 03:09:30 pm
Updated: Downloading, (drag-and-drop) uploading, renaming, multiple-file selection, creating folders, and other stuff to make it a completely usable alpha!
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: flyingfisch on December 26, 2011, 03:57:23 pm
Cool! I think I'll try installing it soon. Is there a README/setup instructions file somewhere?
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Deep Toaster on December 26, 2011, 05:46:24 pm
Yep, right here: https://sourceforge.net/projects/phinder/files/
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: flyingfisch on December 26, 2011, 05:53:04 pm
Ooh cool! Thx :)

EDIT:

I'm evil >:D
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Juju on December 26, 2011, 07:58:05 pm
Oh nice, a usable alpha :3

That would replace that default Apache directory listing.
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Deep Toaster on December 29, 2011, 12:02:11 am
UPDATE: Added type-to-search (just type in the browser window and Phinder will jump to the first matching item), automatic scrolling, some fixes/features for Firefox, fixes for IE8 compatibility, and a hash in the URL. That last one means you can go straight to the folders you want to work with, and even bookmark them.
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: flyingfisch on December 29, 2011, 10:42:09 am
The places pane doesn't work in FF8 :/
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Munchor on December 29, 2011, 10:59:23 am
1. Open folder "not to bad";
2. "New Folder" button;

What happened?
New folder was created, but it automatically focused it to edit the name "spyro was here folder".

What should happen?
New folder is created, and it automatically focus to edit the name of the new foledr.
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: flyingfisch on December 29, 2011, 11:10:43 am
A suggestion:

When renaming a folder, could we have a blinking cursor?
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Deep Toaster on December 29, 2011, 11:24:33 am
The places pane doesn't work in FF8 :/
It doesn't work for anyone yet. It doesn't do anything.
1. Open folder "not to bad";
2. "New Folder" button;

What happened?
New folder was created, but it automatically focused it to edit the name "spyro was here folder".

What should happen?
New folder is created, and it automatically focus to edit the name of the new foledr.
Yeah, that was a mistake.
When renaming a folder, could we have a blinking cursor?
It should be blinking, but something breaks inside Firefox.

EDIT: So no one's tried uploading anything yet? :)
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Deep Toaster on January 01, 2012, 05:05:59 pm
Bug fixed, and the current folder name is now in the title so you can navigate pages (back/forward).
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Sorunome on February 22, 2013, 02:23:12 am
Demo link redirects to 000webhost D:
Title: Re: Phinder: yet another PHP/AJAX file manager
Post by: Deep Toaster on March 11, 2013, 08:20:13 pm
Yeah, I need to fix that someday. I'm planning to change the entire project though (so it's not a blatant ripoff of the Mac UI).