November 2010 Commit Log

Number of Commits:
41
Number of Active Developers:
1
quix0r 2010-11-21 16:25 Rev.: 5401

A lot more wrapper functions introduced, TODOs.txt updated

413 lines of code changed in 13 files:

quix0r 2010-11-20 17:24 Rev.: 5400

Fixed missing array element

1 lines of code changed in 1 file:

quix0r 2010-11-20 16:37 Rev.: 5399

Fix for missing array element 'userid', see ticket #205, thanks to piter01

2 lines of code changed in 1 file:

quix0r 2010-11-18 00:05 Rev.: 5398

Some comments fixed

2 lines of code changed in 3 files:

quix0r 2010-11-17 23:58 Rev.: 5397

Removed deprecated usage of isConfigEntrySet()

0 lines of code changed in 2 files:

quix0r 2010-11-11 18:31 Rev.: 5396

Renamed function so it might be more understandable

239 lines of code changed in 238 files:

quix0r 2010-11-10 13:00 Rev.: 5395

Removed old-lost directory

0 lines of code changed in 3 files:

quix0r 2010-11-10 00:04 Rev.: 5394

More wrapper functions introduced, duplicate language strings merged:
- Some duplicate language strings merged
- More wrapper functions for configuration entries introduced
- TODOs.txt updated

154 lines of code changed in 29 files:

quix0r 2010-11-08 18:47 Rev.: 5393

Fix for misstyped function name isUrlBlacklistEnabled() is the right one

3 lines of code changed in 2 files:

quix0r 2010-11-08 04:18 Rev.: 5392

German documentation updated to reflect e.g. our wiki at http://wiki.mxchange.org

19 lines of code changed in 2 files:

quix0r 2010-11-08 04:10 Rev.: 5391

Initial TRANSLATORS.txt added

18 lines of code changed in 2 files:

quix0r 2010-11-08 03:38 Rev.: 5390

The TODOs.txt thing again...

1 lines of code changed in 1 file:

quix0r 2010-11-08 03:36 Rev.: 5389

Opps...

2 lines of code changed in 1 file:

quix0r 2010-11-08 03:34 Rev.: 5388

Added activation/deactivation queries for ext-beg and ext-theme

5 lines of code changed in 2 files:

quix0r 2010-11-08 03:30 Rev.: 5387

Fixed saving of nickname, a deprecated way was used before isInString() was introduced

1 lines of code changed in 1 file:

quix0r 2010-11-08 03:26 Rev.: 5386

Fixed default selection of theme

3 lines of code changed in 1 file:

quix0r 2010-11-08 03:22 Rev.: 5385

HTML improved, several tables are now have NULL and some more UNSIGNED (is both better)

62 lines of code changed in 4 files:

quix0r 2010-11-08 02:50 Rev.: 5384

Naming convention applied

30 lines of code changed in 2 files:

quix0r 2010-11-08 02:19 Rev.: 5383

Fixed category saving, added unique key, removed deprecated templates:
- Fixed handling of user category selections
- Added unique key in _user_cats on column userid,cat_id together
- Deprecated templates removed
- TODOs.txt updated

20 lines of code changed in 40 files:

quix0r 2010-11-08 01:21 Rev.: 5382

Again missing class='bottom' added

2 lines of code changed in 1 file:

quix0r 2010-11-08 01:16 Rev.: 5381

Missing class='bottom' added

2 lines of code changed in 1 file:

quix0r 2010-11-08 01:09 Rev.: 5380

Hopefully this doesn't break anything

1 lines of code changed in 1 file:

quix0r 2010-11-07 21:39 Rev.: 5379

Better this one ...

5 lines of code changed in 2 files:

quix0r 2010-11-07 21:05 Rev.: 5378

This TODOs.txt thing...

14 lines of code changed in 1 file:

quix0r 2010-11-07 21:05 Rev.: 5377

Added ability to allow empty passwords, if the user does so, a random password will be generated, many wrapper functions introduced

396 lines of code changed in 52 files:

quix0r 2010-11-06 20:12 Rev.: 5376

Naming convention applied: is outdated, use (not shortended word), fixed missing variable in what-order.php, thanks to pieter01

213 lines of code changed in 32 files:

quix0r 2010-11-05 15:10 Rev.: 5375

Naming convention applied

10 lines of code changed in 4 files:

quix0r 2010-11-05 02:54 Rev.: 5374

Function appendLineToFile() introduced

43 lines of code changed in 4 files:

quix0r 2010-11-05 02:33 Rev.: 5373

Maybe this helps a little more to understand that what=NULL will be set here?

1 lines of code changed in 1 file:

quix0r 2010-11-05 02:32 Rev.: 5372

Added CSS class 'bottom' again (please clean your template cache at inc/cache/_compiled/html/)

4 lines of code changed in 1 file:

quix0r 2010-11-05 02:18 Rev.: 5371

Rewritten handling of menu weightning and updating/deleting menu entries except admin menu

159 lines of code changed in 7 files:

quix0r 2010-11-04 00:08 Rev.: 5370

Fixes/Rewrites, thanks to meinnimbuzz

4 lines of code changed in 2 files:

quix0r 2010-11-04 00:04 Rev.: 5369

Fix/Rewrite for getMaskedMessage() error, thanks to meinnimbuzz

3 lines of code changed in 2 files:

quix0r 2010-11-03 23:42 Rev.: 5368

Dirty hack for missing language string (SOME_REF_FOO is no longer valid)

8 lines of code changed in 1 file:

quix0r 2010-11-03 23:39 Rev.: 5367

Nested EL code is not yet suppported, so we need to rewrite all these parts

15 lines of code changed in 7 files:

quix0r 2010-11-03 23:25 Rev.: 5366

Again the TODOs.txt thing, isn't there a better solution?

13 lines of code changed in 1 file:

quix0r 2010-11-03 23:24 Rev.: 5365

Missing HTTP status set, some minor rewrites

29 lines of code changed in 8 files:

quix0r 2010-11-03 18:12 Rev.: 5364

Fixed renaming of column names, added/rewritten some debug lines:
- Fixed renaming of column names, the wrong index was checked
- Added debug line for skipped DROP queries
- Rewritten all debugOutput() lines to logDebugMessage() in database layer which
caused a 'Headers already sent' error
- TODOs.txt updated

20 lines of code changed in 2 files:

quix0r 2010-11-01 23:52 Rev.: 5363

Shorter columns, thanks to meinimbuzz

12 lines of code changed in 1 file:

quix0r 2010-11-01 23:31 Rev.: 5362

Dependencies added (required)

12 lines of code changed in 2 files:

quix0r 2010-11-01 23:00 Rev.: 5361

Non-existing columns cannot be dropped (now this scenario is safely detected and skipped)

105 lines of code changed in 9 files:

October 2010 »

Generated by StatSVN 0.7.0