Directory theme/org/css/

Directory Created:
2010-03-04 19:31
Total Files:
18
Deleted Files:
2
Lines of Code:
1053

[root]/theme/org/css

Lines of Code

theme/org/css/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 106 (100.0%) 1637 (100.0%) 15.4

Most Recent Commits

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

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

1 lines of code changed in 1 file:

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

6 lines of code changed in 2 files:

  • theme/org/css: general.css (+5 -25), register.css (+1)
quix0r 2013-01-25 10:06 Rev.: 6370

Fixes for display problems with labeled input fields

3 lines of code changed in 1 file:

  • theme/org/css: general.css (+3 -1)
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/org/css: aboutme.css (+1), bonus.css (+1)
quix0r 2013-01-06 21:27 Rev.: 6272

Correct MIME type for CSS files set

18 lines of code changed in 18 files:

  • theme/org/css: aboutme.css (+1), ajax.css (+1), beg.css (+1), bonus.css (+1), doubler.css (+1), general.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), user.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/org/css: ajax.css (+18 -5), general.css (+8 -2)
quix0r 2012-12-30 22:37 Rev.: 6266

Removed wrong margin-top

0 lines of code changed in 1 file:

  • theme/org/css: general.css (-1)
quix0r 2012-12-27 02:40 Rev.: 6247

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

18 lines of code changed in 2 files:

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

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

1 lines of code changed in 1 file:

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

Installation NG continued (still not fully working)

22 lines of code changed in 1 file:

  • theme/org/css: ajax.css (+22 -5)
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/org/css: general.css (+13)
quix0r 2012-11-08 21:08 Rev.: 6151

Fix for height

1 lines of code changed in 1 file:

  • theme/org/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/org/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)

13 lines of code changed in 3 files:

  • theme/org/css: .htaccess (del), aboutme.css (new 2), bonus.css (new 11)
quix0r 2012-10-25 17:18 Rev.: 6105

Project continued:
- Move some theme-related language ids to ext-theme
- Added header to admin_edit_theme.tpl
- Added CSS classes header_column and footer_column to general.css

13 lines of code changed in 1 file:

  • theme/org/css: general.css (+13)
quix0r 2012-10-02 15:51 Rev.: 5993

Forgot to spread the fixed CSS file ... :(

3 lines of code changed in 1 file:

  • theme/org/css: politician-stop.css (+3 -3)
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/org/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

327 lines of code changed in 5 files:

  • theme/org/css: .htaccess (-1), ajax.css (new 157), general.css (+121 -72), install.css (+48 -13), user.css (+1 -5)
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/org/css: doubler.css (-1)
quix0r 2011-09-26 15:25 Rev.: 5899

All previously (by mistake) committed files marked as deprecated

4 lines of code changed in 4 files:

  • theme/org/css: beg.css (+1), doubler.css (+1), nickname.css (+1), task.css (+1)
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

4 lines of code changed in 2 files:

  • theme/org/css: general.css (+4 -16), 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/org/css: general.css (+3 -4)
quix0r 2011-08-12 19:27 Rev.: 5809

Typo fixed

2 lines of code changed in 1 file:

  • theme/org/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/org/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

1 lines of code changed in 1 file:

  • theme/org/css: general.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/org/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/org/css: general.css (+6 -8)
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/org/css: general.css (+13)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

1 lines of code changed in 1 file:

  • theme/org/css: .htaccess (+1)
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

5 lines of code changed in 1 file:

  • theme/org/css: register.css (+5 -5)
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/org/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/org/css: general.css (-20)
quix0r 2010-08-26 11:52 Rev.: 5284

Lighter general table background

1 lines of code changed in 1 file:

  • theme/org/css: general.css (+1 -1)
quix0r 2010-08-26 11:29 Rev.: 5282

CSS cleaned up

7 lines of code changed in 3 files:

  • theme/org/css: general.css (+7 -10), nickname.css (-4), task.css (-8)
quix0r 2010-08-25 22:26 Rev.: 5280

CSS cleaned up

1 lines of code changed in 1 file:

  • theme/org/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/org/css: general.css (+1)
quix0r 2010-08-25 14:47 Rev.: 5275

A lot CSS classes rewritten, please update all your themes.

46 lines of code changed in 9 files:

  • theme/org/css: active.css (del), beg.css (-6), bonus.css (del), doubler.css (-20), general.css (+37 -106), install.css (+1 -44), mailid.css (new 4), nickname.css (+1 -1), task.css (+1 -1)
quix0r 2010-08-17 20:32 Rev.: 5250

CSS classes cleaned up, templates simplified:
- Deprecated CSS classes for ext-register removed (already no longer used)
- Duplicate border-style removed
- HTML templates for ext-mailid simplified by removing an uneccessary table

44 lines of code changed in 3 files:

  • theme/org/css: general.css (+37 -40), install.css (+3 -4), register.css (+4 -76)
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:

  • theme/org/css: general.css (+3 -3)
quix0r 2010-07-24 02:32 Rev.: 5186

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

9 lines of code changed in 1 file:

  • theme/org/css: sponsor.css (+9 -12)

(6 more)

Generated by StatSVN 0.7.0