November 2012 Commit Log

Number of Commits:
117
Number of Active Developers:
1
quix0r 2012-11-28 18:50 Rev.: 6228

Forgot it to comment out ... :(

1 lines of code changed in 1 file:

quix0r 2012-11-28 18:40 Rev.: 6227

Swapped out more HTML to templates (see ticket #68)

76 lines of code changed in 17 files:

quix0r 2012-11-28 17:57 Rev.: 6226

Fixed registration of ext-bonus, used [userid] instead of

10 lines of code changed in 2 files:

quix0r 2012-11-28 17:32 Rev.: 6225

New function introduced, fixes for extension installation:
- Function isTaskIdValid() introduced which checks whether the given task id is
valid
- Fixed installation of extensions
- Wrapper functions for config table updates now don't check again (as the
"inner" functions are already doing it)

54 lines of code changed in 4 files:

quix0r 2012-11-28 16:46 Rev.: 6224

Code moved to other include file:
- Moved a lot SQL functions which doesn't encapsulate a corresponding
mysql_foo() function to sql-functions.php
- rewrote loader part
- TODOs.txt updated

513 lines of code changed in 5 files:

quix0r 2012-11-28 00:50 Rev.: 6223

Minor: With dot again (better grammar)

69 lines of code changed in 24 files:

quix0r 2012-11-28 00:48 Rev.: 6222

Rewrote handling of 'menu adverts' to a filter. This allows e.g. ext-clickbanner to register own filters on it

123 lines of code changed in 7 files:

quix0r 2012-11-28 00:23 Rev.: 6221

Introduced registerFirstAdmin() and fixed some checks on 'ok' to 'add_first_admin'

136 lines of code changed in 2 files:

quix0r 2012-11-28 00:13 Rev.: 6220

Wrong functions :(

2 lines of code changed in 1 file:

quix0r 2012-11-28 00:01 Rev.: 6219

Installation of extensions fixes
- Again some extensions has not been fully rewritten to newly introduced
wrapper functions which caused them to not install
- An extra back-tick (`) was found in column name :(
- Added optional $forceFound variable which can be used to (if the table is
missing) that the column/key is marked as "found"
- Expanded debug messages with column/key name and $forceFound variable
- TODOs.txt updated

47 lines of code changed in 9 files:

quix0r 2012-11-27 23:01 Rev.: 6218

Some improvements:
- "noindex_metadata.tpl is now the default (noindex, etc.) template for robot control
- added filter for 'module=confirm'"
- TODOs.txt updated

42 lines of code changed in 7 files:

quix0r 2012-11-27 22:49 Rev.: 6217

refid can accept NULL now

1 lines of code changed in 1 file:

quix0r 2012-11-27 22:46 Rev.: 6216

Fixes for missing renaming (double renaming is not yet supported)

4 lines of code changed in 1 file:

quix0r 2012-11-27 22:35 Rev.: 6215

Added check for installation phase, this fixes the message of a missing template and doesn't allow robots to index any installation page

4 lines of code changed in 2 files:

quix0r 2012-11-27 22:31 Rev.: 6214

This else block caused an abort in index.php on installation phase

0 lines of code changed in 1 file:

quix0r 2012-11-27 22:22 Rev.: 6213

Moved extra JavaScripts to external template

49 lines of code changed in 8 files:

quix0r 2012-11-27 22:12 Rev.: 6212

Added missing template

3 lines of code changed in 1 file:

quix0r 2012-11-27 22:05 Rev.: 6211

Added more config wrappers

155 lines of code changed in 9 files:

quix0r 2012-11-25 21:18 Rev.: 6210

New function getMenuModeFromModule() introduced:
- Introduced getMenuModeFromModule() which determines the "menu mode" from
given module. This value can also be used for template names
- Old template removed (listed.tp)
- TODOs.txt updated

51 lines of code changed in 9 files:

quix0r 2012-11-25 14:34 Rev.: 6209

Introduced more wrappers

167 lines of code changed in 11 files:

quix0r 2012-11-25 14:03 Rev.: 6208

Added doTemplateGuestFooterExtras() call-back and guest_footer_extras filter chain

26 lines of code changed in 6 files:

quix0r 2012-11-25 13:44 Rev.: 6207

Typo ...

1 lines of code changed in 1 file:

quix0r 2012-11-25 13:39 Rev.: 6206

Some improvements:
- Used empty() instead of checking strlen() is zero or larger zero
- Used str_pad() instead of other code

12 lines of code changed in 8 files:

quix0r 2012-11-25 13:21 Rev.: 6205

Properties set

4 lines of code changed in 4 files:

quix0r 2012-11-25 01:43 Rev.: 6203

Native :(

1 lines of code changed in 1 file:

quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

414 lines of code changed in 223 files:

quix0r 2012-11-25 01:10 Rev.: 6200

Moved template helpers out of regular functions

27 lines of code changed in 2 files:

quix0r 2012-11-25 01:06 Rev.: 6199

Opps :(

1 lines of code changed in 1 file:

quix0r 2012-11-25 01:06 Rev.: 6198

More HTML/EL code fixes, removed assertition as it was to strict (didn't work in points accounts)

47 lines of code changed in 12 files:

quix0r 2012-11-25 00:52 Rev.: 6197

More renaming of name='ok' to something else (better to separate them out)

3 lines of code changed in 3 files:

quix0r 2012-11-25 00:50 Rev.: 6196

Was missing :(

1 lines of code changed in 1 file:

quix0r 2012-11-25 00:44 Rev.: 6195

Some no more needed variable rewritten

2 lines of code changed in 1 file:

quix0r 2012-11-25 00:22 Rev.: 6194

Some minor (text) improvements

69 lines of code changed in 24 files:

quix0r 2012-11-25 00:14 Rev.: 6193

Some menu points renamed to not conflict with configuration menus:
- Renamed config_cats to list_cats, config_mods to list_mods and
config_rallye_prices to list_rallye_prices as "config" is only
for configuration table "config"
- In all configuration files "save_config" is now the submit button's name
- TODOs.txt updated

822 lines of code changed in 110 files:

quix0r 2012-11-24 23:52 Rev.: 6192

Some HTML fixes, ext-sql_patches downgraded (!):
- Extension ext-sql_patches is now downgraded to 0.9.4 as update 0.9.5 has
been moved into 0.9.4
- Fixed some HTML errors
- Added missing legend tag (MEMBER_SURFBAR_EDIT_URL_LEGEND)
- TODOs.txt updated

42 lines of code changed in 12 files:

quix0r 2012-11-24 23:40 Rev.: 6191

Admin area 'Referral levels' refactured:
- Listing/adding,editing/deleting of referral levels is now fully rewritten
to use XML templates, also "build mails" are being sent
- Almost all admin templates with an id number are now expanded with
'width="30"' to make it look the same (not all pages)
- TODOs.txt updated

1216 lines of code changed in 83 files:

quix0r 2012-11-24 21:21 Rev.: 6190

Added missing parameter which allows to add the SQL statements not just to 'install' SQL pool

1130 lines of code changed in 15 files:

quix0r 2012-11-24 15:43 Rev.: 6189

Do not add columns to CREATE statements if you already add them with ALTER TABLE

0 lines of code changed in 1 file:

quix0r 2012-11-24 13:38 Rev.: 6188

More fixes for wrong table name :(

6 lines of code changed in 3 files:

quix0r 2012-11-24 13:00 Rev.: 6187

Now the last extension update is being applied, added missing wrapper function for config 'bonus_userid'

14 lines of code changed in 2 files:

quix0r 2012-11-24 12:57 Rev.: 6186

More fixes, lesser "caching" and more wrapper functions introduced:
- Wrapper function addExtensionAddTableIndexSql() introduced
- Wrapper function addExtensionAddTableUniqueSql() introduced
- Wrapper function addExtensionAddTableFulltextSql() introduced
- Wrapper function addExtensionDropTableIndexSql() introduced
- Function ifSqlTableExists() renamed to ifSqlTableColumnExists() and it does
no longer "cache" its results
- Other fixes which prevents extensions being installed/uninstalled

218 lines of code changed in 6 files:

quix0r 2012-11-24 00:38 Rev.: 6185

Wrong method (POST), should be GET

1 lines of code changed in 1 file:

quix0r 2012-11-24 00:36 Rev.: 6184

Fix for missing 4th parameter

6 lines of code changed in 1 file:

quix0r 2012-11-24 00:15 Rev.: 6183

Updated jquery(+ui) to latest stable versions

253 lines of code changed in 7 files:

quix0r 2012-11-19 02:09 Rev.: 6182

Continued:
- Renamed setOutputMode() to setScriptOutputMode() to be more conform with
getScriptOutput()
- Added template for AJAX scripts
- Added check for isAjaxOutput() and isInstallationPhase() to proper scripts

49 lines of code changed in 4 files:

quix0r 2012-11-19 00:54 Rev.: 6181

Continued:
- Tried to prevent 'mt_word2' being inserted in default main title in
installation phase
- TODOs.txt updated

3 lines of code changed in 2 files:

quix0r 2012-11-19 00:45 Rev.: 6180

Installation NG continued (still not fully working)

667 lines of code changed in 36 files:

quix0r 2012-11-16 23:40 Rev.: 6179

jQuery updated:
- Allowed also jquery-ui being loaded uncompressed (very large)
- Added some more features to it which will be used later on
- TODOs.txt updated

15109 lines of code changed in 9 files:

quix0r 2012-11-12 20:18 Rev.: 6178

Some more rewrites to better functions

12 lines of code changed in 3 files:

quix0r 2012-11-12 20:09 Rev.: 6177

Check if table exists, before checking column/key

12 lines of code changed in 1 file:

quix0r 2012-11-12 20:05 Rev.: 6176

ext-autopurge does now (not fully) maintain it

2 lines of code changed in 1 file:

quix0r 2012-11-12 20:03 Rev.: 6175

More fixes, debug lines commented out

7 lines of code changed in 2 files:

quix0r 2012-11-12 19:39 Rev.: 6174

Fixes for installation phase

36 lines of code changed in 1 file:

quix0r 2012-11-12 19:26 Rev.: 6173

Removed double version number

1 lines of code changed in 1 file:

quix0r 2012-11-12 19:16 Rev.: 6172

Attempt to fix installation

3 lines of code changed in 1 file:

quix0r 2012-11-12 19:05 Rev.: 6171

Restoring the error handler is no longer required as mailer's own handler does now care about installation phase

0 lines of code changed in 1 file:

quix0r 2012-11-12 18:55 Rev.: 6170

Always initialize '_abc'

3 lines of code changed in 1 file:

quix0r 2012-11-12 18:51 Rev.: 6169

Rewrote else blocks (avoided them)

8 lines of code changed in 1 file:

quix0r 2012-11-12 18:41 Rev.: 6168

Test is not JSON

1 lines of code changed in 1 file:

quix0r 2012-11-11 22:08 Rev.: 6167

Extension ext-surfbar continued:
- Added booking packages for ext-surfbar (unfinished admin area + member)
- Renamed most 'Surfbar' to 'Besuchertausch' which is more correct
- Swapped out some messages to language file
- Other improvements
- TODOs.txt updated

728 lines of code changed in 89 files:

quix0r 2012-11-10 21:29 Rev.: 6166

Added purging of subid and server_name logs

388 lines of code changed in 32 files:

quix0r 2012-11-10 20:11 Rev.: 6165

Even more fixes/improvements:
- Added missing XML node
- Added missing 'class' to all label tags
- Swapped out text from surfbar templates to language file
- Other minor improvements/fixes

194 lines of code changed in 19 files:

quix0r 2012-11-10 18:06 Rev.: 6164

Mostly ext-forced continued:
- Missing email templates for forced ads and campaigns added
- More fixes for XML callback-handlers
- Added new (temporary) configuration variable DEBUG_BUILD_MAILS to allow easy
debugging of "build mails"

246 lines of code changed in 25 files:

quix0r 2012-11-10 16:44 Rev.: 6163

Additional fixes for XML handler and listing builder

56 lines of code changed in 7 files:

quix0r 2012-11-10 15:47 Rev.: 6162

Added missing wrapper for 'auto_purge' configuration

12 lines of code changed in 1 file:

quix0r 2012-11-10 15:37 Rev.: 6161

Minor cleanups

68 lines of code changed in 8 files:

quix0r 2012-11-10 15:00 Rev.: 6160

Do not append the session id on form method 'get' as it conflicts with other form fields

2 lines of code changed in 2 files:

quix0r 2012-11-10 01:45 Rev.: 6159

Mailer project continued (heavy refactoring):
- Added all missing nodes in all XML templates to allow $content being handled
by referred HTML templates
- This means that you can pass "dynamic" content through the XML sub system to
the templates as usual. If you do so, a generic 'rows' array element is being
used for the row output
- Refactured all form-tags to EL code to allow e.g. adding session id to all
forms or (not yet added) TAN numbers to combat any kind of form spamming and
accidentally done re-submits
- Including closing form tag
- In the above process, onsubmit/onreset are now strongly discouraged as you
should better use the jQuery AJAX framework
- Other rewrites/refacturings I cannot remember
- TODOs.txt updated

1354 lines of code changed in 361 files:

quix0r 2012-11-08 23:45 Rev.: 6158

Now the comment block is okay

5 lines of code changed in 5 files:

quix0r 2012-11-08 23:42 Rev.: 6157

Fixes for installation phase

46 lines of code changed in 7 files:

quix0r 2012-11-08 22:16 Rev.: 6156

Is 'test' target JSON?

2 lines of code changed in 2 files:

quix0r 2012-11-08 22:09 Rev.: 6155

This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER do this here

0 lines of code changed in 1 file:

quix0r 2012-11-08 21:26 Rev.: 6154

Better use isHtmlOutputMode()

5 lines of code changed in 1 file:

quix0r 2012-11-08 21:20 Rev.: 6153

Fatal error table is now centered

2 lines of code changed in 1 file:

quix0r 2012-11-08 21:19 Rev.: 6152

The error handler does now take care of not out-putting the error message to the browser in installation phase

11 lines of code changed in 2 files:

quix0r 2012-11-08 21:08 Rev.: 6151

Fix for height

4 lines of code changed in 4 files:

quix0r 2012-11-08 00:36 Rev.: 6150

Fix for 'next/previous' navigation

8 lines of code changed in 1 file:

quix0r 2012-11-08 00:09 Rev.: 6149

AJAX installer fixed:
- The AJAX installer could be fixed thanks to gnarf from jquery chat :)
- Added uncompressed jquery (1.8.2) to allow later debugging

9453 lines of code changed in 4 files:

quix0r 2012-11-07 23:11 Rev.: 6148

Fix for two-lined 'tabnav'

8 lines of code changed in 4 files:

quix0r 2012-11-07 20:39 Rev.: 6147

isExtensionOlder() is no longer required

1 lines of code changed in 2 files:

quix0r 2012-11-07 20:38 Rev.: 6146

Use version_compare(), unregister only registered filters:
- The old version comparison is not really safe, so better use version_compare()
with third parameter (compare operator)
- Now only registered extensions will be unregistered, as this would needlessly
delete filter cache file

18 lines of code changed in 3 files:

quix0r 2012-11-07 18:03 Rev.: 6145

shall not have less than 10 entries

6 lines of code changed in 2 files:

quix0r 2012-11-07 17:27 Rev.: 6144

Fix (opps) for installer, missed the '.php' extension :(

3 lines of code changed in 2 files:

quix0r 2012-11-05 16:36 Rev.: 6143

Lower memory usage or caching? Red or blue pill?
- Function readFromFile() does now longer 'cache' its content as it is to
memory intensive
- TODOs.txt updated

96 lines of code changed in 2 files:

quix0r 2012-11-04 14:16 Rev.: 6142

Also this is deprecated

1 lines of code changed in 1 file:

quix0r 2012-11-04 14:15 Rev.: 6141

Reverted

17 lines of code changed in 1 file:

quix0r 2012-11-04 14:13 Rev.: 6140

Found more deprecated templates (on my server, lets distribute them)

110 lines of code changed in 49 files:

quix0r 2012-11-04 13:55 Rev.: 6139

Also these templates are all dead

0 lines of code changed in 3 files:

quix0r 2012-11-04 13:52 Rev.: 6138

Also this is dead :(

0 lines of code changed in 1 file:

quix0r 2012-11-04 13:51 Rev.: 6137

Long dead ...

0 lines of code changed in 3 files:

quix0r 2012-11-04 13:47

Also these scripts are long-time dead

56 lines of code changed in 15 files:

quix0r 2012-11-04 13:41 Rev.: 6134

These scripts were still on mxchange.org and are deprecated, needs distribution

9 lines of code changed in 3 files:

quix0r 2012-11-04 13:40 Rev.: 6133

Also these CSS files are deprecated or reborn (e.g. bonus.css)

71 lines of code changed in 13 files:

quix0r 2012-11-04 13:33 Rev.: 6132

These scripts are all deprecated and this needs to be distributed

14 lines of code changed in 16 files:

quix0r 2012-11-04 13:18 Rev.: 6131

R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated

35 lines of code changed in 318 files:

quix0r 2012-11-04 13:07 Rev.: 6130

A little better debugging, handling of percent char

2 lines of code changed in 2 files:

quix0r 2012-11-04 02:46 Rev.: 6129

Missing language string

1 lines of code changed in 1 file:

quix0r 2012-11-04 02:45 Rev.: 6128

Added some missing wrapper functions

72 lines of code changed in 2 files:

quix0r 2012-11-04 02:44 Rev.: 6127

Even more fixes :(

2 lines of code changed in 2 files:

quix0r 2012-11-04 02:28 Rev.: 6126

Fixes for isAdmin() rewrite of latest commits.

50 lines of code changed in 6 files:

quix0r 2012-11-04 01:11 Rev.: 6125

Speed up of isAdmin()

36 lines of code changed in 2 files:

quix0r 2012-11-04 01:03 Rev.: 6124

Temporary configuration 'RAND_NUMBER' is now 'cached' in session variable, possibly fixed handling of hash (wrong salt)

15 lines of code changed in 3 files:

quix0r 2012-11-04 00:53 Rev.: 6123

Fixes and better logging

20 lines of code changed in 1 file:

quix0r 2012-11-04 00:17 Rev.: 6122

Removed duplicate code which has already been moved to a filter

0 lines of code changed in 1 file:

quix0r 2012-11-04 00:07 Rev.: 6121

Introduced new template helper 'doTemplateDeferrerUrl' to encapsulate generating uniform 'admin-testing-code'

17 lines of code changed in 6 files:

quix0r 2012-11-03 23:48 Rev.: 6120

Added listing of wrong 'SERVER_NAME' entries

244 lines of code changed in 9 files:

quix0r 2012-11-03 23:21 Rev.: 6119

Default is one

1 lines of code changed in 1 file:

quix0r 2012-11-03 23:19 Rev.: 6118

Use 'referrer', not 'referral'

1 lines of code changed in 1 file:

quix0r 2012-11-03 23:17 Rev.: 6117

Opps :(

2 lines of code changed in 1 file:

quix0r 2012-11-03 23:15 Rev.: 6116

Addded more fields to server_name_log table, fixed out-dated ext-admins

62 lines of code changed in 4 files:

quix0r 2012-11-03 22:43 Rev.: 6115

Opps :(

1 lines of code changed in 1 file:

quix0r 2012-11-03 22:41 Rev.: 6114

Extension ext-sql_patches continued:
- Logging of wrong SERVER_NAME values added (admin menu not yet)
- Fix for missing array element 'default' in admin-inc.php

38 lines of code changed in 4 files:

quix0r 2012-11-03 22:28 Rev.: 6113

Had to do it this way... :(

4 lines of code changed in 1 file:

quix0r 2012-11-03 22:26 Rev.: 6112

Fix for wrong SERVER_NAME usage (may cause trouble)

58 lines of code changed in 5 files:

quix0r 2012-11-03 22:02 Rev.: 6111

Fix for SQL

1 lines of code changed in 1 file:

quix0r 2012-11-03 15:20 Rev.: 6110

Fix also this

1 lines of code changed in 1 file:

quix0r 2012-11-03 15:18 Rev.: 6109

Mailer fixed, ext-admins improved:
- In Table 'mailer_admins_mails' the column 'admin_id' is now default NULL, not 0
- Purged old admin mail template names from same table
- Possible fix for bug #237 (please test it)
- Other minor improvement: column names always in back-ticks (`)

25 lines of code changed in 4 files:

October 2012 »

Generated by StatSVN 0.7.0