Directory modules/news/templates/

Directory Created:
2008-04-14 15:25
Directory Deleted:
2012-03-07 16:16
Total Files:
0
Deleted Files:
23
Lines of Code:
0

Browse with Trac

[root]/modules/news/templates

Lines of Code

modules/news/templates/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 199 (100.0%) 2676 (100.0%) 13.4
vain 161 (80.9%) 2177 (81.4%) 13.5
xsign 20 (10.1%) 315 (11.8%) 15.7
vyper 3 (1.5%) 98 (3.7%) 32.6
thunderm00n 14 (7.0%) 81 (3.0%) 5.7
rikku 1 (0.5%) 5 (0.2%) 5.0

Most Recent Commits

vain 2012-03-07 16:16 Rev.: 6268

- moved modules into application dir

0 lines of code changed in 23 files:

vain 2010-03-01 04:26 Rev.: 4158

- removed @since
- removed datagrid cmds (default settings are used)

1 lines of code changed in 1 file:

vain 2010-02-13 22:44 Rev.: 4099

- html fixes

3 lines of code changed in 3 files:

xsign 2010-02-05 11:37 Rev.: 4046

installation fixes, date updates and link-format updates

3 lines of code changed in 1 file:

xsign 2010-02-04 17:19 Rev.: 4036

Minor changes (tortoiseplink check)

0 lines of code changed in 1 file:

xsign 2010-02-04 12:51 Rev.: 4028

Release Candidate of Datagrid (no docs available yet)

1 lines of code changed in 1 file:

xsign 2010-01-31 21:03 Rev.: 4006

datagrid update
csnewstable update for datagrid
manual update (teamspeak)

4 lines of code changed in 1 file:

vain 2010-01-26 18:55 Rev.: 3950

- readded modules

1037 lines of code changed in 23 files:

vain 2010-01-21 02:11 Rev.: 3938

- complete modules cleanup

0 lines of code changed in 23 files:

vain 2010-01-20 06:16 Rev.: 3928

- renamed smarty assign_by_ref to assign (this was mainly a workaround in smarty v2 to work with references. referencing is now standard behavior of php.)
- drop the ajax dialog windows (will be reimplemented on base of jQuery modal)
- added messagebox viewhelper for testing purposes to the apc status template

2 lines of code changed in 1 file:

vain 2009-12-23 13:16 Rev.: 3874

- removed literal
- several minor cleanups
- added doctrine module

5 lines of code changed in 4 files:

thunderm00n 2009-12-11 13:19 Rev.: 3833

fixed a bug in showone template, now it shows everything correct

8 lines of code changed in 1 file:

vain 2009-12-09 22:04 Rev.: 3820

- updates due to Smarty version change

44 lines of code changed in 4 files:

vain 2009-12-09 21:11 Rev.: 3815

- updated several templates and module files due to the Smarty version change

20 lines of code changed in 1 file:

vain 2009-11-20 16:59 Rev.: 3747

- guestbook.admin.php action_admin_show.tpl
- several minor modifications

0 lines of code changed in 1 file:

vain 2009-11-20 12:31 Rev.: 3744

- update to news and cats

8 lines of code changed in 2 files:

thunderm00n 2009-11-16 22:07 Rev.: 3700

added jqeditbutton to news admin show and fixed some css bugs

8 lines of code changed in 1 file:

thunderm00n 2009-11-04 00:04 Rev.: 3593

- changed feed to get Configvalues from news.config.php

5 lines of code changed in 1 file:

vain 2009-11-04 00:02 Rev.: 3592

- removed zeros

8 lines of code changed in 1 file:

vain 2009-11-03 23:08 Rev.: 3591

- cleanup + removed debug cmds

1 lines of code changed in 1 file:

vain 2009-11-03 20:43 Rev.: 3588

- added css cell1 to widget elements

58 lines of code changed in 4 files:

vyper 2009-11-02 22:49 Rev.: 3575

- fixed path of the news feed
- some html fixes

2 lines of code changed in 1 file:

thunderm00n 2009-11-02 21:54 Rev.: 3574

- fixed date_format in action_admin_show.tpl

1 lines of code changed in 1 file:

vain 2009-11-02 19:37 Rev.: 3572

- this addresses the news create bug. create/edit use the same action (update) to save the content. the incoming action is now determined by url '&type'.
Ticket: 152

1 lines of code changed in 1 file:

vain 2009-11-02 10:00 Rev.: 3569

- added automatic display of the help.tpl of a module. it's done via smarty-viewhelper {help} in the help-dropdown.

5 lines of code changed in 1 file:

  • modules/news/templates: help.tpl (new 5)
vain 2009-11-02 07:05 Rev.: 3564

- reworked module news. the methods create, edit, update, delete are working.
- update to templatemanager.admin.php. the text for creating a new template is no longer hardcoded, instead create_new_template.tpl is used.

20 lines of code changed in 2 files:

vain 2009-10-31 07:36 Rev.: 3555

- several bugfixes to formelements, like handling of the default values by defining 'selected' and css-class attribute fixes
- update to news create() and news update()

3 lines of code changed in 3 files:

vain 2009-10-30 01:38 Rev.: 3551

- fixed method getFeed (available feedformats are RSS0.91, RSS1.0, RSS2.0, MBOX, OPML, ATOM, ATOM0.3, HTML, JS)
- added newsfeeds widget with quick access links to some of these feedformats
- fixed rssicon on standard/index.tpl
- replaced several //--> with -->
- added missing icons for easyslider
- added missing css for uploadify
- added style for active/inactive developers

78 lines of code changed in 6 files:

vain 2009-10-28 08:07 Rev.: 3549

- fixed name of resetbutton.form.php
- added method setName for submitbutton.form.php
- added call of generateFormByArray() to constructor of formgenerator.core.php
- update for news.admin.php + action_admin_settings.tpl

9 lines of code changed in 1 file:

vain 2009-10-27 19:22 Rev.: 3543

- added news widgets to standard/index.tpl
- added widget templates for the news module to news/templates/ (transfered from newscore theme)
- fixed method comments in news.module.php
- modified widget_lastregisteredusers

88 lines of code changed in 4 files:

vain 2009-10-23 15:42 Rev.: 3499

- template for news::action_admin_create

1 lines of code changed in 1 file:

vyper 2009-10-17 18:23 Rev.: 3486

- added an @ to avoid a notice on PHP 5.3 that set_magic_quotes_runtime() is deprecated
- archiv -> archive

96 lines of code changed in 2 files:

vain 2009-10-07 18:32 Rev.: 3453

- applied style fix to codemirror/js/codemirror.js
- method action_admin_save() for templatemanager.admin.php
- cleanups on news/templates/action_admin_show.tpl

11 lines of code changed in 1 file:

vain 2009-10-03 02:29 Rev.: 3439

- bugfix for sortorder and nr_news_comments

2 lines of code changed in 1 file:

vain 2009-10-02 23:48 Rev.: 3437

- modifed queries, fixed fullarchiv.tpl

25 lines of code changed in 1 file:

thunderm00n 2009-10-02 19:09 Rev.: 3434

- added sorting for newsarchiv

5 lines of code changed in 1 file:

thunderm00n 2009-10-02 19:01 Rev.: 3433

-changed date_format

1 lines of code changed in 1 file:

thunderm00n 2009-10-02 18:57 Rev.: 3432

- fixed a missspelled variable

1 lines of code changed in 1 file:

thunderm00n 2009-10-02 18:44 Rev.: 3430

- deleated old modules/archive
- added new action_fullarchiv
- changed themes/newscore/index.tpl

39 lines of code changed in 1 file:

thunderm00n 2009-10-01 13:49 Rev.: 3429

renamed TableRecords in all modules to plural form

11 lines of code changed in 4 files:

(36 more)

Generated by StatSVN 0.7.0