aowow/includes
Sarjuuk 732226b44a BaseType:
- dropped property "names" and changed getField to return localized Fields if specified. Dropped stupid getNameFieldName() in the process as it was now obsolete.
 - made property "matches" private. Access through getMatches() that will execute the query _only_ when needed (which is basically always anyway (so much for optimization))

SpellList: parsing
 - ""fixed"" behavior of the amount-switch $l when used on russian text. It has 3 options instead of 2, no idea what the last one is for though
 - fixed extra leading whitespace occuring when parsing formulas

Lang:
 - removed offset from getMagicShools(), apparently it is unneeded :o

Util:
 - changed the output of formatTime() in the long version to be more correct in layout
 - initialized values in parseTime() to prevent empty strings returned by formatTime()
 - added asBin() and asHex() - helper to improve display of bitmasks (Spells are coming!)
 - update Spell-Effects/Auras and added misc strings to display different MiscValue-content

Filter:
 - removed escapes from $_POST-handler. If the input is erronous it should be corrected/ignored/noted by the $_GET-handler

Smarty:
 - added optinal parameter to saveCache(), loadCache() to better handle filter variables

Search:
 - changed $maxResults to 10 for OpenSearches in an effort to lower execution time and appied limits to all queries
 - changed result calculation for OpenSearch. It should now stick to it's limit of 10 results for the list
 - simplified WorldEvent search

global.js:
 - backported function to parse title-tag of dfn-elements into mouseover-tooltips
 - shortened document.getElementByTagName(x) calls to gE(document, x)
2013-04-26 17:02:35 +02:00
..
DbSimple initial commit 2012-12-19 00:53:36 +01:00
Smarty-2.6.26/libs initial commit 2012-12-19 00:53:36 +01:00
class.achievement.php implemented pages: 2013-03-23 16:03:12 +01:00
class.charclass.php BaseType: 2013-04-26 17:02:35 +02:00
class.charrace.php BaseType: 2013-04-26 17:02:35 +02:00
class.community.php - added announcements to titles and error-page 2013-03-04 22:57:51 +01:00
class.currency.php BaseType: 2013-04-26 17:02:35 +02:00
class.database.php - added announcements to titles and error-page 2013-03-04 22:57:51 +01:00
class.faction.php mmf (misc minor fixes) 2013-03-10 23:48:32 +01:00
class.filter.php BaseType: 2013-04-26 17:02:35 +02:00
class.item.php BaseType: 2013-04-26 17:02:35 +02:00
class.itemset.php BaseType: 2013-04-26 17:02:35 +02:00
class.pet.php BaseType: 2013-04-26 17:02:35 +02:00
class.quest.php BaseType: 2013-04-26 17:02:35 +02:00
class.spell.php BaseType: 2013-04-26 17:02:35 +02:00
class.title.php BaseType: 2013-04-26 17:02:35 +02:00
class.user.php typos in user-class 2012-12-27 19:52:08 +01:00
class.worldevent.php BaseType: 2013-04-26 17:02:35 +02:00
defines.php Filters: 2013-04-20 16:16:29 +02:00
kernel.php implemented generic filters 2013-03-23 15:58:35 +01:00
utilities.php BaseType: 2013-04-26 17:02:35 +02:00