summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings/manage_folders.inc
AgeCommit message (Collapse)Author
2009-03-28Implemented using a single image to display all icons via CSS positioning of ↵Nathan Kinkade
the image in a div.
2009-01-23- Fixed creation of folders with '&' sign in name (reverted r1357)alec
git-svn-id: https://svn.roundcube.net/trunk@2256 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-18#1485567: fix virtual folders namesalec
git-svn-id: https://svn.roundcube.net/trunk@2175 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-09#1485439: style fixes for IE6,7alec
git-svn-id: https://svn.roundcube.net/trunk@2138 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-15- Add feedback and set busy when moving folder (#1485497)alec
git-svn-id: https://svn.roundcube.net/trunk@1982 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- don't set border=0 for images (use css for that)alec
git-svn-id: https://svn.roundcube.net/trunk@1967 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-24#1485405: typoalec
git-svn-id: https://svn.roundcube.net/trunk@1887 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-17- Display progress message for folders create/delete/rename operations ↵alec
(#1485357) git-svn-id: https://svn.roundcube.net/trunk@1809 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Insert virtual folders in subscription list (#1484779) + code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1765 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Disallowed delimiter in folder name (#1484803)alec
git-svn-id: https://svn.roundcube.net/trunk@1455 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Support for subfolders in default/protected folders (#1484665)alec
git-svn-id: https://svn.roundcube.net/trunk@1453 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-21-localized pagetitle in Settings and Address bookalec
-removed useless and not working code git-svn-id: https://svn.roundcube.net/trunk@1412 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-05- Fix management of folders with national characters in names (#1485036, ↵alec
#1485001) git-svn-id: https://svn.roundcube.net/trunk@1357 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16- last change fixalec
git-svn-id: https://svn.roundcube.net/trunk@1319 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16- fixed folders management after r1291alec
git-svn-id: https://svn.roundcube.net/trunk@1318 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-02#1484681alec
git-svn-id: https://svn.roundcube.net/trunk@1238 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-29Applied patch #1484812 for localizing folder namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1159 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-12Show message count in folder list and hint when creating a subfolderthomasb
git-svn-id: https://svn.roundcube.net/trunk@1052 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* fixed another instance of preg_quote() (thanks Sean N. Heukels)till
git-svn-id: https://svn.roundcube.net/trunk@999 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* fixed #1484738till
git-svn-id: https://svn.roundcube.net/trunk@993 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-19- Enable single-selection toggling in JS list objectrobin
- Use row id's instead of folder names in folder renaming/moving - Fix some smaller errors in folder renaming/moving git-svn-id: https://svn.roundcube.net/trunk@887 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-15After renaming/moving a folder, rename/move the children as well.robin
git-svn-id: https://svn.roundcube.net/trunk@868 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-15When a parent folder is deleted, delete the children immediately, instead of ↵robin
one-by-one as r833 did. git-svn-id: https://svn.roundcube.net/trunk@866 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-04Use object method to get imap hierarchy delimiterthomasb
git-svn-id: https://svn.roundcube.net/trunk@857 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-26Set default IMAP folder delimiter; make sure is not emptythomasb
git-svn-id: https://svn.roundcube.net/trunk@824 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-26Fix folder-management when delimiter is empty (re-closes #1457344).robin
git-svn-id: https://svn.roundcube.net/trunk@821 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-25Create new folder as child of selected folder.robin
git-svn-id: https://svn.roundcube.net/trunk@813 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-25Enable drag-/dropping of folders to a new parent folder, closes #1457344.robin
git-svn-id: https://svn.roundcube.net/trunk@811 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@668 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-18Use HTTP-POST requests for actions that change application statethomasb
git-svn-id: https://svn.roundcube.net/trunk@573 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-21Fix folder deleting.robin
git-svn-id: https://svn.roundcube.net/trunk@487 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-16Better input checking on GET and POST varsthomasb
git-svn-id: https://svn.roundcube.net/trunk@483 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-20New (strict) quoting for all kind of stringsthomasb
git-svn-id: https://svn.roundcube.net/trunk@419 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-01Fixed folder name encoding in subscription list (Bug #1484113)thomasb
git-svn-id: https://svn.roundcube.net/trunk@386 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-11-21- Add missing nl_NL translationsrobin
- Translate foldernames in folder form (closes #1484113) git-svn-id: https://svn.roundcube.net/trunk@378 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-07Some bugfixes and session expiration stuffthomasb
git-svn-id: https://svn.roundcube.net/trunk@338 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-11More encoding issues; enhanced debugging functionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@314 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-10Fixed charset problems with folder renamingthomasb
git-svn-id: https://svn.roundcube.net/trunk@305 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-07-30Fixed folder renaming; added confirmation after deleting a folderthomasb
git-svn-id: https://svn.roundcube.net/trunk@285 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-07-25Several bugfixes and improvements. See CHANGELOG for detailsthomasb
git-svn-id: https://svn.roundcube.net/trunk@282 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-06-29Removeable attachments, Auto-default folder creation, bug fixesrichs
git-svn-id: https://svn.roundcube.net/trunk@269 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-06-27Renameable folders, mail-checking changes, other fixes (richs)richs
git-svn-id: https://svn.roundcube.net/trunk@267 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-03-03Improved reading of POST and GET valuesroundcube
git-svn-id: https://svn.roundcube.net/trunk@159 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-02-20Fixed some charset bugsroundcube
git-svn-id: https://svn.roundcube.net/trunk@147 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-01-13Switched to full UTF-8 supportroundcube
git-svn-id: https://svn.roundcube.net/trunk@102 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-01-13Switched to full UTF-8 supportroundcube
git-svn-id: https://svn.roundcube.net/trunk@101 208e9e7b-5314-0410-a742-e7e81cd9613c