Directory branches/0.2.1-FINAL/inc/modules/guest/

Total Files:
30
Deleted Files:
46
Lines of Code:
3124

[root]/branches/0.2.1-FINAL/inc/modules/guest

Lines of Code

branches/0.2.1-FINAL/inc/modules/guest/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1902 (100.0%) 16323 (100.0%) 8.5
quix0r 1896 (99.7%) 16314 (99.9%) 8.6
root 3 (0.2%) 9 (0.1%) 3.0
quixy 3 (0.2%) 0 (0.0%) 0.0

Most Recent Commits

quix0r 2013-09-01 21:13 Rev.: 6437

Rewrote 2 str_replace() calls to one with array()

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-wernis_portal.php (+2 -2)
quix0r 2013-08-04 06:38 Rev.: 6434

Registration provider continued:
- Added missing guest templates, "translate" function, language elements
- Fixed handling of 'provider' parameter (renamed!) in filters
- Start of cleanup of CSS classes

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-register.php (+1 -1)
quix0r 2013-07-31 11:54 Rev.: 6432

Rewrote some code, added templates/functions:
- Introduced return(Error)Message() functions
- Added template for choosing registration provider
- Added template helper which reads all activated registration provider
- Other improvements

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-sponsor_reg.php (+1 -1)
quix0r 2013-07-31 02:34 Rev.: 6427

Continued with registration provider:
- Added a lot filter for both ext-register/wernis to handle (partly finished)
registration requests and forms
- Add config entry (currently not changeable in web interface) for default
registration and login provider

12 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-register.php (+12 -82)
quix0r 2013-07-30 00:26 Rev.: 6423

Rewrote some parts:
- more double quotes converted to single (speed up)
- introduced isThemeReadable()
- Other minor rewrites

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-stats.php (+1 -1)
quix0r 2013-06-22 04:19 Rev.: 6413

More double-quotes to single-quotes

5 lines of code changed in 5 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action- (+1 -1), action-admin.php (+1 -1), action-main.php (+1 -1), action-members.php (+1 -1), action-sponsor.php (+1 -1)
quix0r 2013-05-27 14:37 Rev.: 6389

Heacy rewrite/cleanup:
- Removed all deprecated files (with only @DEPRECATED in it)
- Listing of blacklist entries added (may be uncomplete, untested)
- Fixed AJAX installer + added first admin registration to it
- Prepared better CAPTCHA support
- Various other fixes (tons!)
- TODOs.txt updated

13 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-mediadata.php (+5 -10), what-register.php (+3 -3), what-sponsor_reg.php (+5 -5)
quix0r 2013-03-06 01:24 Rev.: 6378

Renamed all SQL-related functions to camel-case notation

86 lines of code changed in 10 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-active.php (+3 -3), what-login.php (+3 -3), what-mediadata.php (+15 -15), what-rallyes.php (+3 -3), what-register.php (+1 -1), what-sponsor_infos.php (+8 -8), what-sponsor_login.php (+21 -21), what-sponsor_reg.php (+8 -8), what-stats.php (+15 -15), what-top10.php (+9 -9)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

29 lines of code changed in 29 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action- (+1 -1), action-admin.php (+1 -1), action-main.php (+1 -1), action-members.php (+1 -1), action-online.php (+1 -1), action-sponsor.php (+1 -1), action-themes.php (+1 -1), what- (+1 -1), what-active.php (+1 -1), what-admin.php (+1 -1), what-agb.php (+1 -1), what-beg.php (+1 -1), what-confirm.php (+1 -1), what-doubler.php (+1 -1), what-extensions.php (+1 -1), what-impressum.php (+1 -1), what-infos.php (+1 -1), what-login.php (+1 -1), what-mediadata.php (+1 -1), what-rallyes.php (+1 -1), what-register.php (+1 -1), what-sponsor_agb.php (+1 -1), what-sponsor_infos.php (+1 -1), what-sponsor_login.php (+1 -1), what-sponsor_reg.php (+1 -1), what-stats.php (+1 -1), what-top10.php (+1 -1), what-welcome.php (+1 -1), what-wernis_portal.php (+1 -1)
quix0r 2013-01-23 02:10 Rev.: 6347

More rewrites to configuration:
- Moved more configuration entries from tables.sql to proper extensions
- Moved some configuration from/to ext-other to/from ext-foo
- Swapped out 'update' step for ext-register
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: action-online.php (+1 -1)
quix0r 2013-01-17 03:20 Rev.: 6334

Typos fixed + keep fake modules hidden

3 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-stats.php (+3 -3)
quix0r 2013-01-17 02:23 Rev.: 6324

Fixed calls of addSelectionBox()

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-register.php (+2 -2)
quix0r 2013-01-10 07:37 Rev.: 6304

Init variables on top

5 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-sponsor_infos.php (+5 -3)
quix0r 2013-01-10 07:29 Rev.: 6303

Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);

1 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-rallyes.php (+1 -7), what-register.php (-3)
quix0r 2013-01-10 07:04 Rev.: 6302

Removed some column aliases as they make it harder to check which column was ment

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-mediadata.php (+2 -2)
quix0r 2013-01-10 03:40 Rev.: 6297

Filters for configurable userid exclusion added:
- Rewrote some if() blocks to a filter to exclude configured userids, if set
- Closed internal TODO (see above)
- Added SQL columns/aliases/table names in back-ticks (missed some)
- TODOs.txt updated

52 lines of code changed in 4 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-mediadata.php (+9 -9), what-rallyes.php (+16 -16), what-sponsor_infos.php (+11 -9), what-top10.php (+16 -16)
quix0r 2013-01-09 23:20 Rev.: 6292

Use countSumTotalData() instead of SQL query

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-mediadata.php (+1 -1)
quix0r 2013-01-09 22:09 Rev.: 6290

RDF/RSS parser fixed:
- Added possiblity of a call-back function for finish() method
- Fixed many other things (sorry)
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-wernis_portal.php (+1)
quix0r 2013-01-09 06:14 Rev.: 6285

Introduced padLeftZero()

3 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-login.php (+3 -7)
quix0r 2013-01-09 00:57 Rev.: 6283

MINOR: Mark closing braces that closes a simple if() block

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what- (+1 -1), what-impressum.php (+1 -1)
quix0r 2013-01-06 21:25 Rev.: 6271

Mailer project rwritten:
- Extension ext-network continued:
+ More missing type handlers added
+ Also array element translations added
+ Made API query generally working
+ Added missing what-config_network.php to allow configuration
+ Many other improvements
- Used correct MIME type for JavaScripts (text/javascript)
- Many other rewrites
- TODOs.txt updated

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-sponsor_reg.php (+2 -2)
root 2012-12-29 20:39 Rev.: 3178

Deleted from CVS import

9 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-confirm.php (del), what-login.php (del), what-stats.php (del)
quix0r 2012-12-27 02:40 Rev.: 6247

AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present (hint: see installer)

9 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-extensions.php (+1 -10), what-register.php (+3 -3), what-sponsor_reg.php (+5 -5)
quix0r 2012-12-22 23:38 Rev.: 6243

Minor improvements, wrote all upper-case

10 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-stats.php (+10 -9)
quix0r 2012-12-01 13:28 Rev.: 6229

Added more missing wrappers

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-mediadata.php (+1 -1)
quix0r 2012-11-28 18:40 Rev.: 6227

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

13 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-stats.php (+10 -9), what-wernis_portal.php (+3 -4)
quix0r 2012-11-25 14:34 Rev.: 6209

Introduced more wrappers

6 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-top10.php (+6 -6)
quix0r 2012-11-04 13:18 Rev.: 6131

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

0 lines of code changed in 45 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action-actions.php (del), action-dummy.php (del), action-interna.php (del), action-mailer.php (del), action-mxchange.php (del), what-about.php (del), what-aboutme.php (del), what-awards.php (del), what-bug-tracker.php (del), what-contribute.php (del), what-delphine-helfen-kind.php (del), what-demo.php (del), what-docs.php (del), what-donate.php (del), what-downloads.php (del), what-faqs.php (del), what-forum.php (del), what-jobs.php (del), what-link_us.php (del), what-listed.php (del), what-my_weblog.php (del), what-news-2003.php (del), what-news-2004.php (del), what-news-2005.php (del), what-news-2006.php (del), what-news-2007.php (del), what-news-2008.php (del), what-news-2009.php (del), what-news-2010.php (del), what-news.php (del), what-newsletter.php (del), what-partner.php (del), what-pay_faq.php (del), what-philosophy.php (del), what-photos.php (del), what-powered.php (del), what-premium-backlinks.php (del), what-preview.php (del), what-references.php (del), what-releases.php (del), what-requirements.php (del), what-rettet_das_internet.php (del), what-roadmap.php (del), what-svn.php (del), what-why_reg.php (del)
quix0r 2012-10-24 21:33 Rev.: 6096

Extension ext-top10 improved:
- calculation of top earners changed
- added notice about above change
- moved out text to language file

20 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-top10.php (+20 -20)
quix0r 2012-10-23 22:01 Rev.: 6094

Testers excluded (almost, see TODO) from guest stats page:
- Don't do secureString(getRequestElement('foo')) as it is already secured
- Testers excluded from almost all statistics in what-stats.php
- TODOs.txt updated

6 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-stats.php (+6 -5)
quix0r 2012-10-23 21:51 Rev.: 6093

Extension ext-mediadata now excludes testers

26 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-mediadata.php (+26 -20)
quix0r 2012-10-17 22:42 Rev.: 6044

Code style changed, ext-user continued:
- Changed true/false to TRUE/FALSE
- Introduced validateSubId() and prepareFoundSubId()
- Add validation of edited sub id by member
- TODOs.txt updated

91 lines of code changed in 16 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action-online.php (+5 -5), action-themes.php (+4 -4), what-active.php (+3 -3), what-doubler.php (+1 -1), what-extensions.php (+3 -3), what-login.php (+4 -4), what-mediadata.php (+23 -23), what-rallyes.php (+5 -5), what-register.php (+6 -6), what-sponsor_infos.php (+8 -8), what-sponsor_login.php (+1 -1), what-sponsor_reg.php (+4 -4), what-stats.php (+12 -12), what-top10.php (+7 -7), what-welcome.php (+2 -2), what-wernis_portal.php (+3 -3)
quix0r 2012-10-14 12:38 Rev.: 6041

Mailer project continued:
- Refactured FILTER_ORDER_ZIP_CODE_SQL() to allow also zip code member inclusion
through GET parameters. This can be used e.g. in what=list_user&zip=12345 to
only list members from zip code 12345
- Some todos added for what-list_user.php: please refacture birthday handling
and link generation
- TODOs.txt updated

13 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-sponsor_login.php (+13 -2)
quix0r 2012-10-13 16:47 Rev.: 6036

Mailer project continued:
- Most data of advert network 'superomo24.de' added to ext-network
- Some templates for ext-network renamed (networks->network_data) to fix
inconsistence with database table
- Templates for extension management (admin_extensions/~_delete/~_edit) renamed
to follow naming convention
- Sub-Id tracking: Admin area almost finished (edit/delete of sub ids
unfinished)
- Added space between `foo`,`bar` database query to make it better readable
- Other minor improvements
- TODOs.txt updated

19 lines of code changed in 6 files:

  • branches/0.2.1-FINAL/inc/modules/guest: what-active.php (+2 -1), what-sponsor_infos.php (+1 -1), what-sponsor_login.php (+6 -6), what-sponsor_reg.php (+5 -1), what-stats.php (+3 -3), what-top10.php (+2 -1)
quix0r 2012-10-07 12:41 Rev.: 6023

Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of another SELECT query

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-login.php (+2 -2)
quix0r 2012-10-04 19:52 Rev.: 6016

Removed already no longer used last parameter from addMaxReceiveList(), so more EL coce can be used

0 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/inc/modules/guest: what-register.php (-6)
quix0r 2012-09-29 13:50 Rev.: 5960

mailer project continued:
- Some global array elements renamed (someGlobalElement -> __some_global_element)
- Copyright notice disabled in mailid.php as it destroys the frameset
- Function debug_report_bug() renamed to reportBug()
- Function app_die() renamed to app_exit()
- More wrapper functions used (e.g. getRandomTan() instead of PHP's mt_rand())
- New AJAX-based installation introduced (it is not finished)
- Renamed several ALL_UPER_CASE() functions to camel-case notation
- Extension ext-currency introduced which will deprecate ext-wernis all other eCurreny-related extensions
- Renamed various HTML and email templates to new notation
- Some shell scripts moved to 'contrib' folder
- JQUERY updated to latest stable version (including custom build of jqueryui)
- License files renamed/moved
- Many other fixes/improvements I forgot to mention
- Varrious typos fixed
- Copyright updated (to 2012)
- TODOs.txt updated

166 lines of code changed in 29 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action- (+2 -2), action-admin.php (+2 -2), action-main.php (+2 -2), action-members.php (+2 -2), action-online.php (+2 -2), action-sponsor.php (+2 -2), action-themes.php (+5 -2), what- (+2 -2), what-active.php (+3 -2), what-admin.php (+2 -2), what-agb.php (+2 -2), what-beg.php (+2 -2), what-confirm.php (+2 -2), what-doubler.php (+2 -2), what-extensions.php (+2 -2), what-impressum.php (+2 -2), what-infos.php (+2 -2), what-login.php (+19 -14), what-mediadata.php (+9 -5), what-rallyes.php (+31 -27), what-register.php (+4 -13), what-sponsor_agb.php (+2 -2), what-sponsor_infos.php (+2 -2), what-sponsor_login.php (+9 -9), what-sponsor_reg.php (+28 -28), what-stats.php (+15 -13), what-top10.php (+5 -2), what-welcome.php (+2 -2), what-wernis_portal.php (+2 -2)
quix0r 2012-06-22 01:02 Rev.: 5946

Damn thing, that where local changes :(

42 lines of code changed in 42 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action-actions.php (+1 -55), action-dummy.php (+1 -56), action-interna.php (+1 -56), action-mailer.php (+1 -56), what-about.php (+1 -29), what-aboutme.php (+1 -29), what-awards.php (+1 -32), what-bug-tracker.php (+1 -69), what-contribute.php (+1 -29), what-delphine-helfen-kind.php (+1 -31), what-demo.php (+1 -32), what-docs.php (+1 -30), what-donate.php (+1 -29), what-downloads.php (+1 -30), what-faqs.php (+1 -31), what-forum.php (+1 -51), what-link_us.php (+1 -32), what-listed.php (+1 -29), what-my_weblog.php (+1 -63), what-news-2003.php (+1 -32), what-news-2004.php (+1 -32), what-news-2005.php (+1 -32), what-news-2006.php (+1 -32), what-news-2007.php (+1 -32), what-news-2008.php (+1 -32), what-news-2009.php (+1 -32), what-news-2010.php (+1 -32), what-news.php (+1 -32), what-newsletter.php (+1 -29), what-partner.php (+1 -29), what-pay_faq.php (+1 -32), what-philosophy.php (+1 -32), what-photos.php (+1 -32), what-powered.php (+1 -32), what-preview.php (+1 -36), what-references.php (+1 -29), what-releases.php (+1 -29), what-requirements.php (+1 -29), what-rettet_das_internet.php (+1 -32), what-roadmap.php (+1 -32), what-svn.php (+1 -29), what-why_reg.php (+1 -29)
quix0r 2012-06-22 00:56 Rev.: 5945

Fixed referral system (hopefully for good)

1488 lines of code changed in 42 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action-actions.php (+55 -1), action-dummy.php (+56 -1), action-interna.php (+56 -1), action-mailer.php (+56 -1), what-about.php (+29 -1), what-aboutme.php (+29 -1), what-awards.php (+32 -1), what-bug-tracker.php (+69 -1), what-contribute.php (+29 -1), what-delphine-helfen-kind.php (+31 -1), what-demo.php (+32 -1), what-docs.php (+30 -1), what-donate.php (+29 -1), what-downloads.php (+30 -1), what-faqs.php (+31 -1), what-forum.php (+51 -1), what-link_us.php (+32 -1), what-listed.php (+29 -1), what-my_weblog.php (+63 -1), what-news-2003.php (+32 -1), what-news-2004.php (+32 -1), what-news-2005.php (+32 -1), what-news-2006.php (+32 -1), what-news-2007.php (+32 -1), what-news-2008.php (+32 -1), what-news-2009.php (+32 -1), what-news-2010.php (+32 -1), what-news.php (+32 -1), what-newsletter.php (+29 -1), what-partner.php (+29 -1), what-pay_faq.php (+32 -1), what-philosophy.php (+32 -1), what-photos.php (+32 -1), what-powered.php (+32 -1), what-preview.php (+36 -1), what-references.php (+29 -1), what-releases.php (+29 -1), what-requirements.php (+29 -1), what-rettet_das_internet.php (+32 -1), what-roadmap.php (+32 -1), what-svn.php (+29 -1), what-why_reg.php (+29 -1)
quix0r 2011-09-26 15:25 Rev.: 5899

All previously (by mistake) committed files marked as deprecated

135 lines of code changed in 45 files:

  • branches/0.2.1-FINAL/inc/modules/guest: action-actions.php (+3), action-dummy.php (+3), action-interna.php (+3), action-mailer.php (+3), action-mxchange.php (+3), what-about.php (+3), what-aboutme.php (+3), what-awards.php (+3), what-bug-tracker.php (+3), what-contribute.php (+3), what-delphine-helfen-kind.php (+3), what-demo.php (+3), what-docs.php (+3), what-donate.php (+3), what-downloads.php (+3), what-faqs.php (+3), what-forum.php (+3), what-jobs.php (+3), what-link_us.php (+3), what-listed.php (+3), what-my_weblog.php (+3), what-news-2003.php (+3), what-news-2004.php (+3), what-news-2005.php (+3), what-news-2006.php (+3), what-news-2007.php (+3), what-news-2008.php (+3), what-news-2009.php (+3), what-news-2010.php (+3), what-news.php (+3), what-newsletter.php (+3), what-partner.php (+3), what-pay_faq.php (+3), what-philosophy.php (+3), what-photos.php (+3), what-powered.php (+3), what-premium-backlinks.php (+3), what-preview.php (+3), what-references.php (+3), what-releases.php (+3), what-requirements.php (+3), what-rettet_das_internet.php (+3), what-roadmap.php (+3), what-svn.php (+3), what-why_reg.php (+3)

(322 more)

Generated by StatSVN 0.7.0