6194bed59eMerge remote-tracking branch 'upstream/master' into code-upgradeMarkus Birth2014-04-28 00:15:58 +02:00
4df45a42feMerge pull request #144 from bohrsty/208_more_events
bohrsty
2014-04-13 22:02:12 +02:00
92fd1d3a36reverted not working "more" link for new events, updates #208
Nils Bohrs
2014-04-13 21:58:57 +02:00
707210e9cdMerge pull request #143 from bohrsty/recover_oco81
bohrsty
2014-04-13 21:38:42 +02:00
37732a729frecover oconly81 feature
Nils Bohrs
2014-04-13 16:36:32 +02:00
58b735eb4cMerge pull request #142 from bohrsty/337_loglink_bug
bohrsty
2014-04-13 19:18:27 +02:00
77c32c0e0eadded alias for "cacheid" in cache sql command, updates #337
Nils Bohrs
2014-04-13 19:06:45 +02:00
da4e0f2983updates #49: added image shrinking to predefined size for image upload; parameterized translations for image upload (need dbupdate); client-side check of image filesize for browsers with FileReader; fixed sys_trans_ref for picture.tpl;
clickos
2014-02-26 10:38:44 +01:00
de5e20081fupdate #289 fixed title design in log,editdesc.. set minimum size for content2-pagetitle class set breadcrumb font-size (sometimes size too big in Firefox)
clickos
2014-02-09 15:17:48 +01:00
48601832f8Merge remote-tracking branch 'upstream/master' into code-upgradeMarkus Birth2014-02-07 22:40:25 +01:00
b835950264Merge pull request #138 from clickos/292_Chg_Buttondesign_IE
bohrsty
2014-02-06 23:04:13 +01:00
c769f2c6feMerge remote-tracking branch 'upstream/master' into code-upgradeMarkus Birth2014-02-06 19:46:57 +01:00
39c2eca5d0update #292:remove compatibilty view for IE10 and above
clickos
2014-01-29 11:21:20 +01:00
5259aac53dupdate #292:Change buttondesign in IE
clickos
2014-01-29 10:48:03 +01:00
98e7399b1aMerge pull request #137 from clickos/289-help-button-IE
bohrsty
2014-01-30 14:27:06 -08:00
098814788eupdate #289 Bug:Help and Havefound-Button in IE7,8,9,10
clickos
2014-01-27 11:45:04 +01:00
cef2b16374update #268 : switched to standard-header in templates
clickos
2014-01-22 12:06:56 +01:00
0002c05915Moved ss_zip to new structure as SsZip. Should be replaced by native ZipArchive methods later.Markus Birth2014-01-19 22:27:01 +01:00
b00b14ce10Fixed Syntax Error in search.php. Cleanup.Markus Birth2014-01-19 14:12:07 +01:00
a7be1288eeReplaced last occurrences of $login by new Login service.Markus Birth2014-01-19 03:35:44 +01:00
907f4835a8Replaced $login by new Login service for rest of main PHP files.Markus Birth2014-01-19 03:21:21 +01:00
41a027417dSwitched various files to new Login service.Markus Birth2014-01-19 03:11:59 +01:00
9954387e90Removed redundant lib2/cookie.inc.php, changed all uses to new Cookie service. Except lib1 - should be phased out anyway.Markus Birth2014-01-19 02:48:49 +01:00
0a727eecfaFixed Login for login.php and myhome.php.Markus Birth2014-01-19 02:33:51 +01:00
fca7b1918eRemoved redundant classes. THIS BREAKS LOGIN. WILL BE FIXED IN NEXT COMMITS.Markus Birth2014-01-19 02:31:51 +01:00
b015efa99aAdded LoggingInterface for switching between loggers. Refactored Login and Cookie classes.Markus Birth2014-01-19 02:29:57 +01:00
6a487c218dRemoved loading login.class.php from lib2/common.inc.php. So no $login variable is propagated anymore (for lib2). Fixed all calls in index.php and included files. DID NOT YET FIX OTHER PAGES! THEY WILL BREAK! N.B.: Instead of $login->..., you now have to do $GLOBALS['container']->get('ocde.login')->...Markus Birth2014-01-18 23:50:39 +01:00
e811723d71Removed RFC822-method from common.inc.php and util.inc.php. It's now loaded via Composer.Markus Birth2014-01-17 22:07:41 +01:00
327a46a777Added custom Composer package for iamcal/rfc822 (formerly RFC(2)822 Email Parser). Not yet used.Markus Birth2014-01-16 02:13:48 +01:00
5af15744c2Replaced static html2text class by Composer package. Replaced some more $rootpaths by our Config class.Markus Birth2014-01-16 01:05:49 +01:00
15f91e2ffcRemoved obsolete HTMLPurifier from Repo.Markus Birth2014-01-16 00:36:35 +01:00
203ffe8846Removed remaining references to old HTMLPurifier.Markus Birth2014-01-15 02:47:03 +01:00
971695331aMerge pull request #135 from following5/teamlist
next
Mirco Baumann
2014-01-14 15:36:57 -08:00
c6e084f590team list update
following
2014-01-14 11:42:12 +01:00
eeb1e659d3Renamed login and cookie classes in lib2 to login2 and cookie2. Updated autoloader. More autoloading optimizations.Markus Birth2014-01-14 01:33:46 +01:00
c2e063dd7bStarted phasing out $opt['rootpath']. Replaced by Config class. Also optimized some class files (cookie, template). Minor changes.Markus Birth2014-01-14 01:10:43 +01:00
658730c846Added YamlConfigLoader and Config service for global configuration.Markus Birth2014-01-13 02:21:39 +01:00
42a96aa6a0Added Console-Logger. Load different services config for CLI or Web.Markus Birth2014-01-12 17:17:03 +01:00
753997ea55Added Dependency Injection (DI) method from Symfony framework. Added ChromePhp logger and some dummy loggers. These signature is somewhat compatible to Monolog which Symfony uses. Added Config service skeleton - to be used via DI.Markus Birth2014-01-11 04:27:02 +01:00
d8dfe69821Use core.php to load Autoloader and initialise everything.Markus Birth2014-01-11 04:25:36 +01:00