Pastoid

Search Results

February 22, 2010 at 3:10 pm - View

#!/usr/bin/php <?php define( 'DS', DIRECTORY_SEPARATOR );

February 20, 2010 at 12:12 pm - View

February 18, 2010 at 12:13 am - View

$moving_right = $term->mptt_right; $nodes_moving = count( $term->descendants() ) + 1; DB::begin_transaction();

February 16, 2010 at 11:04 pm - View

private function displace_term( $term ) { if ( is_string( $term ) ) { $term = $this->get_term( $term ); }

February 16, 2010 at 11:04 pm - View

/** * Temporarily set a term and its descendants aside from the rest of a vocabulary. * If this is not done a second time, corruption will result. * **/

February 15, 2010 at 7:15 pm - View

Index: plugins.php =================================================================== --- plugins.php (revision 4029) +++ plugins.php (working copy) @@ -149,8 +149,11 @@

February 14, 2010 at 7:36 pm - View

public function form_publish_success( FormUI $form ) { $post_id = 0; if ( isset( $this->handler_vars['id'] ) ) { $post_id = intval( $this->handler_vars['id'] );

February 14, 2010 at 7:18 pm - View

Index: system/classes/adminhandler.php =================================================================== --- system/classes/adminhandler.php (revision 4028) +++ system/classes/adminhandler.php (working copy) @@ -467,17 +467,23 @@

February 14, 2010 at 7:18 pm - View

@@ -467,17 +467,21 @@ */ public function post_publish() { + $this->get_publish();

February 14, 2010 at 6:04 pm - View

public function form_publish_success($form) { $post_id = 0; if ( isset($this->handler_vars['id']) ) { $post_id = intval($this->handler_vars['id']);

February 14, 2010 at 11:49 am - View

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title><?php Options::out( 'title' ); ?></title> <meta http-equiv="Content-Type" content="text/html">

February 14, 2010 at 11:49 am - View

<form method="get" id="searchform" action="<?php URL::out('search'); ?>"> <span class="title">Search <?php Options::out( 'title' ); ?>: </span><br><input type="text" id="s" name="criteria"> <input type="submit" id="searchsubmit" value="search"> </form>

February 14, 2010 at 11:12 am - View

1 authenticate_time 0 2010-02-14 16:00:11

February 14, 2010 at 11:11 am - View

1 Sean stco@xxx.xxx {SSHA512}9SFGa/vaHdlQsqfxed9Tmns0FUrPTSvhzL3Rc4ZYSrltdSMdJWq3oSokX21tqchlcPFYKjigves61xOPrmE5LXTtm+E=

February 13, 2010 at 7:31 pm - View

Warning: PDO::lastInsertId() [function.PDO-lastInsertId]: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "{vocabularies}_pkey_seq" does not exist in system/classes/databaseconnection.php line 678 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/trunk/htdocs/system/classes/databaseconnection.php on line 269

February 13, 2010 at 12:54 am - View

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

February 13, 2010 at 12:54 am - View

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

February 13, 2010 at 12:54 am - View

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

February 13, 2010 at 12:54 am - View

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

February 13, 2010 at 12:54 am - View

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

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 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161

<Hide