Home
last modified time | relevance | path

Searched +full:entry +(+path:plugin +path:blog) -(+path:plugin +path:blog +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/blog/syntax/
H A Dblog.php27 array_unshift($flags, 'link'); // always make the first header of a blog entry a permalink (unless nolink is set)
107 // show new entry form
124 foreach ($entries as $entry) {
126 if(isset($entry['id']) && (auth_quickaclcheck($entry['id']) >= AUTH_READ)) {
128 if(!array_key_exists($entry['id'], $this->included_pages) || !$this->included_pages[$entry['id']]) {
129 $this->included_pages[$entry['id']] = true;
130 $renderer->nest($include->_get_instructions($entry['id'], '', 'page', $clevel, $include_flags));
131 $this->included_pages[$entry['i
[all...]
H A Darchive.php131 foreach ($entries as $entry) {
133 // entry in the right date range?
134 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
136 $pagelist->addPage($entry);
149 foreach ($entries as $entry) {
151 // entry in the right date range?
152 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
154 $renderer->meta['relation']['references'][$entry['i
[all...]
H A Dautoarchive.php82 foreach ($entries as $entry) {
83 $date = strftime('%Y-%m',$entry['date']);
84 // entry in the right date range?
86 $pagelist->addPage($entry);
108 foreach($entries as $entry){
109 $y = date('Y',$entry['date']);
110 $m = date('m',$entry['date']);
/plugin/blog/conf/
H A Ddefault.php6 $conf['formposition'] = 'bottom'; // position of new entry form
7 $conf['newentrytitle'] = ''; // Title text for the 'new entry' form
8 $conf['dateprefix'] = ''; // prefix date to new entry IDs
/plugin/blog/
H A Daction.php82 * Creates a new entry page
182 * Returns the ID of a new entry based on its namespace, title and the date prefix
H A Dhelper.php149 // New Entry Title