Pastoid

Search Results

December 14, 2009 at 7:30 pm

/** * contructs a ul of the popular posts (technically, entries with higher views) */ public function popular_posts() {

View December 14, 2009 at 7:30 pm

Habari dev mailing list

View Habari dev mailing list

Habari IRC

View Habari IRC

December 13, 2009 at 9:20 pm

Index: tag.php =================================================================== --- tag.php (revision 3884) +++ tag.php (working copy) @@ -79,7 +79,11 @@

View December 13, 2009 at 9:20 pm

December 13, 2009 at 9:20 pm

Index: tag.php =================================================================== --- tag.php (revision 3884) +++ tag.php (working copy) @@ -79,7 +79,10 @@

View December 13, 2009 at 9:20 pm

December 9, 2009 at 8:38 pm

Just to answer your final question about whether such a statement would increase my likelihood fo becoming involved with an open source project, the answer is no. After all, I became involved with Habari without the statement. :) My minority status is due to age, discrimination against which in the IT field is documented both by research ( see, for example, <a href="http://www.allbusiness.com/legal/laws-government-regulations-employment/1163979-1.html" rel="nofollow">http://www.allbusiness.com/legal/laws-governmen...</a> ), and anecdotally (look around when you're with a group of programmers/designers).

View December 9, 2009 at 8:38 pm

December 9, 2009 at 10:54 am

Index: subpages.php =================================================================== --- subpages.php (revision 2520) +++ subpages.php (working copy) @@ -1,4 +1,3 @@

View December 9, 2009 at 10:54 am

December 9, 2009 at 10:54 am

Index: subpages.php =================================================================== --- subpages.php (revision 2520) +++ subpages.php (working copy) @@ -1,4 +1,3 @@

View December 9, 2009 at 10:54 am

Habari plugins

View Habari plugins

December 6, 2009 at 12:13 am

Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'habari-default' for key 2 in system/classes/databaseconnection.php line 269 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'habari-user' for key 2 in system/classes/databaseconnection.php line 269 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'habari-authentication' for key 2 in system/classes/databaseconnection.php line 269 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'habari-content' for key 2 in system/classes/databaseconnection.php line 269 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'habari-comment' for key 2 in system/classes/databaseconnection.php line 269

View December 6, 2009 at 12:13 am

December 3, 2009 at 11:03 pm

if ( isset( $paramset['all:info'] ) || isset( $paramset['info'] ) ) { // merge the two possibile calls together $infos = array_merge( isset( $paramset['all:info'] ) ? $paramset['all:info'] : array(), isset( $paramset['info'] ) ? $paramset['info'] : array() );

View December 3, 2009 at 11:03 pm

December 3, 2009 at 12:38 am

public function tag_list() { $tagcount = 0; foreach( DB::get_results( null, array(Post::status('published'), Vocabulary::get( Tags::vocabulary() )->id, Vocabulary::object_type_id(

View December 3, 2009 at 12:38 am

December 3, 2009 at 12:38 am

public function tag_list() { $tagcount = 0; foreach( DB::get_results( null, array(Post::status('published'), Tags::vocabulary()->id, Vocabulary::object_type_id(

View December 3, 2009 at 12:38 am

December 3, 2009 at 12:38 am

public function tag_list() { $tagcount = 0; $sql = "SELECT t.term AS slug, t.term_display AS text, count(tp.object_id) as ttl FROM {terms} t

View December 3, 2009 at 12:38 am

December 1, 2009 at 11:34 pm

<?php $vc = viewcount::get_higest_views_ids(Post::type(self::CONTENTTYPE), $time); $paramarray['posts'] = SortedPosts::get_in_order(array('content_type' => Post::type(self::CONTENTTYPE), 'status' => Post::status('published')), $vc);

View December 1, 2009 at 11:34 pm

December 1, 2009 at 11:33 pm

<?php /** * @package Habari * */

View December 1, 2009 at 11:33 pm

November 30, 2009 at 7:46 pm

$tags = DB::get_results(' SELECT t.id AS id, t.term_display AS tag, t.term AS slug, COUNT(tp.term_id) AS count FROM {terms} t LEFT JOIN {object_terms} tp ON t.id=tp.term_id

View November 30, 2009 at 7:46 pm

November 25, 2009 at 10:24 pm

<?php $theme->display( 'header' ); ?> <?php foreach ( $posts as $post ) { $theme->display( 'entry' ); } ?>

View November 25, 2009 at 10:24 pm

November 25, 2009 at 10:24 pm

<?php $theme->display( 'header' ); ?> <?php $theme->display( 'entry' ); ?> <?php $theme->display( 'comments' ); ?>

View November 25, 2009 at 10:24 pm

November 25, 2009 at 10:24 pm

<?php $post = $theme->post; ?> <h2><?php echo $post->pubdate_date; ?></h2> <div class="post"> <h3 class="storytitle" id="post-<?php echo $post->id; ?>"><a href="<?php echo $post->permalink; ?>" rel="bookmark"><?php echo $post->title_o$

View November 25, 2009 at 10:24 pm

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151

<Hide