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
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
5af15744c2
Replaced static html2text class by Composer package. Replaced some more $rootpaths by our Config class.
2014-01-16 01:05:49 +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
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
8f779cb357
Renamed root namespace to "OpencachingDE".
...
Signed-off-by: Markus Birth <mbirth@gmail.com >
2014-01-12 05:37:13 +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
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
67ddf1af20
328: useroption for mailings
2014-01-11 19:14:35 +01:00
1cd244560d
... simplified SQL command
2013-10-29 13:36:10 +01:00
cfec7208e2
discarded oconly-81 contest; don't count event attendances
2013-10-29 12:48:17 +01:00
c1b5eb5608
improved ProcessSync pid_file handling
2013-09-09 17:36:07 +02:00
7f64f59f2f
account activation security fix
2013-08-15 15:53:14 +02:00
4e0bef0a6c
fixed protection area message translation for downloads
2013-08-13 23:49:29 +02:00
686ea0d3c3
improved GPX local->absolute image URL conversion
2013-08-13 23:44:08 +02:00
bb2d7f8e16
added listing-admin functions
2013-08-12 21:46:31 +02:00
5bc9a62770
Merge branch 'master' into stable
2013-08-11 13:03:00 +02:00
cbc5c5725d
Merge remote-tracking branch 'christian-m/223-harder-password-encryption'
2013-08-11 12:40:39 +02:00
d147abebfd
hamonized lib1/lib2 login forms
2013-08-11 12:29:23 +02:00
2b46a32434
button design changes, HTML syntax fixes etc.; updates #292
...
- improved design of download buttons in listing and search result view
- special improvements for MSIE, with separate style sheet
- use standard button design for "all countries" buttons in newcache/editcache
- fixed </option> tags in newcache/editcache pages
- set checkbox style for cache note coordinate input
- fixed cardinal direction input field sizes in Chrome
2013-08-10 22:10:12 +02:00
0c5779915f
Stärkere Passwortverschlüsselung ; update #223
2013-08-08 21:49:25 +02:00
71d2bc3fff
translated and refactored social media section; adjusted sidebar spacings and wp search button
2013-08-08 18:59:56 +02:00
0cd7f14154
disabled statistic details for disabled users
2013-08-07 21:31:53 +02:00
41f7248ae2
added more-logs autoloader
2013-08-07 19:38:30 +02:00
ae8c3078f3
fixed country name translation for new events
2013-08-06 00:23:36 +02:00
7aca9812a3
adaptions for national OC sites
...
- made header logo configurable
- made main country and language configurable
- move German content to bottom of start page for other languages
- made toprating statistics interval configurable and country-dependend
- made "more new caches" link country-dependend
- fixed welcome messages
2013-08-05 15:16:28 +02:00
d9c0d1a990
fixed html syntax
2013-08-05 11:08:35 +02:00
999164239f
fixed search txt download for 1-cache results
2013-08-04 17:44:29 +02:00
229c14071c
added decimal dots to start page statistics
2013-08-04 16:00:37 +02:00
f61aa7568e
lib1/2 update
2013-08-03 23:57:45 +02:00
96b2f1c1ca
added Oconly-81 contest page
2013-08-03 18:43:48 +02:00
ac1464cfba
fixed rating-date bug introduced with log.php port to lib2
2013-08-03 14:01:54 +02:00
21f99393aa
added OConly statistics to user profile
2013-08-03 13:38:08 +02:00
06c52b5f1e
added star symbol to utf8->latin1 converter
2013-08-01 12:14:46 +02:00
f489ce547a
404 page: simplified base url-path calculation and moved it to OcSmarty class, so that it is universally available
...
updates #246
2013-07-31 17:15:10 +02:00
5cdc1fb09a
added some missing Unicode reminders / changed file encodings; todo: libse
2013-07-28 16:13:31 +02:00
f10e83ec3b
fixed some file encodings and unicode reminders
2013-07-28 15:01:47 +02:00
25fda9c4fc
allow direct language switching on all lib2 pages
2013-07-27 00:33:24 +02:00
743b708b74
fixed log-password bugs
2013-07-26 18:17:57 +02:00
b7a165a1d1
use new html purifier for OKAPI logs, too; update OKAPI italian translation
2013-07-26 17:20:17 +02:00
7e73badfae
removed some unicode byte order marks; fixes #277
2013-07-26 12:05:40 +02:00
ea0382d347
disable mapping of logs by other users; fixed default log searchtype
2013-07-26 11:12:54 +02:00
388ff3da3b
direct logentry links to listing+alllogs-page; updates #272
2013-07-24 18:21:59 +02:00
988dad23a2
translated masslog warning suppression msg, fixed menu ID, some minor message changes
2013-07-23 12:22:13 +02:00
6505894992
added checkbox to suppress masslog warning until midnight, makes count
...
of identical logs for masslog configurable in settings, updates #217
2013-07-21 18:27:13 +02:00