907f4835a8
Replaced $login by new Login service for rest of main PHP files.
2014-01-19 03:21:21 +01:00
41a027417d
Switched various files to new Login service.
2014-01-19 03:11:59 +01:00
9954387e90
Removed redundant lib2/cookie.inc.php, changed all uses to new Cookie service. Except lib1 - should be phased out anyway.
2014-01-19 02:48:49 +01:00
0a727eecfa
Fixed Login for login.php and myhome.php.
2014-01-19 02:33:51 +01:00
ba296ed691
Moved Crypt class.
2014-01-19 02:32:39 +01:00
fca7b1918e
Removed redundant classes. THIS BREAKS LOGIN. WILL BE FIXED IN NEXT COMMITS.
2014-01-19 02:31:51 +01:00
b015efa99a
Added LoggingInterface for switching between loggers. Refactored Login and Cookie classes.
2014-01-19 02:29:57 +01:00
6a487c218d
Removed 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')->...
2014-01-18 23:50:39 +01:00
e811723d71
Removed RFC822-method from common.inc.php and util.inc.php. It's now loaded via Composer.
2014-01-17 22:07:41 +01:00
327a46a777
Added custom Composer package for iamcal/rfc822 (formerly RFC(2)822 Email Parser). Not yet used.
2014-01-16 02:13:48 +01:00
5fe40d0d62
Prepared Login and Cookie services.
2014-01-16 01:45:16 +01:00
5af15744c2
Replaced static html2text class by Composer package. Replaced some more $rootpaths by our Config class.
2014-01-16 01:05:49 +01:00
15f91e2ffc
Removed obsolete HTMLPurifier from Repo.
2014-01-16 00:36:35 +01:00
203ffe8846
Removed remaining references to old HTMLPurifier.
2014-01-15 02:47:03 +01:00
Mirco Baumann
971695331a
Merge pull request #135 from following5/teamlist
...
team list update (no review)
2014-01-14 15:36:57 -08:00
following
c6e084f590
team list update
2014-01-14 11:42:12 +01:00
eeb1e659d3
Renamed login and cookie classes in lib2 to login2 and cookie2. Updated autoloader. More autoloading optimizations.
2014-01-14 01:33:46 +01:00
c2e063dd7b
Started phasing out $opt['rootpath']. Replaced by Config class. Also optimized some class files (cookie, template). Minor changes.
2014-01-14 01:10:43 +01:00
658730c846
Added YamlConfigLoader and Config service for global configuration.
2014-01-13 02:21:39 +01:00
42a96aa6a0
Added Console-Logger. Load different services config for CLI or Web.
2014-01-12 17:17:03 +01:00
753997ea55
Added 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.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:30 +01:00
d8dfe69821
Use core.php to load Autoloader and initialise everything.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:24 +01:00
1c26ec4db0
Fixed file permissions.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:20 +01:00
8f779cb357
Renamed root namespace to "OpencachingDE".
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:13 +01:00
498c8903fc
Removed comments from locale JSON. Added error logging (/tmp/ocde.log) to locale parser.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:07 +01:00
8331395431
Switched PSR-0 to PSR-4 (our new code is already PSR-4 compatible) in Composer.
...
Run ./composer.phar dumpautoload after pull!
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:00 +01:00
ed0f99ddaf
Separated locale settings into one file per locale. Backwards compatible!
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:36:54 +01:00
396d0f5f30
Consolidated coordinate calculation methods into Conversions namespace.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:36:43 +01:00
1c302e373c
Tabs to spaces (no code change).
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:36:17 +01:00
9b135f9881
Changed PSR-0-path to lib/, added OKAPI SVN for checkout.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:36:12 +01:00
a7dfbd510b
Missed some autoload-code in old lib. Replaced by composer autoloader.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:36:06 +01:00
d1cc408c11
Fixed ocde label in composer.json.
...
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:35:52 +01:00
f8a58c18a3
Added Composer to manage autoloads and HTMLPurifier and Smarty.
...
Install by doing (from htdocs):
$ curl -sS https://getcomposer.org/installer | php
$ ./composer.phar install
If you want to update autoloader:
$ ./composer.phar dumpautoload
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:35:35 +01:00
Schrottie
6343ffb540
208: new events
2014-01-11 19:14:43 +01:00
Schrottie
c5b0f752b3
Link zu v10-Artikel im Changelog
2014-01-11 19:14:42 +01:00
following
e49c3a217e
Revert "updated team member list"
...
This reverts commit c297bbc6c418b0746f932598a301fa9bd01ca299.
2014-01-11 19:14:40 +01:00
Nils Bohrs
015e857ffa
added db-mutation and translations, updates #328
2014-01-11 19:14:38 +01:00
Schrottie
67ddf1af20
328: useroption for mailings
2014-01-11 19:14:35 +01:00
following
c297bbc6c4
updated team member list
2013-11-01 12:49:21 +01:00
bohrsty
f999e4431a
Merge pull request #128 from 4Vs/master
...
NO REV REQ: Hanekju aus der Teamliste gelöscht
2013-10-29 14:06:47 -07:00
4Vs
6081e431e7
NO REV REQ: Hanekju aus der Teamliste gelöscht
2013-10-29 13:42:39 +01:00
following
1cd244560d
... simplified SQL command
2013-10-29 13:36:10 +01:00
following
cfec7208e2
discarded oconly-81 contest; don't count event attendances
2013-10-29 12:48:17 +01:00
following
addb03c478
okapi r893
2013-10-29 11:45:24 +01:00
Mirco Baumann
ed07492408
Merge pull request #127 from Nikleo1/229-Username-in-profiletitel
...
#229 Username will now be displayed in Title
2013-10-11 13:41:08 -07:00
Mirco Baumann
57ef810085
Merge pull request #124 from following5/okapi-888
...
okapi search bugfix (no review required)
2013-10-11 13:39:11 -07:00
following
3577819429
okapi r888: search bux fix
2013-10-08 21:09:54 +02:00
bohrsty
f387e4fd1b
Merge pull request #123 from 4Vs/master
...
NO REV REQ: extended description at help page for the description field
2013-10-02 09:51:57 -07:00
Schrottie
31fa206a9c
325: GC searchlink for adminreports, added translation; fixes #325
2013-10-02 18:42:12 +02:00
Nils Bohrs
6e30e3f545
Merge pull-request #121 from Schrottie/135-ask-before-delete-pics
...
135: ask before delet pictures at logentries
2013-10-01 18:24:37 +02:00