Fri Oct 30 23:50:01 CET 2009
Session Start: Thu Oct 29 23:58:06 2009
[23:58] *** Now talking in #clansuite
[23:58] <CIA-1> clansuite: 03 New SVN Commit: Revision #[04355003] by 04vain
[23:58] <CIA-1> clansuite: File(s): clansuite/trunk/libraries/feedcreator/feedcreator.class.php
[23:58] <CIA-1> clansuite: Comment: – fixed notice (missing definition of var cssStyleSheet)
[23:58] <CIA-1> clansuite: View (delayed): http://trac.clansuite.com/changeset/3550
Session Time: Fri Oct 30 00:00:00 2009
[00:39] <CIA-1> clansuite: 03 New SVN Commit: Revision #[04355103] by 04vain
[00:39] <CIA-1> clansuite: File(s): clansuite/trunk/ (43 files in 23 dirs)
[00:39] <CIA-1> clansuite: Comment:
[00:39] <CIA-1> clansuite: – fixed method getFeed (available feedformats are RSS0.91, RSS1.0, RSS2.0, MBOX, OPML, ATOM, ATOM0.3, HTML, JS) – added newsfeeds widget with quick
[00:39] <CIA-1> clansuite: access links to some of these feedformats – fixed rssicon on standard/index.tpl – replaced several //–> with –> – added missing icons for easyslider
[00:39] <CIA-1> clansuite: – added missing css for uploadify – added style for active/inactive developers
[00:39] <CIA-1> clansuite: View (delayed): http://trac.clansuite.com/changeset/3551
[02:44] <CIA-1> clansuite: 03 New SVN Commit: Revision #[04355203] by 04vain
[02:44] <CIA-1> clansuite: File(s): clansuite/trunk/ (8 files in 5 dirs)
[02:44] <CIA-1> clansuite: Comment:
[02:44] <CIA-1> clansuite: – fixed for the redirect headers problem – added parameter $mode to redirect() method in httpresponse.core.php (its for chosing the redirect method:
[02:44] <CIA-1> clansuite: LOCATION, REFRESH, JS or HTML) – the formgenerator accepts now arrays as values (for dropdowns or multiselect formfields) – added loading of the
[02:44] <CIA-1> clansuite: parent element to multiselect.form.php element – enabled settings_update() in news.admin.php to save the settings to news.config.php
[02:44] <CIA-1> clansuite: View (delayed): http://trac.clansuite.com/changeset/3552
Session Time: Fri Oct 30 06:00:00 2009
Session Time: Fri Oct 30 12:00:00 2009
[13:57] <Thunderm00n> mahlzeit zusammen
[15:01] <clansuite|vain> tach
[15:11] <Thunderm00n> hi
[15:12] <Thunderm00n> hast ja wieder mächtig commitet xD
[15:25] <Thunderm00n> http://www.lucazappa.com/brilliantMaker/buttonImage.php
[15:31] <clansuite|vain> http://www.clansuite.com/trac/ticket/90
[16:14] <clansuite|vain> http://tinymce.moxiecode.com/js/tinymce/jscripts/tiny_mce/plugins/filemanager/pages/fm/index.html
[16:34] <clansuite|vain> http://de.selfhtml.org/html/formulare/anzeige/select_multiple.htm
[16:49] <clansuite|vain> registered
[16:50] <clansuite|vain> {if smarty…userrechte}
[16:50] <clansuite|vain> {/if}
[16:51] <clansuite|vain> {permission property=""}
[16:53] <clansuite|vain> {load_module name="news" action="widget_latestnews" permission="group.news"}
[17:23] *** nGize\\mo2l (~mo2l@p5DC44639.dip.t-dialin.net) has joined #clansuite
[17:23] *** Q sets mode: +v nGize\\mo2l
[17:53] *** jihi (~jihi@Yf614.y.pppool.de) has joined #clansuite
[17:53] *** Q sets mode: +v jihi
Session Time: Fri Oct 30 18:00:00 2009
[18:12] <CIA-1> clansuite: 03 New SVN Commit: Revision #[04355303] by 04thunderm00n
[18:12] <CIA-1> clansuite: File(s): clansuite/trunk/modules/ (25 files in 16 dirs)
[18:12] <CIA-1> clansuite: Comment: – added action_admin_settings & action_admin_settings_update for all needed modules – updated several modulconfigs
[18:12] <CIA-1> clansuite: View (delayed): http://trac.clansuite.com/changeset/3553
[18:29] <CIA-1> clansuite: 03 New SVN Commit: Revision #[04355403] by 04thunderm00n
[18:29] <CIA-1> clansuite: File(s): clansuite/trunk/modules/ (14 files in 13 dirs)
[18:29] <CIA-1> clansuite: Comment: – added templates for settings action
[18:29] <CIA-1> clansuite: View (delayed): http://trac.clansuite.com/changeset/3554
[18:36] <Thunderm00n> ‘value’ => $this->getConfigValue(‘allow_bb_code’, ‘1′));
[18:40] <Thunderm00n> <option selected="selected">no</option>
[18:41] <clansuite|vain> ‘value’ = array (’selected’ => $this->getConfigValue(‘allow_bb_code’, ‘1′)) );
[18:42] <clansuite|vain> !paste
[18:42] <clansuite|vain> http://paste.clansuite.com/187
[18:59] <Thunderm00n> name="" class=""
[19:00] <clansuite|vain> $html .= ‘<select name="’.$this->name.’" class="’.$this->class.’" size="’.$this->size.’">’;
[19:04] <clansuite|vain> $formelement->setDescription($form_array_element['description']);
[19:05] <clansuite|vain> $formelement->setClass($form_array_element['class']);
[19:54] <clansuite|vain> http://de.php.net/array_shift
[19:59] <clansuite|vain> 1=rss
[19:59] <clansuite|vain> 2=atom
[19:59] <clansuite|vain> 3=html
[20:05] <clansuite|vain> $html .= (bool)$this->size ? ‘ size="’.$this->size.’"’ : null;
[20:05] <clansuite|vain> .=
[20:08] <clansuite|vain> $html = ifSetOr($this->size, ’size="’.$this->size.’"’);
[20:09] <clansuite|vain> ifSetOrOr
[20:10] <clansuite|vain> var1?, nicht dann 1, nicht dann2
[20:11] <Thunderm00n> http://www.youtube.com/watch?v=4bekQU9l8hk
[20:39] <Thunderm00n> hock mich ein bissel vor die glotze, bin später wahrscheinlich nochmal da^^
[21:26] *** nGize\\mo2l (~mo2l@p5DC44639.dip.t-dialin.net) Quit (Signed off)