Directory theme/default/css/

Total Files:
17
Deleted Files:
1
Lines of Code:
1283

[root]/theme/default/css

Lines of Code

theme/default/css/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 199 (100.0%) 1900 (100.0%) 9.5

Most Recent Commits

quix0r 2013-08-04 14:36 Rev.: 6435

Re-added height, but smaller to make most menus appear shorter

2 lines of code changed in 1 file:

  • theme/default/css: general.css (+2 -1)
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

0 lines of code changed in 1 file:

  • theme/default/css: general.css (-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

9 lines of code changed in 3 files:

  • theme/default/css: ajax.css (+1 -1), general.css (+7 -23), register.css (+1)
quix0r 2013-01-25 10:06 Rev.: 6370

Fixes for display problems with labeled input fields

2 lines of code changed in 1 file:

  • theme/default/css: general.css (+2 -1)
quix0r 2013-01-17 04:21 Rev.: 6335

Partly added network 'Ads4Clicks' as some APIs return JavaScript code

0 lines of code changed in 1 file:

  • theme/default/css: surfbar.css (-6)
quix0r 2013-01-06 21:28 Rev.: 6273

Fixed also CSS eol-style, updated prop-set.sh

2 lines of code changed in 2 files:

  • theme/default/css: bonus.css (+1), nickname.css (+1)
quix0r 2013-01-06 21:27 Rev.: 6272

Correct MIME type for CSS files set

17 lines of code changed in 17 files:

  • theme/default/css: ajax.css (+1), beg.css (+1), bonus.css (+1), doubler.css (+1), general.css (+1), imprint.css (+1), install.css (+1), mailid.css (+1), nickname.css (+1), politician-stop.css (+1), register.css (+1), sponsor.css (+1), surfbar.css (+1), task.css (+1), top10.css (+1), transfer.css (+1), uberwach.css (+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

26 lines of code changed in 2 files:

  • theme/default/css: ajax.css (+18 -4), general.css (+8 -2)
quix0r 2012-12-27 02:40 Rev.: 6247

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

20 lines of code changed in 2 files:

  • theme/default/css: ajax.css (+7 -7), general.css (+13 -2)
quix0r 2012-12-26 19:11 Rev.: 6245

Continued on AJAX installer to start first step (more are easily to add)

20 lines of code changed in 1 file:

  • theme/default/css: general.css (+20 -3)
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

2 lines of code changed in 1 file:

  • theme/default/css: general.css (+2 -2)
quix0r 2012-11-19 00:45 Rev.: 6180

Installation NG continued (still not fully working)

22 lines of code changed in 1 file:

  • theme/default/css: ajax.css (+22 -6)
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

13 lines of code changed in 1 file:

  • theme/default/css: general.css (+13)
quix0r 2012-11-08 21:08 Rev.: 6151

Fix for height

1 lines of code changed in 1 file:

  • theme/default/css: install.css (+1 -1)
quix0r 2012-11-07 23:11 Rev.: 6148

Fix for two-lined 'tabnav'

2 lines of code changed in 1 file:

  • theme/default/css: install.css (+2 -2)
quix0r 2012-11-04 13:40 Rev.: 6133

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

12 lines of code changed in 3 files:

  • theme/default/css: bonus.css (new 11), doubler.css (+1), nickname.css (new)
quix0r 2012-10-24 20:48 Rev.: 6095

Renamed many stuff (again), added points/user breakup:
- Renamed again many language ids
- Moved text from template to language file
- Added listing of user points amount and percentage holder
- TODOs.txt updated

6 lines of code changed in 1 file:

  • theme/default/css: general.css (+6)
quix0r 2012-10-02 15:46 Rev.: 5992

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.

45 lines of code changed in 1 file:

  • theme/default/css: politician-stop.css (new 45)
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

261 lines of code changed in 3 files:

  • theme/default/css: ajax.css (new 157), general.css (+64 -22), install.css (+40 -9)
quix0r 2012-06-18 14:28 Rev.: 5940

Next batch of fixed language ids (renamed, see ticket #219)

0 lines of code changed in 1 file:

  • theme/default/css: doubler.css (-1)
quix0r 2011-09-26 15:25 Rev.: 5899

All previously (by mistake) committed files marked as deprecated

2 lines of code changed in 2 files:

  • theme/default/css: beg.css (+1), doubler.css (+1)
quix0r 2011-09-17 00:00 Rev.: 5888

This should display the data?

6 lines of code changed in 1 file:

  • theme/default/css: install.css (+6)
quix0r 2011-08-14 01:56 Rev.: 5824

CSS cleanup, jquery updated:
- CSS classes cleaned up (sponsor classes renamed to generic)
- jquery updated to version 1.6.2
- TODOs.txt updated

2 lines of code changed in 2 files:

  • theme/default/css: general.css (+2 -2), sponsor.css (-8)
quix0r 2011-08-14 01:05 Rev.: 5822

Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of 'notice')

3 lines of code changed in 1 file:

  • theme/default/css: general.css (+3 -3)
quix0r 2011-08-12 19:27 Rev.: 5809

Typo fixed

2 lines of code changed in 1 file:

  • theme/default/css: general.css (+2 -2)
quix0r 2011-08-12 02:08 Rev.: 5803

Extension ext-network continued:
- Some language ids renamed (better naming)
- Function isNetworkApiConfigured() introduced which checks if a network API is
already configured by given network id
- Variable $id renamed to $networkId
- Wether the network API is configured is now displayed in network selection box

General:
- CSS classes 'good' and 'bad' added (but unused)

9 lines of code changed in 1 file:

  • theme/default/css: general.css (+9)
quix0r 2011-08-03 05:51 Rev.: 5753

Extension ext-earning introduced (unfinished), renamings:
- Extension ext-earning introduced (ext-sql_patches did hold the tables)
- Some messages updated ('Mitglied-Id' reads better)
- All fooRequestParameterBar() functions renamed to fooRequestElementBar()
- TODOs.txt updated

6 lines of code changed in 1 file:

  • theme/default/css: general.css (+6)
quix0r 2011-07-15 02:21 Rev.: 5674

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

1 lines of code changed in 1 file:

  • theme/default/css: mailid.css (+1 -1)
quix0r 2011-07-14 22:47 Rev.: 5673

Some CSS classes purged, ol.listing added, extensions fixed:
- Some out-dated (superfluous) CSS classes purged
- Others fixed/rewritten (really a lot!)
- Extension ext-beg now displays correctly memeber menu entries and SQL query
is fixed
- Extension ext-refback now sends correct userids out and allows an optional
note to the recipient
- Other minor improvements/fixes

8 lines of code changed in 3 files:

  • theme/default/css: beg.css (-3), doubler.css (-5), general.css (+8)
quix0r 2011-07-14 13:55 Rev.: 5662

CSS class 'pre' is now no longer used, use regular pre tag instead

6 lines of code changed in 1 file:

  • theme/default/css: general.css (+6 -12)
quix0r 2011-07-13 09:53 Rev.: 5654

Member area section 'referal links' refactured:
- The member can now see how much mails (of minimum) he has clicked to be
randomly selected as referal id
- He can also see his referal (including nickname if installed&set)
- New CSS class listing for ul/li tags added
- Templates renamed to new naming convention
- TODOs.txt updated

13 lines of code changed in 1 file:

  • theme/default/css: general.css (+13)
quix0r 2011-06-28 07:13 Rev.: 5525

Some text rewritten, CSS class added:
- Some text for ext-refback rewritten
- CSS class 'table2' introduced which is only a little wider than 'table' class
- Unused message id 'GUEST_REF' removed
- TODOs.txt updated

6 lines of code changed in 1 file:

  • theme/default/css: general.css (+6)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

13 lines of code changed in 13 files:

  • theme/default/css: beg.css (+1), doubler.css (+1), general.css (+1), imprint.css (+1), install.css (+1), mailid.css (+1), register.css (+1), sponsor.css (+1), surfbar.css (+1), task.css (+1), top10.css (+1), transfer.css (+1), uberwach.css (+1)
quix0r 2011-01-29 04:39 Rev.: 5435

Copyright fixed, colors changed in default theme

1 lines of code changed in 1 file:

  • theme/default/css: install.css (+1 -3)
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

3 lines of code changed in 1 file:

  • theme/default/css: register.css (+3 -3)
quix0r 2010-09-12 23:29 Rev.: 5316

Draft for extension templates added, ext-announcement introduced, templates/CSS rewritten:
- Draft for extension templates added which can be used for new extensions
- Extension ext-announcement introduced (http://bugs.mxchange.org/view.php?id=194)
- Templates/CSS rewritten: Short version 'del' is no longer used, use 'delete' now
- TODOs.txt updated

1 lines of code changed in 1 file:

  • theme/default/css: general.css (+1 -1)
quix0r 2010-09-02 13:15 Rev.: 5303

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

0 lines of code changed in 1 file:

  • theme/default/css: general.css (-20)
quix0r 2010-08-26 11:29 Rev.: 5282

CSS cleaned up

4 lines of code changed in 1 file:

  • theme/default/css: general.css (+4 -15)
quix0r 2010-08-25 22:26 Rev.: 5280

CSS cleaned up

1 lines of code changed in 1 file:

  • theme/default/css: general.css (+1 -1)
quix0r 2010-08-25 16:33 Rev.: 5276

One empty line as of convention

1 lines of code changed in 1 file:

  • theme/default/css: general.css (+1)

(51 more)

Generated by StatSVN 0.7.0