Форуми / Cotonti / Core Labs / Ideas / Updated PFS system

<<<12345>>>

A new version for PFS

GHengeveld
#46 27.07.2009 05:51
What about this.. it's a piece from pfs.tpl
<table class="cells">
<tr>
	<td class="coltop">{PHP.L.Delete}</td>
	<td class="coltop">{PHP.L.Edit}</td>
	<td class="coltop" colspan="2">{PHP.L.Folder}/{PHP.L.Gallery}</td>
	<td class="coltop">{PHP.L.Files}</td>
	<td class="coltop">{PHP.L.Size}</td>
	<td class="coltop">{PHP.L.Updated}</td>
	<td class="coltop">{PHP.L.Public}</td>
	<td class="coltop">{PHP.L.Description}</td>
</tr>
<!-- BEGIN: PFF_ROW -->
<tr>
	<td>[<a href="{PFF_ROW_DELETE_URL}">x</a>]</td>
	<td><a href="{PFF_ROW_EDIT_URL}">{PHP.L.Edit}</a></td>
	<td><a href="{PFF_ROW_URL}">{PFF_ROW_ICON}</a></td>
	<td><a href="{PFF_ROW_URL}">{PFF_ROW_TITLE}</a></td>
	<td style=\"text-align:right;\">{PFF_ROW_FCOUNT}</td>
	<td style=\"text-align:right;\">{PFF_ROW_FSIZE}</td>
	<td style=\"text-align:center;\">{PFF_ROW_UPDATED}</td>
	<td style=\"text-align:center;\">{PFF_ROW_ISPUBLIC}</td>
	<td>{PFF_ROW_DESC}</td>
</tr>
<!-- END: PFF_ROW -->
</table>
Trustmaster
#47 27.07.2009 15:15
What is the question about?
May the Source be with you!
GHengeveld
#48 27.07.2009 18:22
It's not a question, tensh wanted a preview.
Trustmaster
#49 27.07.2009 18:44
He-he, he wanted a screenshot/demo, I suppose :-)
May the Source be with you!
tensh
#50 27.07.2009 19:02
Ye, I guess it's a suprise :D

Відредаговано: tensh (27.07.2009 19:54, 14 років тому)
GHengeveld
#51 27.07.2009 19:22
It's not that interesting to see yet. I've kept the looks of it mostly the same. Here's what I've done so far:
- Infinite subfolders
- Physical folders
- Prep for flash uploader (using Uploadify now, SWFupload gave some issues)
- Added configuration option for enabling/disabling flash uploader and added 'Dynamic' thumbnail generation option
- Gave each PFS file its own template file (pfs.tpl, pfs.editfolder,tpl, pfs.edit.tpl, pfs.view.tpl)
- Main pfs now fully skinnable (other parts will be done soon)
- Added tag for the current path (to display "PFS / Parentfolder / Currentfolder" - each clickable)
- Now shows 'new folder' also inside a subfolder (and sets 'parent folder' option to the current folder)

TODO:
- Moving and copying of files/folders
- Drag&drop files/folders
- Fix flash uploader to write to database (now only uploads the file, doesn't add db entry)
- Incorporate SLIR in a way that it is backwards compatible with old thumbs system
- Add directory tree view
- Allow file sharing between users

Відредаговано: Koradhil (27.07.2009 19:34, 14 років тому)
tensh
#52 27.07.2009 19:54
Sounds really great :) I wish you happy and bug-free coding :)
GHengeveld
#53 27.07.2009 20:37
Thanks, I'll need it. This is really a tough nut to crack, as there's so much to take into account and it gets ever more complex.
esclkm
#54 28.07.2009 06:05
I want to see it)))
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
Lissbol
#55 28.07.2009 17:44
Sounds like a killer m8 cant wait to see it when youre done with all the coding.
LISSBOL Designs
esclkm
#56 14.08.2009 01:24
- why we need new file in root "image.php"
- what the new directory lib - I miss understand including it.
- flash upload - only uploads files but not add them in DB
- may be we have JAVA scripts for upload files?
- flash upload - skin - brrrr....(((
- Max upload files in pfs may be place it in admin area? not in config?
-I think main folder name as main folder (not root)?
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
GHengeveld
#57 14.08.2009 04:26
image.php will likely be moved elsewhere, I've discussed this with Kilandor.
The lib folder is something that was discussed and agreed upon here.
Flash uploader needs fixing, actually it might be replaced with swfupload. I was hoping some other developer would handle this task.
Kilandor
#58 14.08.2009 11:10
I'm going to be looking into it and fixing it up more don't worry esc :)
donP
#59 05.10.2009 02:36
Any news?
We all really need a real good PFS for Cotonti...
in [color=#729FCF][b]BLUES[/b][/color] I trust
pieter
#60 05.10.2009 02:45
is planned for 0.7.0
... can we help you ...

<<<12345>>>