[root]/templates/de/html
admin
(481 files, 15036 lines)
beg
(8 files, 85 lines)
birthday
(5 files, 38 lines)
doubler
(6 files, 103 lines)
ext
(88 files, 1234 lines)
guest
(65 files, 1560 lines)
install
(31 files, 1018 lines)
js
(11 files, 726 lines)
mailid
(12 files, 190 lines)
member
(149 files, 3879 lines)
menu
(23 files, 120 lines)
politician_stop
(1 files, 1 lines)
rallye
(2 files, 4 lines)
select
(38 files, 227 lines)
sponsor
(10 files, 330 lines)
surfbar
(10 files, 175 lines)
task
(2 files, 8 lines)
theme
(4 files, 17 lines)
uberwach
(2 files, 9 lines)
validator
(2 files, 12 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 736 (100.0%) | 6973 (100.0%) | 9.4 |
Re-added height, but smaller to make most menus appear shorter
4 lines of code changed in 1 file:
Removed @deprecated from CSS inline/PHP output
0 lines of code changed in 1 file:
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
59 lines of code changed in 11 files:
Removed this, you have to use your own anyway
1 lines of code changed in 1 file:
Added support for favicon.ico/gif/png in base path (very basic support)
1 lines of code changed in 1 file:
Renamed function, added noisy debug line, renamed variable to make it more clear
1 lines of code changed in 1 file:
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
2 lines of code changed in 1 file:
Continued on AJAX installer to start first step (more are easily to add)
8 lines of code changed in 1 file:
Swapped out more HTML to templates (see ticket #68)
6 lines of code changed in 1 file:
Some improvements:
- "noindex_metadata.tpl is now the default (noindex, etc.) template for robot control
- added filter for 'module=confirm'"
- TODOs.txt updated
1 lines of code changed in 1 file:
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
1 lines of code changed in 2 files:
Updated propset.sh, fixed all SVN properties
12 lines of code changed in 7 files:
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
1 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
Fatal error table is now centered
2 lines of code changed in 1 file:
Found more deprecated templates (on my server, lets distribute them)
23 lines of code changed in 5 files:
Also this is dead :(
0 lines of code changed in 1 file:
R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated
0 lines of code changed in 45 files:
Template renamed, some minor improvements
9 lines of code changed in 2 files:
Updated ext-politician-stop which is satire on politicians that doesn't really know what Internet is. Note: Please reinstall this extension or else the text won't get printed.
42 lines of code changed in 2 files:
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
37 lines of code changed in 5 files:
Next batch of fixed language ids (renamed, see ticket #219)
3 lines of code changed in 3 files:
All previously (by mistake) committed files marked as deprecated
47 lines of code changed in 47 files:
Reverted last commit
47 lines of code changed in 54 files:
Hotfix
4746 lines of code changed in 54 files:
Extension ext-network continued, "translation" function introduced:
- Already added network type handler configuration can now be displayed (shown)
and changed
- Most advertising networks require "hours" for reload time, but other may
require different time units, therefore a new entry has been added to table
'network_types_config' to reflect these differences
- "Translation" function 'translateTimeUnit()' introduced which can "translate"
time units (like W for weeks) into human-readable
- Function createFancyTime() uses now EL code (see newly introduced function)
- TODOs.txt updated
3 lines of code changed in 1 file:
Admin menu has now a JavaScript "effect":
- Admin menu system can now be JavaScript-enabled. You need to enable JavaScript
in your browser to see the full "effect". If you leave it disabled, all menus
are fully displayed
- The helping text in admin area won't work in JavaScript-enabled mode
- Generic word 'mode' replaced on all (!) places to make it everywhere more
clear which "mode" I mean there
- TODOs.txt updated
1 lines of code changed in 1 file:
- The update of jquery caused an about with missing variable $this which is
caused by the code "compiler" (see FILTER_COMPILE_CODE() and eval() command
in loadTemplate()). If I would prevent "compiling" dollar chars, also
JavaScript templates e.g. from ext-surfbar won't work anymore.
- TODOs.txt updated
1 lines of code changed in 1 file:
Large code cleanups:
- Typo 'referal' fixed (should be 'referral', really!)
- Several queries improved with back-ticks and formatting
- TODOs.txt updated
4 lines of code changed in 2 files:
Default is now Y
2 lines of code changed in 1 file:
Extension ext-mediadata continued, wrapper function introduced:
- ext-mediadata: Rewritten output of engine software, version and repository
data (used revision and when created)
- Wrapper function getDateTimeFromRepository() introduced
6 lines of code changed in 1 file:
Naming convention applied, ext-refback description updated:
- ext-mediadata: renamed _clr to click_rate (better naming)
- ext-refback: Description for refback updated (which the member can see)
- Some minor improvements here and there
- TODOs.txt updated
1 lines of code changed in 1 file:
Refback and referal points hopefully fixed:
- All userids are now initialized NULL and not '0'
- Template added for deleted bonus mails
- Handling of refback and referal points now fully fixed (I hope so)
- Several debug lines extended with more debugging data
- TODOs.txt updated
20 lines of code changed in 1 file:
Extension ext-coupon basicly finished, no shortcuts in naming:
- Extension ext-coupon basicly finished: Please test it intensively now
- Renamed all _UID to _USERID, we don't want to shortcut words
- Minior renames/improvements here and there
- TODOs.txt updated
1 lines of code changed in 1 file:
svn:eol-style set to 'native'
38 lines of code changed in 38 files:
Some language strings fixed, renamed. Copyright notice updated
1 lines of code changed in 1 file:
Functions renamed
2 lines of code changed in 2 files:
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
- Configuration of advertisment networks is now prepared but not functional
- CSS further cleaned up
- HTML rewritten and some missing 'class' attributes added
2 lines of code changed in 1 file:
Fixed a lot CSS classes
2 lines of code changed in 2 files:
Centered table (but still left-aligned text) looks better. :)
3 lines of code changed in 1 file:
(95 more)