changed: winix 'upload' function is a file manager now

we're using an jquery upload plugin
added:   Item struct has new rows: hash, hash_type, file_size, sort_index
added:   css mount parameter
         you can specify css files there, and javascript wysiwyg editors
         (ckeditor, tinymce) can make use of it
changed: post parsers can parse post variables with the same name
         (a postfix is added in such a case)
added:   common_dir parameter to the config
         this is a path to common directory (directory with common static files)
         it is needed to the 'css' mount parameter
         


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@746 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-06-24 20:53:21 +00:00
parent 1d6ff73aad
commit 06f42dd9cb
58 changed files with 2462 additions and 1685 deletions

View File

@@ -35,7 +35,11 @@ access_denied = Permission denied
access_denied_msg = We are sory but you don't have access to the page.
download = download
creating_thumb = Creating a thumbnail in progress...
cat_image_url = Image url
cat_image_thumb_url = Thumbnail url
cat_file_url = File url
create_thread_header = Create thread
form_thread_legend = Thread form
@@ -178,12 +182,32 @@ template_form_legend = Template form
template_form_info = Select a new template
template_form_from_mount_point = from the mount point
upload_header = Upload a file
upload_header = Files manager
upload_form_file = Browse for a file
upload_form_file_multi = Browse for files
upload_form_legend = Upload form
upload_content = File description
upload_submit = Upload
upload_add_files = Add files...
upload_start_upload = Start upload
upload_cancel_upload = Cancel upload
upload_delete_files = Delete all files
upload_error = Error
upload_file_too_big = File is too big
upload_file_too_small = File is too small
upload_filetype_not_allowed = Filetype not allowed
upload_max_files_exceeded = Max number of files exceeded
upload_start = Start
upload_cancel = Cancel
upload_bytes_exceed_file_size = Uploaded bytes exceed file size
upload_empty_result = Empty file upload result
upload_partial = File was only partially uploaded
upload_no_file = No File was uploaded
upload_missing_tmp_folder = Missing a temporary folder
upload_disc_failded = Failed to write file to disk
upload_extenstion_stop = File upload stopped by extension
upload_delete = Delete
who_header = Sessions
who_tab_index = Ind.
@@ -203,7 +227,7 @@ admin_nicedit_edit = Edit page (nicedit)
admin_tinymce_add = Add page (tinymce)
admin_tinymce_edit = Edit page (tinymce)
admin_rm = Remove page (rm)
admin_upload = Upload an image or file (upload)
admin_upload = File manager (upload)
login_header = Login

View File

@@ -34,7 +34,11 @@ access_denied = Brak dostępu
access_denied_msg = Przykro nam ale nie masz dostępu do tej części serwisu.
download = Ściągnij plik
creating_thumb = Przygotowywanie miniatury trwa...
cat_image_url = Adres obrazka
cat_image_thumb_url = Adres miniatury
cat_file_url = Adres pliku
create_thread_header = Załóż wątek
form_thread_legend = Wypełnij wszystkie pozycje formularza
@@ -190,12 +194,31 @@ template_form_info = Wybierz nowy szablon
template_form_from_mount_point = z punktu montowania
upload_header = Prześlij plik
upload_header = Menedżer plików
upload_form_file = Wybierz plik
upload_form_file_multi = Wybierz pliki
upload_form_legend = Formularz do wysłania pliku
upload_content = Opis pliku
upload_submit = Wyślij
upload_add_files = Dodaj pliki...
upload_start_upload = Rozpocznij wysyłanie
upload_cancel_upload = Przerwij wysyłanie
upload_delete_files = Skasuj wszystkie pliki
upload_error = Błąd
upload_file_too_big = Plik jest zbyt duży
upload_file_too_small = Plik jest zbyt mały
upload_filetype_not_allowed = Nieobsługiwany rodzaj pliku
upload_max_files_exceeded = Przekroczono dopuszczalną ilość plików
upload_start = Wyślij
upload_cancel = Przerwij
upload_bytes_exceed_file_size = Wysłana ilość bajtów przekracza rozmiar pliku
upload_empty_result = Otrzymano pusty wynik
upload_partial = Plik został jedynie częściowo przesłany
upload_no_file = Żaden plik nie został wysłany
upload_missing_tmp_folder = Brakuje katalogu tymczasowego
upload_disc_failded = Błąd zapisu pliku na dysk
upload_extenstion_stop = Wysyłanie pliku zatrzymane przez jakiś plugin
upload_delete = Usuń
who_header = Lista sesji
@@ -216,7 +239,7 @@ admin_nicedit_edit = Edytuj stronę (nicedit)
admin_tinymce_add = Dodaj stronę (tinymce)
admin_tinymce_edit = Edytuj stronę (tinymce)
admin_rm = Usuń stronę (rm)
admin_upload = Wyślij zdjęcie lub plik (upload)
admin_upload = Menedżer plików (upload)
login_header = Logowanie