July 2010 Commit Log

Number of Commits:
106
Number of Active Developers:
1
quix0r 2010-07-31 07:06 Rev.: 5205

Introduced new function capitalizeUnderscoreString(), rewritten 'do' parameter:
- Introduced new function capitalizeUnderscoreString(), this function does first
convert all dashes (-) into underscores (_) and then capitalizes all strings
parts. This function is self-cached to speedup things
- All ext-network templates rewritten which has a 'do' parameter, this parameter
identifies the form which should be processed by doNetworkProccessForm()

55 lines of code changed in 17 files:

quix0r 2010-07-30 02:23 Rev.: 5204

Old lost code removed in modules.php, naming convention applied:
- Old lost code to check if 'module' is set removed, it is done now in a filter
- Naming convention applied: subject line identifier should end with _SUBJECT
- Some code simplified

44 lines of code changed in 9 files:

quix0r 2010-07-30 00:49 Rev.: 5203

Even more usage of EL

26 lines of code changed in 5 files:

quix0r 2010-07-30 00:20 Rev.: 5202

Generic function accepts eights (!) but optional parameter $callback, ext-network continued:
- The generic function generateOptionList() does now accept an optional eights
parameter $callback. This is already used in ext-network to 'translate' values
from column translation_name and can be any valid call-back function passed to
call_user_func_array().
- Extension ext-network does now have very basic API array index translations
- TODOs.txt updated

53 lines of code changed in 7 files:

quix0r 2010-07-29 23:43 Rev.: 5201

The table 'network_translations' is now a static table maintained in the database

13 lines of code changed in 5 files:

quix0r 2010-07-29 23:09 Rev.: 5200

Template fixed

1 lines of code changed in 1 file:

quix0r 2010-07-29 23:03 Rev.: 5199

More usage of EL

59 lines of code changed in 18 files:

quix0r 2010-07-29 22:01 Rev.: 5198

More usage of isValdUserId()

69 lines of code changed in 13 files:

quix0r 2010-07-28 21:28 Rev.: 5197

Naming convention applied on language strings, check added to wrapper:
- Naming convention applied on more language strings
- Check added to wrapper function ifPostContainsSelections() to make sure the
form is really sent
- TODOs.txt updated

115 lines of code changed in 31 files:

quix0r 2010-07-27 23:49 Rev.: 5196

TODOs.txt updated... :-(

8 lines of code changed in 1 file:

quix0r 2010-07-27 23:44 Rev.: 5195

Total eval() commands slightly reduced, still there are some left

44 lines of code changed in 6 files:

quix0r 2010-07-25 00:16 Rev.: 5194

German Umlaute fixed, new wrapper functions for ext-profile added

152 lines of code changed in 46 files:

quix0r 2010-07-24 23:16 Rev.: 5193

Naming convention applied, ext-network menu resorted:
- Naming convention applied on ext-network templates and PHP scripts
- From same extension, the menu has been resorted
- SQL_NUMROWS() is now cached
- Many code cleanups related to SQL_NUMROWS()
- TODOs.txt updated

384 lines of code changed in 24 files:

quix0r 2010-07-24 05:47 Rev.: 5192

Theme 'org' now requires css.php or inline mode

3 lines of code changed in 1 file:

quix0r 2010-07-24 04:57 Rev.: 5191

Should be fixed long time ago... :-(

1 lines of code changed in 1 file:

quix0r 2010-07-24 03:58 Rev.: 5190

Rewritten to make usage of newly introduced math EL code

100 lines of code changed in 10 files:

quix0r 2010-07-24 02:47 Rev.: 5189

Slogan added, logout added to ext-sponsor:
- The slogan will now be displayed in sponsor menu's header
- Logout and only redirect from sponsor area to guest area added

138 lines of code changed in 5 files:

quix0r 2010-07-24 02:41 Rev.: 5188

Fix for missing 'you are here' navigation and redirect added to sponsor login if already logged in

6 lines of code changed in 2 files:

quix0r 2010-07-24 02:37 Rev.: 5187

Fixes for messed up sponsor menu

7 lines of code changed in 3 files:

quix0r 2010-07-24 02:32 Rev.: 5186

More rewrites/fixes (not all is fixed) for ext-sponsor

199 lines of code changed in 43 files:

quix0r 2010-07-24 00:51 Rev.: 5185

SQL fix and renamed language string fixed

17 lines of code changed in 6 files:

quix0r 2010-07-23 06:13 Rev.: 5184

Some SQL queries improved, sponsor registration fixed:
- Some SQL queries improved by removed single quotes around data that are
numbers. This may help MySQL to improve speed of the query
- Sponsor registration from admin (and possibly guest) area was broken
- TODOs.txt updated

60 lines of code changed in 14 files:

quix0r 2010-07-23 05:10 Rev.: 5183

A lot template functions for ext-sponsor added, fixes in admin template

223 lines of code changed in 4 files:

quix0r 2010-07-23 04:36 Rev.: 5182

Made mails debugable without messing the output, fixes for forced sponsor registration by admin

33 lines of code changed in 5 files:

quix0r 2010-07-23 04:13 Rev.: 5181

Fixed missing entity encoding (please test this)

3 lines of code changed in 2 files:

quix0r 2010-07-23 04:11 Rev.: 5180

Some sponsor API functions added, expression function for user moved:
- Missing function generateSponsorEmailLink() added
- Sponsor registration rewritten to make usage of API function, we can use the
function in admin area again, so the code is shorter
- Usage of EL in admin template for ext-sponsor
- TODOs.txt updated

153 lines of code changed in 10 files:

quix0r 2010-07-23 03:37 Rev.: 5179

Even more renamed/fixed, internal TODO about FOO_1/FOO_2 merge continued

12 lines of code changed in 7 files:

quix0r 2010-07-23 03:34 Rev.: 5178

Naming convention applied (missed to rename some strings)

4 lines of code changed in 1 file:

quix0r 2010-07-23 03:20 Rev.: 5177

Fixes for auto-activation of extensions while registration phase

93 lines of code changed in 5 files:

quix0r 2010-07-22 15:39 Rev.: 5176

Numerous ext-sponsor fixes and HTML rewrites (sorry for lame description)

182 lines of code changed in 39 files:

quix0r 2010-07-22 13:35 Rev.: 5175

Handling of local newer revisions than on update server added

8 lines of code changed in 2 files:

quix0r 2010-07-22 13:27 Rev.: 5174

Missing language string added

2 lines of code changed in 2 files:

quix0r 2010-07-22 13:24 Rev.: 5173

More language strings renamed (better naming convention)

96 lines of code changed in 11 files:

quix0r 2010-07-22 12:49 Rev.: 5172

New wrapper functions introduced

103 lines of code changed in 54 files:

quix0r 2010-07-22 11:11 Rev.: 5171

Legacy comments removed, description for ext-network expanded:
- Some legacy comments removed, they belong to a much older version of this
script and are no longer valid, but still we would recommend you to remove
at least install.php
- Description text for extension ext-network heavily expanded, planed V-Check
support noted
- Some old-lost code refactured
- TODOs.txt updated

125 lines of code changed in 6 files:

quix0r 2010-07-21 05:45 Rev.: 5170

Even more string languages/templates renamed (not really) according to naming convention

225 lines of code changed in 37 files:

quix0r 2010-07-21 02:55 Rev.: 5169

Moved doTemplateFooBar() down (to match with other include files)

63 lines of code changed in 8 files:

quix0r 2010-07-21 02:38 Rev.: 5168

Naming convention applied (database columns, keys), Code cosmetics applied:
- Naming convention applied on some old-lost database column names (ext-sponsor)
- Notation of SQL queries improved
- Other minor code improvements
- TODOs.txt updated

82 lines of code changed in 19 files:

quix0r 2010-07-21 01:55 Rev.: 5167

Our convention says if(-else) blocks should not be put in one line

95 lines of code changed in 12 files:

quix0r 2010-07-21 01:22 Rev.: 5166

TODOs.txt updated... :-(

24 lines of code changed in 1 file:

quix0r 2010-07-21 01:21 Rev.: 5165

New template helper function doTemplateExtensionRegistrationLink() introduced

47 lines of code changed in 11 files:

quix0r 2010-07-21 01:03 Rev.: 5164

Now with extension name

2 lines of code changed in 2 files:

quix0r 2010-07-21 01:00 Rev.: 5163

Typo... :(

1 lines of code changed in 1 file:

quix0r 2010-07-21 00:54 Rev.: 5162

Now first comes the warning for installating non-productive extensions

1 lines of code changed in 1 file:

quix0r 2010-07-21 00:53 Rev.: 5161

Now non-productive extensions cant be quick-registered any longer (but still installable through 'execute' button)

82 lines of code changed in 6 files:

quix0r 2010-07-21 00:14 Rev.: 5160

Even more language strings renamed

103 lines of code changed in 35 files:

quix0r 2010-07-20 23:48 Rev.: 5159

Naming convention, more usage of EL, new wrapper function introduced:
- Naming convention applied on further more language strings
- New wrapper function isDirectPaymentAllowed() added
- More usage of EL to shorten PHP scripts
- Parameter $locked in function addPointsToRefSystem() optimized out
- TODOs.txt updated

71 lines of code changed in 16 files:

quix0r 2010-07-20 22:06 Rev.: 5158

Naming convention applied, more cleanups, more EL

168 lines of code changed in 26 files:

quix0r 2010-07-20 06:39 Rev.: 5157

More usage of EL

10 lines of code changed in 4 files:

quix0r 2010-07-20 06:32 Rev.: 5156

Wrapper getMtWord2() added

12 lines of code changed in 1 file:

quix0r 2010-07-20 06:30 Rev.: 5155

Fixed two parser errors

22 lines of code changed in 3 files:

quix0r 2010-07-19 16:38 Rev.: 5154

Fix for inserted codes while registering of extensions, many rewrites/cleanups:
- Fix for extension registration, codes like {OPEN_CONFIG} and such are no
longer compiled in while the extension gots registered. This come handy for
e.g. our POINTS replacement.
- More usage of countSumTotalData() which should reduce the number of SQL
queries in the whole script
- Replaced a lot double-quotes with single-quotes
- Other minor cleanups

172 lines of code changed in 43 files:

quix0r 2010-07-19 01:28 Rev.: 5153

New extension ext-cliclbanner introduced, a lot SVN properties changed

1859 lines of code changed in 1726 files:

quix0r 2010-07-18 13:19 Rev.: 5152

IP resolver fixed, no need to lookup IP addresses

15 lines of code changed in 1 file:

quix0r 2010-07-18 04:37 Rev.: 5151

Yet-another renaming-mistake :(

1 lines of code changed in 1 file:

quix0r 2010-07-18 04:30 Rev.: 5150

Fixed wrong naming

1 lines of code changed in 1 file:

quix0r 2010-07-18 04:28 Rev.: 5149

Some more cleanups/improvements:
- New wrapper function isUrlBlacklistEnabled() introduced
- More usage of EL in templates
- Renames of array elements to make them the same as database column names
- Some SQLs improved
- TODOs.txt updated

148 lines of code changed in 21 files:

quix0r 2010-07-18 02:11 Rev.: 5148

Fix for 'Unknown gender F'

3 lines of code changed in 1 file:

quix0r 2010-07-16 16:34 Rev.: 5147

Syntax errors fixed, naming convention applied, wrappers used:
- Some syntax errors fixed (were added with last commit)
- Naming convention applied on variables $max ($numMenus) and some more
- Wraper countSumTotalData() further used
- overview-inc.php contained a query which can be converted into a wrapper call,
function isExtensionInstalled() could be used instead
- TODOs.txt updated

68 lines of code changed in 16 files:

quix0r 2010-07-16 04:49 Rev.: 5146

More language strings renamed, TODOs.txt updated:
- A lot more language strings renamed (naming convention: ADMIN_, GUEST_,
MEMBER_ and SPONSOR_ are used for "level" specific language strings, for all
currently no prefix is used.
- HTML code moved out to template
- TODOs.txt updated

233 lines of code changed in 41 files:

quix0r 2010-07-15 19:26 Rev.: 5145

Even more array-element names fixed

2 lines of code changed in 2 files:

quix0r 2010-07-15 19:23 Rev.: 5144

Several template fixes/code cleanups, default module titles added:
- Several template fixes/cleanups, e.g. class="bottom" was missing, array
elements were renamed but not in templates
- Code cosmetics applied
- Default module titles will now be set if no module title is already entered

29 lines of code changed in 6 files:

quix0r 2010-07-12 14:22 Rev.: 5143

Naming convention further applied, TODOs.txt updated

579 lines of code changed in 47 files:

quix0r 2010-07-12 14:04 Rev.: 5142

New wrapper functions introduced, TODOs.txt updated

40 lines of code changed in 6 files:

quix0r 2010-07-12 13:10 Rev.: 5141

SQL fixes, rewrites to make better use of EL

5 lines of code changed in 4 files:

quix0r 2010-07-12 12:55 Rev.: 5140

A lot naming conventions applied, TODOs.txt updated

553 lines of code changed in 132 files:

quix0r 2010-07-12 11:40 Rev.: 5139

Fix for doubler and double line in what=confirm

2 lines of code changed in 2 files:

quix0r 2010-07-11 23:54 Rev.: 5138

Lesser use of double-quotes

59 lines of code changed in 10 files:

quix0r 2010-07-11 21:46 Rev.: 5137

Naming convention applied, new wrapper introduced:
- Naming convention only allows foo_yes/foo_no (was: foo_y/foo_n)
- New wrapper isRefbackEnabled () introduced
- TODOs.txt updated

48 lines of code changed in 10 files:

quix0r 2010-07-11 21:27 Rev.: 5136

Some more wrappers added, code cleanups:
- Configuration 'wernis_userid' rewritten to {?wernis_refid?}
- New wrapper getIndexHome() added
- New wrapper getDoublerUserid() added (and a global array element rewritten)
- Doublicate braces (('foo')) cleaned up
- Some code costemtics applied
- Other minor improvements

90 lines of code changed in 35 files:

quix0r 2010-07-11 20:55 Rev.: 5135

Fixes for doubler (not fully fixed) and rewrites for beg/doubler:
- Many fixes for doubler link (was broken due to bad EL syntax)
- Rewrites to make lesser use of SOME_FOO_1/SOME_FOO_2 (should be SOME_FOO)
- Fixes for beg extension
- TODOs.txt updated

33 lines of code changed in 10 files:

quix0r 2010-07-10 10:44 Rev.: 5134

Table types InnoDB/MEMORY added

15 lines of code changed in 3 files:

quix0r 2010-07-10 09:51 Rev.: 5133

New wrapper function introduced, more EL rewrites:
- New wrapper function getTotalPoints() introduced
- Even more rewrites to make usage of EL
- TODOs.txt updated

132 lines of code changed in 44 files:

quix0r 2010-07-08 23:17 Rev.: 5132

Rewrites to handle non-existent modules:
- Getting module' title is now done while compilation phase (and not when the
filter runs). This allows us to modify it even after the page header has been
loaded.
- TODOs.txt updated

24 lines of code changed in 5 files:

quix0r 2010-07-08 22:59 Rev.: 5131

Fixed missing action if provided module is invalid (e.g. module=http://foo-server)

6 lines of code changed in 2 files:

quix0r 2010-07-06 08:15 Rev.: 5130

Even more fixes/rewrites due to changed config entries

13 lines of code changed in 5 files:

quix0r 2010-07-06 08:01 Rev.: 5129

Rewrites for installation phase:
- All localized installer messages should be located in install_XX.php
- All those messages should have a prefix INSTALLER_
- Fatal errors in installation phase are now no longer handled by our fatal
error handler, instead the installer handles them by itself.
- Another old message id part "LANG" removed
- TODOs.txt updated

137 lines of code changed in 19 files:

quix0r 2010-07-05 19:47 Rev.: 5128

One more wrapper function introduced, fixed for installation phase

33 lines of code changed in 5 files:

quix0r 2010-07-05 15:48 Rev.: 5127

More wrapper functions added

33 lines of code changed in 5 files:

quix0r 2010-07-05 15:38 Rev.: 5126

Moved surfbar-related functions, unnessary array element removed

55 lines of code changed in 4 files:

quix0r 2010-07-05 13:15 Rev.: 5125

Fixed displaying of correct values in surfbar

117 lines of code changed in 6 files:

quix0r 2010-07-05 10:08 Rev.: 5124

More fixes for typos in SQL queries

25 lines of code changed in 6 files:

quix0r 2010-07-05 09:47 Rev.: 5123

More cached wrapper functions introduced

57 lines of code changed in 8 files:

quix0r 2010-07-05 09:33 Rev.: 5122

Fix for if user account is missing

1 lines of code changed in 1 file:

quix0r 2010-07-05 07:26 Rev.: 5121

Getter getBegUserid() added

12 lines of code changed in 1 file:

quix0r 2010-07-05 07:24 Rev.: 5120

Wrapper function isBegRallyeEnabled() introduced, rewrites to make usage of isExtensionInstalledAndNewer()

22 lines of code changed in 8 files:

quix0r 2010-07-05 07:12 Rev.: 5119

Wrapper function isVerboseSqlEnabled() introduced

19 lines of code changed in 5 files:

quix0r 2010-07-04 14:11 Rev.: 5118

Typo fixed

2 lines of code changed in 2 files:

quix0r 2010-07-04 14:10 Rev.: 5117

More cached wrapper functions added for config entries

173 lines of code changed in 9 files:

quix0r 2010-07-04 13:55 Rev.: 5116

Fixes for missing arguments and some improvements:
- Fixes for missing arguments of debug_report_bug() in various placed
- readFromFile() does already check if the file is readable, so no other
function need to call debug_report_bug() if it is not readable
- TODOs.txt updated

19 lines of code changed in 5 files:

quix0r 2010-07-04 12:41 Rev.: 5115

Fix for broken SQL

1 lines of code changed in 1 file:

quix0r 2010-07-02 14:19 Rev.: 5114

Some code cosmetics and fixes

4 lines of code changed in 3 files:

quix0r 2010-07-02 04:47 Rev.: 5113

reseller was an old parameter where it was planed to write a shop system with this engine

5 lines of code changed in 2 files:

quix0r 2010-07-02 04:37 Rev.: 5112

All admin data is looked up by admin id

30 lines of code changed in 1 file:

quix0r 2010-07-02 04:28 Rev.: 5111

Naming convention, internal TODOs solved:
- Naming convention says referal ids should be represented as 'refid' and not
'rid' which is to short
- Internal TODO solved which wants us to make usage of addPointsFoo() function
- TODOs.txt updated

32 lines of code changed in 9 files:

quix0r 2010-07-01 18:00 Rev.: 5109

Directories with a dot caused some trouble, rewritten all code to make no longer usage of it

6 lines of code changed in 4 files:

quix0r 2010-07-01 17:49 Rev.: 5108

Removed deprecated code, inc/.secret/ is now obsolete and its files are located in inc/cache/. Please move all files from inc/.secret/ to inc/cache/

2 lines of code changed in 2 files:

quix0r 2010-07-01 07:39 Rev.: 5107

Typo fixed :-(

7 lines of code changed in 7 files:

quix0r 2010-07-01 06:00 Rev.: 5106

Parser errors fixed

2 lines of code changed in 2 files:

quix0r 2010-07-01 05:45 Rev.: 5105

More rewrites to make use of (cached) wrapper functions

266 lines of code changed in 108 files:

quix0r 2010-07-01 02:47 Rev.: 5104

API functions renamed:
- getOutputMode() is now known as getScriptOutputMode()
- getCachedOutputMode() is now known as getOutputMode()
- This solves a conflict shown in previous commit

75 lines of code changed in 48 files:

quix0r 2010-07-01 02:43 Rev.: 5103

A lot calls saved, expression language rewritten:
- A lot getConfig() calls saved and wrapped: getConfig('FOO_BAR') can now be
done with getFooBar(), except OUTPUT_MODE: getCachedOutputMode(). We need to
fix that later on.
- Expression language rewritten (and cached) to take a look for above wrapper
functions.
- TODOs.txt updated

654 lines of code changed in 53 files:

quix0r 2010-07-01 00:57 Rev.: 5102

Debug line removed

0 lines of code changed in 1 file:

quix0r 2010-07-01 00:54 Rev.: 5101

Internal statistics are now turned off by default, install ext-other, version >= 0.2.6 to get them back enabled

5 lines of code changed in 2 files:

quix0r 2010-07-01 00:51 Rev.: 5100

Module-related code moved, deprecated templates deleted, internals stats are now configurable
- Internal statistics can now be turned of to gain a little more performance
- Module-related functions moved to module-functions.php
- Deprecated templates removed
- TODOs.txt updated

372 lines of code changed in 17 files:

quix0r 2010-07-01 00:22 Rev.: 5099

Fix for if sql_patches is not installed or older than 0.3.6

10 lines of code changed in 1 file:

June 2010 »

Generated by StatSVN 0.7.0