|
From: <al...@al...> - 2010-07-27 05:48:38
|
Thu Apr 29 09:06:59 EST 2010 Dinis Lage <din...@se...> * CompanyLogo Adding Logo capabilities. User is now able to upload an image that is used as a logo on the top-left of the web-app. I decided to use Imagick. It allows for easy manipulation of images with ImageMagick (commonly used on servers). This doesn't have any impact on the remaining of the application. MISSING: add error messages in the fail cases. Commented the sections in config/config.php where it should be added. For installation of Imagick on debian-based dists you can refer to (probably useful to others as well): http://www.php.net/manual/en/imagick.setup.php#83715 M ./alloc.php -1 +1 M ./config/config.php +22 M ./config/lib/config.inc.php +11 M ./config/templates/configM.tpl -1 +6 A ./logo.php A ./patches/patch-00154-dinis.php M ./shared/templates/toolbarS.tpl -1 +1 Fri Apr 30 00:27:54 EST 2010 Dinis Lage <din...@se...> * Html Logo TimeSheet Logo included in the Html TimeSheet report. /logo.php now allows for different sizes of the logo. (logo.php?size=big for the original, no other options yet). M ./logo.php -1 +5 M ./time/lib/timeSheetPrint.inc.php +3 Fri Apr 30 00:46:10 EST 2010 Dinis Lage <din...@se...> * logo.php for all images currently used. M ./logo.php -5 +12 Mon Jun 7 14:43:57 EST 2010 Alex Lance <al...@cy...> * BUG Assigning the return value of new by reference is deprecated. Ignore-this: 4226140302acfa6656df19440d92fb25 M ./invoice/lib/invoice.inc.php -1 +1 M ./time/lib/timeSheetPrint.inc.php -1 +1 Mon Jun 7 14:45:01 EST 2010 Alex Lance <al...@cy...> * BUG Function ereg_replace() is deprecated. Ignore-this: 4e2a03917659cae615b516bc7c18fe77 M ./shared/lib/session.inc.php -1 +1 Mon Jun 7 15:15:32 EST 2010 Alex Lance <al...@cy...> * Modified the logo code to use GD instead of Imagick, as GD is already a dependency. Ignore-this: faae50d7d98d5b21ee4e15c132d2d92e M ./config/config.php -14 +10 M ./config/lib/config.inc.php -1 +2 M ./shared/global_tpl_values.inc.php +1 M ./shared/util.inc.php -1 +25 M ./time/lib/timeSheetPrint.inc.php -1 +1 Mon Jun 7 15:28:12 EST 2010 Alex Lance <al...@cy...> * Amended Dinis Lage's logos for PDF patch. M ./config/templates/configM.tpl +5 M ./invoice/lib/invoice.inc.php -1 +7 M ./time/lib/timeSheetPrint.inc.php -1 +8 Mon Jul 26 15:09:54 EST 2010 Alex Lance <al...@cy...> * Updated .ignore file with .swp and alloc_config.php. Ignore-this: ec45a6fa4011d650446f764739de1e5f M ./.ignore -1 +2 Mon Jul 26 16:42:31 EST 2010 Alex Lance <al...@cy...> * Simplified logo code. Made it use jpg. Added logo help. Added logo delete button. Ignore-this: bb5646dbd707442c07a8e248e7ae1e3e M ./alloc.php +4 M ./config/config.php -9 +17 M ./config/lib/config.inc.php -2 +2 M ./config/templates/configM.tpl -7 +5 A ./help/config_companyLogo.html M ./invoice/lib/invoice.inc.php -1 +1 M ./logo.php -14 +26 M ./time/lib/timeSheetPrint.inc.php -3 +3 |