6 Commits

Author SHA1 Message Date
ocoliver
39a25f997f moved waypoint assignment code to database trigger (before insert caches) 2012-11-17 22:52:49 +01:00
ocoliver
a4aee625a9 - session id is now generated from truly random value, previous used mysql UUID() had weak randomness
- added session id brute force prevention to old template engine (as used in new template engine)
- forced login->verify() in old template engine
- removed unused login/logout related codes from old template engine
- uuid of new database records is now generated in before insert trigger
2012-11-17 18:04:35 +01:00
following
ad59dc916b updates source code license and xml docu 2012-08-16 21:04:13 +02:00
flopp
b4d48877d6 Fix for bug #3906 "default country".
In htdocs/lib/common.inc.php, getUserCountry():
- added "global" declaration of "$usr", which was missing
- using "GB" as the fallback country code instead of "EN", which is not a valid country code

In htdocs/newcache.php:
- using "getUserCountry()" to initialize "$sel_country" if no "_POST['country']" was given, instead of "$default_country"
- using "$sel_country" to preselect the country in the countries combobox, instead of "getUserCountrs()"
2012-07-31 19:44:32 +02:00
Peter Mandrella
cfcd2813e0 #4356 abgeschnittene GC-Wegpunkte durch Leerzeicheneingabe 2012-07-22 22:52:30 +02:00
Metrax
e05b7bb8f0 first init 2012-05-09 20:05:43 +02:00