Commit Graph

238 Commits (master)

Author SHA1 Message Date
Thomas Bruederli ae4bad986b Get language code from filename if not specified in the .po file itself (#1488478) 12 years ago
alecpl 0c259682f6 - Merge devel-framework branch, resolved conflicts 12 years ago
thomascube a0be7a0985 Map new Persian (Farsi) lang code 12 years ago
thomascube 54d074613f Copy all skins in installto script (#1488376) 12 years ago
thomascube 15dfdbe54e Fix language code maps 12 years ago
thomascube 7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 13 years ago
thomascube c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 13 years ago
alecpl 1c4f23d6e5 - Exclude MIME functionality from rcube_imap class into rcube_mime class 13 years ago
thomascube 19145d5de4 Also read both variables in en_US template 13 years ago
thomascube c5329337b7 Fix gettext export for launchpad 13 years ago
thomascube 6a41bef07d Fix gettext importer to correctly convert launchpad .po files 13 years ago
thomascube 5b5ed46815 Fix export of multiline texts 13 years ago
thomascube c7dcb30025 More from Larry... 13 years ago
thomascube 7d84ff643a Improve gettext exporter to correctly convert a single directory 13 years ago
alecpl a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 13 years ago
thomascube 0706075d85 Fix newline handling in gettext export; add import script to read .po localization files 13 years ago
thomascube 84ff800248 Fix gettext exporter 13 years ago
thomascube 50ee4cc91f Script to export Roundcube (PHP) localization files to gettext .po(t) format 13 years ago
thomascube 373b112f34 Force files to be updated, even if newer (#1488117) 13 years ago
alecpl 4aafd99f2d - Remove memory_limit for indexcontacts.sh (#1488109) 13 years ago
thomascube 54f1af8cba Download closure compiler to /tmp instead of current dir 13 years ago
thomascube faf10e8fec Fix automatic db updates; trigger contact indexing after upgrade 13 years ago
alecpl 8fc0f9451e - Fix GCC errors and warnings (#1487988) 13 years ago
thomascube 3e48b941ec Removed kolab plugins; they will be maintaied and published in the Kolab project 13 years ago
alecpl 6cc3f5887d - Use clisetup.php where possible, remove redundant code 13 years ago
alecpl 9556e004db - Fix SQL query for postgres 13 years ago
thomascube e6bb836e05 Create interactive update script with improved DB schema check; udated installer with new features and styles 13 years ago
thomascube 3e2637351d Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\! 13 years ago
thomascube f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 14 years ago
alecpl 0da9021f5a - Fix typo 14 years ago
thomascube d366462316 Fix cleandb script 14 years ago
thomascube bd911ba814 Pool some code for command line tools; avoid displaying password on shell (#1486947); fix msgexport now using the new imap wrapper 14 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 14 years ago
alecpl 27a96a40db - Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers (#1486902) 14 years ago
alecpl 30aa4ccaaf - Renamed all php-cli scripts to use .sh extension 14 years ago
alecpl 677e1f26fe - Some files from /bin + spellchecking actions moved to the new 'utils' task 14 years ago
thomascube d062dbe18c Add class docuumentation blocks and make phpdoc work again 14 years ago
alecpl 60ff017b49 - fix: sqlite doesn't support foreign keys
- code formatting
14 years ago
alecpl 5ba5fd5e3d - allow to set threshold days as command line argument, set default value to '7'
- comment out the code for database without foreign keys (we rely on this feature in core code, so why not here?)
14 years ago
thomascube 2491c6240c Add minimal database schema check to installer and update script 14 years ago
thomascube a35062a1eb Always set changed date when marking a DB record as deleted + provide a cleanup script 14 years ago
thomascube f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 14 years ago
thomascube bc9c02617a Add shellscripts to shrink/unshrink javascript files (by trisk) 14 years ago
alecpl 7415c02ecf - Fix quota indicator issues by content generation on client-size
instead of bin/quotaimage.php: better performance, better styling posibilities (#1486197, #1486220)
15 years ago
thomascube db52218337 Improve security of modcss.php by setting timeouts and more sanity checks 15 years ago
alecpl 2700bbb2b9 - removed http_received_header_encrypt checking (#1485925) 15 years ago
alecpl 2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
15 years ago
alecpl 23a2eec4d5 - ereg -> preg 15 years ago
alecpl b659c3e242 - fix 1px rectangle fill when mailbox is empty (used=0) 15 years ago
thomascube f9160ecea7 Fix infinite while loop 16 years ago
till 12bc8b6fa2 * minor fixes: simplied code, http status, cs 16 years ago
till b113c5a5b1 * minor fixes: cs and a notice 16 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 16 years ago
till 396afd4742 * generalized executable paths for bash and phpdoc
* simplyfied probing for phpdoc
* added checks to make sure this is executed on the shell
16 years ago
till d4847048a1 * let's not discriminate unix :) (= generalized paths)
* added checks so all scripts are only executable from CLI
16 years ago
thomascube 1608f43282 Secure bin scripts by requiring a valid session and replace preg_replace(/../e) with preg_replace_callback 16 years ago
alecpl fe3e67884d #1485544: quota image better look 16 years ago
alecpl 300fc65a46 - Better HTML entities conversion in html2text (#1485519) 16 years ago
thomascube cbffc2f0aa Let update script handle the replacement of 'multiple_identities' by 'identities_level' 16 years ago
thomascube fee8c6ceab First version of the commandline update script 16 years ago
thomascube cb15aaa265 Also check for negative image size + set caching headers for 1 hour 16 years ago
thomascube 7ce1931bbb Lets keep things simple. quotaimage does not use session stuff 16 years ago
till fe7618f1ba * checking if a user session is active in quotaimg.php
* this is an expensive operation
  * but it fixes a possible DoS
 * implement max-width and -height for the image (subject to change)
16 years ago
alecpl b685e9e47c - use dirname() 16 years ago
thomascube e905db1305 Set postgres-specific schema options + fix indentation 16 years ago
alecpl 06c3d10556 - fix for postgresql 16 years ago
alecpl 155bbb8df6 - added bin/killcache.php script (#1485434)
- added copyrights disclaimers
16 years ago
alecpl da402d66df #1485456: small improvements in scripts 16 years ago
alecpl ab8b44741d - Allow calling msgimport.sh/msgexport.sh from any directory (#1485431) 16 years ago
thomascube 9787ca6063 Don't ask for password if passed as argument 16 years ago
thomascube 1e9cd56403 Script to dump the current database schema using MDB2_Schema (for development only) 16 years ago
alecpl 6cd00992a2 - Fixed quota img height/width setting from template (#1484857) 16 years ago
alecpl 9770fe5cfb #1485338: decode html entities before html2text conversion 16 years ago
thomascube d14a57d006 Add option to export all folders of a mail account 16 years ago
thomascube 687b224da2 Allow to import mbox files 16 years ago
thomascube 4ca10b8d51 Enable spellchecker for HTML editor 16 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 16 years ago
thomascube 6cc6e78be3 Add commandline script for message exporting (proof-of-concept) 16 years ago
till f8895e8768 * added a few @todo's
* replaced doublequotes with singlequotes
* a couple CS fixes
17 years ago
till 15062e8a7c * added references to used functions
* moved comments from the function in the docblock
17 years ago
svncommit 5349b78ad4 Update copyright notice 17 years ago
thomascube 97bd2c0537 Filter linked/imported CSS files (#1484056) 17 years ago
thomascube b48bd06c0f Improve message import 17 years ago
thomascube 6d969b4d90 Documentation, code style and cleanup 17 years ago
svncommit 8094288d23 fixed html2text in editor 17 years ago
thomascube f1154163b0 Merged branch devel-addressbook from r443 back to trunk 17 years ago
thomascube 6d09984ea8 Prompt for password in message import shell script 17 years ago
thomascube 0712a392dc Added commandline script for message import 18 years ago