Merge lp:~quam-plures-core/quam-plures/qp-auto-docs into lp:quam-plures

Proposed by EdB
Status: Merged
Merge reported by: Yabs
Merged at revision: not available
Proposed branch: lp:~quam-plures-core/quam-plures/qp-auto-docs
Merge into: lp:quam-plures
Diff against target: 9033 lines (+919/-998)
474 files modified
blogs/a_noskin.php (+1/-4)
blogs/a_stub.php (+2/-0)
blogs/admin.php (+1/-2)
blogs/blog1.php (+2/-0)
blogs/blog2.php (+2/-0)
blogs/blog3.php (+2/-0)
blogs/blog4.php (+2/-0)
blogs/blog5.php (+2/-0)
blogs/blog6.php (+2/-0)
blogs/blog7.php (+2/-0)
blogs/conf/_admin.php (+1/-1)
blogs/conf/_advanced.php (+1/-2)
blogs/conf/_application.php (+1/-1)
blogs/conf/_basic_config.template.php (+1/-1)
blogs/conf/_config.php (+1/-1)
blogs/conf/_formatting.php (+2/-1)
blogs/conf/_icons.php (+2/-0)
blogs/conf/_locales.php (+1/-1)
blogs/conf/_stats.php (+1/-1)
blogs/conf/_upgrade.php (+1/-1)
blogs/contact.php (+1/-2)
blogs/cron/cron_exec.php (+1/-0)
blogs/cron/getmail.php (+1/-0)
blogs/cron/mms.php (+5/-0)
blogs/default.php (+1/-2)
blogs/htsrv/async.php (+1/-2)
blogs/htsrv/call_plugin.php (+1/-2)
blogs/htsrv/comment_post.php (+1/-1)
blogs/htsrv/getfile.php (+2/-2)
blogs/htsrv/login.php (+1/-2)
blogs/htsrv/message_send.php (+2/-2)
blogs/htsrv/profile_update.php (+1/-2)
blogs/htsrv/register.php (+1/-2)
blogs/htsrv/subs_update.php (+1/-2)
blogs/htsrv/track.php (+1/-2)
blogs/htsrv/trackback.php (+1/-2)
blogs/htsrv/viewfile.php (+1/-2)
blogs/inc/_async.inc.php (+1/-2)
blogs/inc/_blog_main.inc.php (+1/-2)
blogs/inc/_connect_db.inc.php (+1/-0)
blogs/inc/_core/__core.init.php (+1/-2)
blogs/inc/_core/_class4.funcs.php (+1/-2)
blogs/inc/_core/_class5.funcs.php (+1/-2)
blogs/inc/_core/_misc.funcs.php (+1/-2)
blogs/inc/_core/_param.funcs.php (+1/-2)
blogs/inc/_core/_template.funcs.php (+1/-2)
blogs/inc/_core/_url.funcs.php (+1/-2)
blogs/inc/_core/model/__core.install.php (+1/-2)
blogs/inc/_core/model/_log.class.php (+3/-5)
blogs/inc/_core/model/_pagecache.class.php (+2/-4)
blogs/inc/_core/model/_timer.class.php (+1/-2)
blogs/inc/_core/model/dataobjects/_dataobject.class.php (+3/-3)
blogs/inc/_core/model/dataobjects/_dataobjectcache.class.php (+3/-3)
blogs/inc/_core/model/dataobjects/_dataobjectlist.class.php (+3/-3)
blogs/inc/_core/model/dataobjects/_dataobjectlist2.class.php (+6/-4)
blogs/inc/_core/model/db/_db.class.php (+3/-3)
blogs/inc/_core/model/db/_sql.class.php (+3/-2)
blogs/inc/_core/model/db/_upgrade.funcs.php (+1/-2)
blogs/inc/_core/ui/_iconlegend.class.php (+2/-3)
blogs/inc/_core/ui/_menu.class.php (+2/-3)
blogs/inc/_core/ui/_uiwidget.class.php (+5/-4)
blogs/inc/_core/ui/forms/_form.class.php (+2/-3)
blogs/inc/_core/ui/forms/_form.funcs.php (+1/-2)
blogs/inc/_core/ui/results/_results.class.php (+3/-3)
blogs/inc/_core/ui/results/_resultsel.class.php (+2/-3)
blogs/inc/_ext/_swfcharts.php (+2/-1)
blogs/inc/_ext/_zip_archives.php (+11/-6)
blogs/inc/_ext/idna/_idna_convert.class.php (+8/-0)
blogs/inc/_ext/idna/_idna_convert.class.php4 (+9/-1)
blogs/inc/_ext/mime_parser/mime_parser.php (+33/-31)
blogs/inc/_ext/mime_parser/rfc822_addresses.php (+31/-30)
blogs/inc/_ext/xmlrpc/_xmlrpc.inc.php (+6/-0)
blogs/inc/_ext/xmlrpc/_xmlrpc_wrappers.inc.php (+2/-0)
blogs/inc/_ext/xmlrpc/_xmlrpcs.inc.php (+6/-0)
blogs/inc/_main.inc.php (+1/-2)
blogs/inc/_vars.inc.php (+1/-2)
blogs/inc/antispam/antispam_list.ctrl.php (+1/-2)
blogs/inc/antispam/antispam_settings.ctrl.php (+1/-2)
blogs/inc/antispam/model/_antispam.funcs.php (+1/-2)
blogs/inc/antispam/views/_antispam_ban.form.php (+1/-2)
blogs/inc/antispam/views/_antispam_list.view.php (+1/-2)
blogs/inc/antispam/views/_antispam_settings.form.php (+1/-2)
blogs/inc/chapters/chapters.ctrl.php (+1/-2)
blogs/inc/chapters/model/_chapter.class.php (+2/-3)
blogs/inc/chapters/model/_chaptercache.class.php (+2/-3)
blogs/inc/chapters/views/_chapter.form.php (+1/-2)
blogs/inc/chapters/views/_chapter_list.view.php (+1/-2)
blogs/inc/chapters/views/_chapter_move.form.php (+1/-2)
blogs/inc/collections/coll_settings.ctrl.php (+1/-2)
blogs/inc/collections/collections.ctrl.php (+1/-2)
blogs/inc/collections/model/_blog.class.php (+2/-3)
blogs/inc/collections/model/_blog.funcs.php (+1/-2)
blogs/inc/collections/model/_blogcache.class.php (+2/-3)
blogs/inc/collections/model/_category.funcs.php (+1/-2)
blogs/inc/collections/model/_collsettings.class.php (+2/-4)
blogs/inc/collections/views/_coll_advanced.form.php (+1/-3)
blogs/inc/collections/views/_coll_features.form.php (+1/-2)
blogs/inc/collections/views/_coll_general.form.php (+1/-1)
blogs/inc/collections/views/_coll_group_perm.form.php (+1/-2)
blogs/inc/collections/views/_coll_list.view.php (+1/-1)
blogs/inc/collections/views/_coll_plugin_settings.form.php (+1/-2)
blogs/inc/collections/views/_coll_sel_type.view.php (+1/-1)
blogs/inc/collections/views/_coll_seo.form.php (+1/-2)
blogs/inc/collections/views/_coll_urls.form.php (+1/-1)
blogs/inc/collections/views/_coll_user_perm.form.php (+1/-2)
blogs/inc/comments/_comments.ctrl.php (+1/-2)
blogs/inc/comments/_trackback.funcs.php (+1/-2)
blogs/inc/comments/model/_comment.class.php (+2/-3)
blogs/inc/comments/model/_comment.funcs.php (+1/-2)
blogs/inc/comments/model/_commentlist.class.php (+2/-3)
blogs/inc/comments/views/_browse_comments.view.php (+1/-2)
blogs/inc/comments/views/_comment.form.php (+1/-2)
blogs/inc/comments/views/_comment_list.inc.php (+1/-2)
blogs/inc/cron/_cron.funcs.php (+1/-2)
blogs/inc/cron/cronjobs.ctrl.php (+1/-2)
blogs/inc/cron/jobs/_error_test.job.php (+1/-0)
blogs/inc/cron/jobs/_post_notifications.job.php (+1/-0)
blogs/inc/cron/jobs/_prune_hits_sessions.job.php (+1/-0)
blogs/inc/cron/jobs/_test.job.php (+1/-0)
blogs/inc/cron/model/_cronjob.class.php (+2/-3)
blogs/inc/cron/views/_cronjob.form.php (+1/-2)
blogs/inc/cron/views/_cronjob.view.php (+1/-2)
blogs/inc/cron/views/_cronjob_list.view.php (+1/-2)
blogs/inc/dashboard/dashboard.ctrl.php (+1/-2)
blogs/inc/files/file_settings.ctrl.php (+1/-2)
blogs/inc/files/file_types.ctrl.php (+1/-2)
blogs/inc/files/files.ctrl.php (+1/-2)
blogs/inc/files/model/_file.class.php (+2/-4)
blogs/inc/files/model/_file.funcs.php (+1/-2)
blogs/inc/files/model/_filecache.class.php (+2/-3)
blogs/inc/files/model/_filelist.class.php (+3/-3)
blogs/inc/files/model/_fileroot.class.php (+2/-3)
blogs/inc/files/model/_filerootcache.class.php (+2/-3)
blogs/inc/files/model/_filetype.class.php (+2/-3)
blogs/inc/files/model/_filetypecache.class.php (+2/-3)
blogs/inc/files/model/_image.funcs.php (+1/-2)
blogs/inc/files/upload.ctrl.php (+1/-2)
blogs/inc/files/views/_file_browse.view.php (+1/-2)
blogs/inc/files/views/_file_browse_set.form.php (+1/-2)
blogs/inc/files/views/_file_copy_move.form.php (+1/-2)
blogs/inc/files/views/_file_delete.form.php (+1/-2)
blogs/inc/files/views/_file_download.form.php (+1/-2)
blogs/inc/files/views/_file_edit.form.php (+1/-2)
blogs/inc/files/views/_file_links.view.php (+1/-2)
blogs/inc/files/views/_file_list.inc.php (+1/-2)
blogs/inc/files/views/_file_permissions.form.php (+1/-2)
blogs/inc/files/views/_file_properties.form.php (+1/-2)
blogs/inc/files/views/_file_rename.form.php (+1/-2)
blogs/inc/files/views/_file_settings.form.php (+1/-2)
blogs/inc/files/views/_file_upload.view.php (+1/-2)
blogs/inc/files/views/_filetype.form.php (+1/-2)
blogs/inc/files/views/_filetype_list.view.php (+1/-2)
blogs/inc/generic/inc/_generic_listeditor.php (+1/-2)
blogs/inc/generic/inc/_generic_recursive_listeditor.php (+1/-2)
blogs/inc/generic/model/_genericcache.class.php (+3/-3)
blogs/inc/generic/model/_genericcategory.class.php (+2/-3)
blogs/inc/generic/model/_genericcategorycache.class.php (+2/-4)
blogs/inc/generic/model/_genericelement.class.php (+2/-3)
blogs/inc/generic/model/_genericordered.class.php (+2/-3)
blogs/inc/generic/model/_genericorderedcache.class.php (+3/-3)
blogs/inc/generic/views/_generic_category.form.php (+1/-2)
blogs/inc/generic/views/_generic_list.inc.php (+1/-2)
blogs/inc/generic/views/_generic_ordered_list.inc.php (+1/-2)
blogs/inc/generic/views/_generic_recursive_list.inc.php (+1/-2)
blogs/inc/items/item_statuses.ctrl.php (+1/-2)
blogs/inc/items/item_types.ctrl.php (+1/-2)
blogs/inc/items/items.ctrl.php (+1/-2)
blogs/inc/items/model/_item.class.php (+2/-3)
blogs/inc/items/model/_item.funcs.php (+1/-2)
blogs/inc/items/model/_itemcache.class.php (+2/-3)
blogs/inc/items/model/_itemlight.class.php (+2/-3)
blogs/inc/items/model/_itemlist.class.php (+2/-3)
blogs/inc/items/model/_itemlistlight.class.php (+2/-3)
blogs/inc/items/model/_itemquery.class.php (+3/-3)
blogs/inc/items/model/_itemtype.class.php (+2/-3)
blogs/inc/items/model/_itemtypecache.class.php (+2/-3)
blogs/inc/items/model/_link.class.php (+2/-3)
blogs/inc/items/model/_linkcache.class.php (+2/-3)
blogs/inc/items/views/_item_expert.form.php (+1/-2)
blogs/inc/items/views/_item_history.view.php (+1/-2)
blogs/inc/items/views/_item_links.view.php (+1/-2)
blogs/inc/items/views/_item_list_full.view.php (+1/-2)
blogs/inc/items/views/_item_list_sidebar.view.php (+1/-2)
blogs/inc/items/views/_item_list_table.view.php (+1/-2)
blogs/inc/items/views/_item_list_track.view.php (+1/-2)
blogs/inc/items/views/_item_simple.form.php (+1/-2)
blogs/inc/items/views/inc/_item_form_behaviors.inc.php (+1/-2)
blogs/inc/items/views/inc/_item_links.inc.php (+1/-2)
blogs/inc/locales/_charset.funcs.php (+2/-3)
blogs/inc/locales/_locale.funcs.php (+1/-2)
blogs/inc/locales/_locale_settings.form.php (+1/-2)
blogs/inc/locales/_pofile.class.php (+4/-3)
blogs/inc/locales/locales.ctrl.php (+1/-2)
blogs/inc/plugins/_plugin.class.php (+2/-2)
blogs/inc/plugins/_plugin.funcs.php (+1/-2)
blogs/inc/plugins/model/_plugins.class.php (+1/-2)
blogs/inc/plugins/model/_plugins_admin.class.php (+1/-2)
blogs/inc/plugins/model/_plugins_admin_no_db.class.php (+1/-2)
blogs/inc/plugins/model/_pluginsettings.class.php (+1/-3)
blogs/inc/plugins/model/_pluginusersettings.class.php (+1/-3)
blogs/inc/plugins/plugins.ctrl.php (+1/-2)
blogs/inc/plugins/views/_plugin_list.view.php (+1/-2)
blogs/inc/plugins/views/_plugin_list_available.view.php (+1/-2)
blogs/inc/plugins/views/_plugin_settings.form.php (+1/-2)
blogs/inc/sessions/_sessions.init.php (+1/-2)
blogs/inc/sessions/goals.ctrl.php (+1/-2)
blogs/inc/sessions/model/_goal.class.php (+2/-3)
blogs/inc/sessions/model/_hit.class.php (+2/-4)
blogs/inc/sessions/model/_hitlist.class.php (+2/-4)
blogs/inc/sessions/model/_hitlog.funcs.php (+1/-2)
blogs/inc/sessions/model/_session.class.php (+2/-3)
blogs/inc/sessions/model/_sessions.install.php (+1/-2)
blogs/inc/sessions/stats.ctrl.php (+1/-2)
blogs/inc/sessions/views/_goal.form.php (+1/-3)
blogs/inc/sessions/views/_goal_hitsummary.view.php (+1/-2)
blogs/inc/sessions/views/_stats_browserhits.view.php (+1/-2)
blogs/inc/sessions/views/_stats_direct.view.php (+1/-2)
blogs/inc/sessions/views/_stats_goalhits.view.php (+1/-2)
blogs/inc/sessions/views/_stats_goals.view.php (+1/-2)
blogs/inc/sessions/views/_stats_hit_list.view.php (+1/-2)
blogs/inc/sessions/views/_stats_refdomains.view.php (+1/-2)
blogs/inc/sessions/views/_stats_referers.view.php (+1/-2)
blogs/inc/sessions/views/_stats_refsearches.view.php (+1/-2)
blogs/inc/sessions/views/_stats_robots.view.php (+1/-2)
blogs/inc/sessions/views/_stats_search_engines.view.php (+1/-2)
blogs/inc/sessions/views/_stats_search_keywords.view.php (+1/-2)
blogs/inc/sessions/views/_stats_sessions.view.php (+1/-2)
blogs/inc/sessions/views/_stats_sessions_list.view.php (+1/-2)
blogs/inc/sessions/views/_stats_summary.view.php (+1/-2)
blogs/inc/sessions/views/_stats_syndication.view.php (+1/-2)
blogs/inc/sessions/views/_stats_useragents.view.php (+1/-2)
blogs/inc/sessions/views/_stats_view.funcs.php (+1/-2)
blogs/inc/sessions/views/inc/_bar_chart.inc.php (+5/-0)
blogs/inc/sessions/views/inc/_pie_chart.inc.php (+5/-0)
blogs/inc/settings/features.ctrl.php (+1/-2)
blogs/inc/settings/model/_abstractsettings.class.php (+3/-3)
blogs/inc/settings/model/_generalsettings.class.php (+2/-3)
blogs/inc/settings/settings.ctrl.php (+1/-2)
blogs/inc/settings/views/_features.form.php (+1/-2)
blogs/inc/settings/views/_general.form.php (+1/-2)
blogs/inc/skins/_skin.funcs.php (+1/-2)
blogs/inc/skins/model/_skin.class.php (+2/-3)
blogs/inc/skins/model/_skincache.class.php (+2/-3)
blogs/inc/skins/skins.ctrl.php (+1/-2)
blogs/inc/skins/views/_coll_sel_skin.view.php (+1/-2)
blogs/inc/skins/views/_coll_skin.view.php (+1/-2)
blogs/inc/skins/views/_coll_skin_settings.form.php (+1/-2)
blogs/inc/skins/views/_skin.form.php (+1/-2)
blogs/inc/skins/views/_skin_list.view.php (+1/-2)
blogs/inc/skins/views/_skin_list_available.view.php (+1/-2)
blogs/inc/tools/model/_system.funcs.php (+1/-2)
blogs/inc/tools/mtimport.ctrl.php (+1/-2)
blogs/inc/tools/system.ctrl.php (+1/-2)
blogs/inc/tools/tools.ctrl.php (+1/-1)
blogs/inc/tools/wpimport.ctrl.php (+14/-12)
blogs/inc/users/model/_group.class.php (+2/-3)
blogs/inc/users/model/_user.class.php (+2/-3)
blogs/inc/users/model/_user.funcs.php (+1/-2)
blogs/inc/users/model/_usercache.class.php (+2/-3)
blogs/inc/users/model/_usersettings.class.php (+2/-4)
blogs/inc/users/users.ctrl.php (+1/-2)
blogs/inc/users/views/_group.form.php (+1/-2)
blogs/inc/users/views/_user.form.php (+1/-2)
blogs/inc/users/views/_user_list.view.php (+1/-2)
blogs/inc/widgets/model/_widget.class.php (+2/-3)
blogs/inc/widgets/model/_widgetcache.class.php (+2/-3)
blogs/inc/widgets/views/_widget.form.php (+1/-2)
blogs/inc/widgets/views/_widget_list.view.php (+1/-2)
blogs/inc/widgets/views/_widget_list_available.view.php (+1/-2)
blogs/inc/widgets/widgets.ctrl.php (+1/-2)
blogs/inc/widgets/widgets/_coll_category_list.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_comment_list.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_common_links.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_item_list.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_link_list.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_logo.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_longdesc.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_media_index.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_page_list.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_post_list.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_related_post_list.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_search_form.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_tag_cloud.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_tagline.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_title.widget.php (+2/-3)
blogs/inc/widgets/widgets/_coll_xml_feeds.widget.php (+2/-3)
blogs/inc/widgets/widgets/_colls_list_owner.widget.php (+2/-3)
blogs/inc/widgets/widgets/_colls_list_public.widget.php (+2/-3)
blogs/inc/widgets/widgets/_free_html.widget.php (+2/-3)
blogs/inc/widgets/widgets/_linkblog.widget.php (+2/-3)
blogs/inc/widgets/widgets/_menu_link.widget.php (+2/-3)
blogs/inc/widgets/widgets/_user_tools.widget.php (+2/-3)
blogs/inc/xhtml_validator/_xhtml_dtd.inc.php (+1/-2)
blogs/inc/xhtml_validator/_xhtml_validator.class.php (+2/-3)
blogs/inc/xmlrpc/apis/_b2.api.php (+1/-2)
blogs/inc/xmlrpc/apis/_blogger.api.php (+1/-2)
blogs/inc/xmlrpc/apis/_metaweblog.api.php (+1/-2)
blogs/inc/xmlrpc/apis/_mt.api.php (+1/-2)
blogs/inc/xmlrpc/model/_xmlrpc.funcs.php (+2/-2)
blogs/inc/xmlrpc/model/_xmlrpcs.funcs.php (+2/-1)
blogs/index.php (+1/-1)
blogs/index_multi.php (+1/-1)
blogs/install/_functions_create.php (+1/-2)
blogs/install/_functions_delete.php (+1/-1)
blogs/install/_functions_evoupgrade.php (+1/-1)
blogs/install/_functions_install.php (+1/-1)
blogs/install/index.php (+1/-1)
blogs/install/phpinfo.php (+1/-1)
blogs/locales/de_DE/_global.php (+3/-1)
blogs/locales/de_DE/de-DE.locale.php (+2/-0)
blogs/locales/en_US/en-AU.locale.php (+2/-0)
blogs/locales/en_US/en-CA.locale.php (+2/-0)
blogs/locales/en_US/en-GB.locale.php (+2/-0)
blogs/locales/en_US/en-IL.locale.php (+2/-0)
blogs/locales/en_US/en-NZ.locale.php (+2/-0)
blogs/locales/en_US/en-SG.locale.php (+2/-0)
blogs/locales/fr_FR/_global.php (+3/-1)
blogs/locales/fr_FR/fr-BE.locale.php (+2/-0)
blogs/locales/fr_FR/fr-CA.locale.php (+2/-0)
blogs/locales/fr_FR/fr-FR.locale.php (+2/-0)
blogs/locales/ru_RU/_global.php (+3/-1)
blogs/locales/ru_RU/ru-RU.locale.php (+2/-0)
blogs/multiblogs.php (+1/-2)
blogs/plugins/_archives.plugin.php (+7/-4)
blogs/plugins/_auto_p.plugin.php (+3/-1)
blogs/plugins/_autolinks.plugin.php (+3/-1)
blogs/plugins/_bbcode.plugin.php (+6/-0)
blogs/plugins/_bookmarklet.plugin.php (+6/-3)
blogs/plugins/_calendar.plugin.php (+7/-4)
blogs/plugins/_generic_ping.plugin.php (+5/-2)
blogs/plugins/_gmcode.plugin.php (+4/-1)
blogs/plugins/_ping_pingomatic.plugin.php (+6/-3)
blogs/plugins/_quicktags.plugin.php (+6/-0)
blogs/plugins/_smilies.plugin.php (+6/-0)
blogs/plugins/_test.plugin.php (+3/-2)
blogs/plugins/_texturize.plugin.php (+6/-0)
blogs/plugins/_wacko.plugin.php (+6/-1)
blogs/plugins/_whosonline.plugin.php (+10/-6)
blogs/plugins/_wikilinks.plugin.php (+6/-1)
blogs/plugins/adsense_plugin/_adsense.plugin.php (+2/-0)
blogs/plugins/basic_antispam_plugin/_basic_antispam.plugin.php (+5/-2)
blogs/plugins/code_highlight_plugin/_code_highlight.plugin.php (+4/-2)
blogs/plugins/code_highlight_plugin/highlighters/code.highlighter.php (+4/-2)
blogs/plugins/code_highlight_plugin/highlighters/css.highlighter.php (+5/-3)
blogs/plugins/code_highlight_plugin/highlighters/php.highlighter.php (+5/-3)
blogs/plugins/code_highlight_plugin/highlighters/xml.highlighter.php (+4/-2)
blogs/plugins/skeleton.plugin.php (+3/-4)
blogs/plugins/tinymce_plugin/_tinymce.plugin.php (+5/-2)
blogs/plugins/tinymce_plugin/tiny_mce/tiny_mce_gzip.php (+3/-0)
blogs/plugins/twitter_plugin/_twitter.plugin.php (+5/-3)
blogs/plugins/videoplug_plugin/_videoplug.plugin.php (+2/-0)
blogs/sitemap_a.php (+3/-0)
blogs/sitemap_blogs.php (+3/-0)
blogs/skins/_403_referer_spam.main.php (+1/-1)
blogs/skins/_404_blog_not_found.main.php (+1/-1)
blogs/skins/_404_not_found.disp.php (+1/-1)
blogs/skins/_410_stats_gone.main.php (+1/-1)
blogs/skins/_arcdir.disp.php (+1/-1)
blogs/skins/_atom/_skin.class.php (+4/-3)
blogs/skins/_atom/comments.main.php (+1/-2)
blogs/skins/_atom/index.main.php (+1/-2)
blogs/skins/_body_footer.inc.php (+1/-1)
blogs/skins/_body_header.inc.php (+1/-1)
blogs/skins/_catdir.disp.php (+1/-1)
blogs/skins/_comments.disp.php (+1/-1)
blogs/skins/_html_footer.inc.php (+1/-1)
blogs/skins/_html_header.inc.php (+1/-1)
blogs/skins/_item_comment.inc.php (+1/-1)
blogs/skins/_item_comment_form.inc.php (+1/-1)
blogs/skins/_item_comment_wp.inc.php (+1/-1)
blogs/skins/_item_content.inc.php (+1/-1)
blogs/skins/_item_feedback.inc.php (+1/-1)
blogs/skins/_mediaidx.disp.php (+1/-1)
blogs/skins/_msgform.disp.php (+2/-2)
blogs/skins/_profile.disp.php (+1/-2)
blogs/skins/_rdf/_skin.class.php (+4/-3)
blogs/skins/_rdf/comments.main.php (+1/-2)
blogs/skins/_rdf/index.main.php (+1/-2)
blogs/skins/_rss/_skin.class.php (+4/-3)
blogs/skins/_rss/comments.main.php (+1/-2)
blogs/skins/_rss/index.main.php (+1/-2)
blogs/skins/_rss2/_skin.class.php (+4/-3)
blogs/skins/_rss2/comments.main.php (+2/-3)
blogs/skins/_rss2/index.main.php (+2/-3)
blogs/skins/_sitemap/index.main.php (+2/-3)
blogs/skins/_subs.disp.php (+1/-2)
blogs/skins/_toolbar.inc.php (+1/-1)
blogs/skins/_user.disp.php (+1/-2)
blogs/skins/_wp_compatibility.inc.php (+1/-1)
blogs/skins/asevo/_body_footer.inc.php (+2/-5)
blogs/skins/asevo/_item_block.inc.php (+2/-1)
blogs/skins/asevo/index.main.php (+1/-5)
blogs/skins/basic/_item_content.inc.php (+1/-1)
blogs/skins/basic/_item_feedback.inc.php (+1/-1)
blogs/skins/basic/index.main.php (+1/-5)
blogs/skins/custom/_item_block.inc.php (+2/-1)
blogs/skins/custom/_skin.class.php (+3/-1)
blogs/skins/custom/index.main.php (+1/-5)
blogs/skins/evocamp/_body_footer.inc.php (+2/-2)
blogs/skins/evocamp/_body_header.inc.php (+2/-2)
blogs/skins/evocamp/_item_block.inc.php (+2/-1)
blogs/skins/evocamp/_sidebar_left.inc.php (+2/-2)
blogs/skins/evocamp/_sidebar_right.inc.php (+2/-2)
blogs/skins/evocamp/index.main.php (+2/-3)
blogs/skins/evocamp/page.main.php (+2/-3)
blogs/skins/evocamp/posts.main.php (+2/-3)
blogs/skins/evocamp/single.main.php (+2/-3)
blogs/skins/evopress/_body_footer.inc.php (+2/-2)
blogs/skins/evopress/_body_header.inc.php (+2/-2)
blogs/skins/evopress/_item_block.inc.php (+2/-1)
blogs/skins/evopress/_sidebar.inc.php (+2/-2)
blogs/skins/evopress/index.main.php (+2/-3)
blogs/skins/evopress/page.main.php (+2/-3)
blogs/skins/evopress/posts.main.php (+2/-3)
blogs/skins/evopress/single.main.php (+2/-3)
blogs/skins/glossyblue/_body_footer.inc.php (+1/-1)
blogs/skins/glossyblue/_body_header.inc.php (+1/-1)
blogs/skins/glossyblue/_item_block.inc.php (+2/-1)
blogs/skins/glossyblue/_item_content.inc.php (+3/-0)
blogs/skins/glossyblue/_item_feedback.inc.php (+1/-1)
blogs/skins/glossyblue/_sidebar.inc.php (+1/-1)
blogs/skins/glossyblue/index.main.php (+1/-2)
blogs/skins/glossyblue/page.main.php (+1/-2)
blogs/skins/glossyblue/posts.main.php (+1/-2)
blogs/skins/glossyblue/single.main.php (+1/-2)
blogs/skins/miami_blue/_item_block.inc.php (+2/-1)
blogs/skins/miami_blue/index.main.php (+2/-3)
blogs/skins/natural_pink/_body_footer.inc.php (+1/-1)
blogs/skins/natural_pink/_item_block.inc.php (+2/-1)
blogs/skins/natural_pink/_skin.class.php (+1/-2)
blogs/skins/natural_pink/index.main.php (+1/-2)
blogs/skins/nifty_corners/_body_footer.inc.php (+1/-1)
blogs/skins/nifty_corners/_item_block.inc.php (+2/-1)
blogs/skins/nifty_corners/index.main.php (+1/-2)
blogs/skins/photoblog/_body_footer.inc.php (+1/-1)
blogs/skins/photoblog/_html_header.inc.php (+1/-1)
blogs/skins/photoblog/_item_block.inc.php (+2/-1)
blogs/skins/photoblog/feedback_popup.main.php (+1/-1)
blogs/skins/photoblog/index.main.php (+1/-2)
blogs/skins/pixelgreen/_item_block.inc.php (+2/-1)
blogs/skins/pixelgreen/_sidebar.inc.php (+1/-1)
blogs/skins/pixelgreen/index.main.php (+1/-2)
blogs/skins/terrafirma/_item_block.inc.php (+2/-1)
blogs/skins/terrafirma/_item_comment.inc.php (+1/-1)
blogs/skins/terrafirma/index.main.php (+1/-2)
blogs/skins/vastitude/_item_block.inc.php (+2/-1)
blogs/skins/vastitude/index.main.php (+2/-3)
blogs/skins_adm/_access_denied.main.php (+1/-1)
blogs/skins_adm/_adminUI_general.class.php (+3/-3)
blogs/skins_adm/_html_footer.inc.php (+1/-2)
blogs/skins_adm/_html_header.inc.php (+1/-2)
blogs/skins_adm/chicago/_adminUI.class.php (+2/-5)
blogs/skins_adm/conf_error.main.php (+1/-1)
blogs/skins_adm/evo/_adminUI.class.php (+2/-5)
blogs/skins_adm/legacy/_adminUI.class.php (+2/-5)
blogs/skins_adm/login/_html_footer.inc.php (+2/-2)
blogs/skins_adm/login/_html_header.inc.php (+2/-2)
blogs/skins_adm/login/_login_form.main.php (+2/-2)
blogs/skins_adm/login/_lostpass_form.main.php (+2/-2)
blogs/skins_adm/login/_reg_complete.main.php (+2/-2)
blogs/skins_adm/login/_reg_disabled.main.php (+2/-2)
blogs/skins_adm/login/_reg_form.main.php (+2/-2)
blogs/skins_adm/login/_validate_form.main.php (+2/-2)
blogs/summary.php (+1/-2)
blogs/xmlsrv/atom.comments.php (+2/-1)
blogs/xmlsrv/atom.php (+2/-1)
blogs/xmlsrv/rdf.comments.php (+2/-1)
blogs/xmlsrv/rdf.php (+2/-1)
blogs/xmlsrv/rsd.php (+1/-2)
blogs/xmlsrv/rss.comments.php (+2/-1)
blogs/xmlsrv/rss.php (+2/-1)
blogs/xmlsrv/rss2.comments.php (+2/-1)
blogs/xmlsrv/rss2.php (+2/-1)
blogs/xmlsrv/xmlrpc.php (+1/-2)
To merge this branch: bzr merge lp:~quam-plures-core/quam-plures/qp-auto-docs
Reviewer Review Type Date Requested Status
Yabs (community) Approve
Review via email: mp+15710@code.launchpad.net

Commit message

Merged auto-docs-reset blueprint by EdB

To post a comment you must log in.
Revision history for this message
EdB (edb) wrote :

wow this is fun :) everybody gets FREE emails - w00t! Hopefully editing all files doesn't break something...

Revision history for this message
Yabs (yabs) wrote :

Looks good to me

¥

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'blogs/a_noskin.php'
2--- blogs/a_noskin.php 2009-12-05 14:46:02 +0000
3+++ blogs/a_noskin.php 2009-12-06 13:00:43 +0000
4@@ -8,14 +8,11 @@
5 * Most of the time, calling your blog through index.php with a skin will be enough.
6 * You should try to customize a skin before thrying to use this fle.
7 *
8- * Same display without using skins: a_stub.php
9- *
10 * b2evolution - {@link http://b2evolution.net/}
11 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
12 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
13 *
14- * @package evoskins
15- * @subpackage noskin
16+ * @package pond
17 */
18
19 # First, select which blog you want to display here!
20
21=== modified file 'blogs/a_stub.php'
22--- blogs/a_stub.php 2009-03-08 22:57:33 +0000
23+++ blogs/a_stub.php 2009-12-06 13:00:43 +0000
24@@ -10,6 +10,8 @@
25 * b2evolution - {@link http://b2evolution.net/}
26 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
27 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
28+ *
29+ * @package pond
30 */
31
32 # First, select which blog you want to display here!
33
34=== modified file 'blogs/admin.php'
35--- blogs/admin.php 2009-11-29 13:59:07 +0000
36+++ blogs/admin.php 2009-12-06 13:00:43 +0000
37@@ -32,8 +32,7 @@
38 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
39 * }}
40 *
41- * @package main
42- *
43+ * @package pond
44 */
45
46
47
48=== modified file 'blogs/blog1.php'
49--- blogs/blog1.php 2009-03-08 22:57:33 +0000
50+++ blogs/blog1.php 2009-12-06 13:00:43 +0000
51@@ -8,6 +8,8 @@
52 * b2evolution - {@link http://b2evolution.net/}
53 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
54 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
55+ *
56+ * @package pond
57 */
58
59 # First, select which blog you want to display here!
60
61=== modified file 'blogs/blog2.php'
62--- blogs/blog2.php 2009-03-08 22:57:33 +0000
63+++ blogs/blog2.php 2009-12-06 13:00:43 +0000
64@@ -8,6 +8,8 @@
65 * b2evolution - {@link http://b2evolution.net/}
66 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
67 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
68+ *
69+ * @package pond
70 */
71
72 # First, select which blog you want to display here!
73
74=== modified file 'blogs/blog3.php'
75--- blogs/blog3.php 2009-03-08 22:57:33 +0000
76+++ blogs/blog3.php 2009-12-06 13:00:43 +0000
77@@ -8,6 +8,8 @@
78 * b2evolution - {@link http://b2evolution.net/}
79 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
80 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
81+ *
82+ * @package pond
83 */
84
85 # First, select which blog you want to display here!
86
87=== modified file 'blogs/blog4.php'
88--- blogs/blog4.php 2009-03-08 22:57:33 +0000
89+++ blogs/blog4.php 2009-12-06 13:00:43 +0000
90@@ -8,6 +8,8 @@
91 * b2evolution - {@link http://b2evolution.net/}
92 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
93 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
94+ *
95+ * @package pond
96 */
97
98 # First, select which blog you want to display here!
99
100=== modified file 'blogs/blog5.php'
101--- blogs/blog5.php 2009-03-08 22:57:33 +0000
102+++ blogs/blog5.php 2009-12-06 13:00:43 +0000
103@@ -8,6 +8,8 @@
104 * b2evolution - {@link http://b2evolution.net/}
105 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
106 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
107+ *
108+ * @package pond
109 */
110
111 # First, select which blog you want to display here!
112
113=== modified file 'blogs/blog6.php'
114--- blogs/blog6.php 2009-03-08 22:57:33 +0000
115+++ blogs/blog6.php 2009-12-06 13:00:43 +0000
116@@ -8,6 +8,8 @@
117 * b2evolution - {@link http://b2evolution.net/}
118 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
119 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
120+ *
121+ * @package pond
122 */
123
124 # First, select which blog you want to display here!
125
126=== modified file 'blogs/blog7.php'
127--- blogs/blog7.php 2009-03-08 22:57:33 +0000
128+++ blogs/blog7.php 2009-12-06 13:00:43 +0000
129@@ -8,6 +8,8 @@
130 * b2evolution - {@link http://b2evolution.net/}
131 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
132 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
133+ *
134+ * @package pond
135 */
136
137 # First, select which blog you want to display here!
138
139=== modified file 'blogs/conf/_admin.php'
140--- blogs/conf/_admin.php 2009-03-08 20:45:56 +0000
141+++ blogs/conf/_admin.php 2009-12-06 13:00:43 +0000
142@@ -4,7 +4,7 @@
143 *
144 * This sets how the back-office/admin interface works
145 *
146- * @package conf
147+ * @package pond
148 */
149 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
150
151
152=== modified file 'blogs/conf/_advanced.php'
153--- blogs/conf/_advanced.php 2009-12-01 13:18:48 +0000
154+++ blogs/conf/_advanced.php 2009-12-06 13:00:44 +0000
155@@ -5,8 +5,7 @@
156 * Please NOTE: You should not comment variables out to prevent
157 * URL overrides.
158 *
159- * @package conf
160- *
161+ * @package pond
162 */
163 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
164
165
166=== modified file 'blogs/conf/_application.php'
167--- blogs/conf/_application.php 2009-11-22 17:40:46 +0000
168+++ blogs/conf/_application.php 2009-12-06 13:00:44 +0000
169@@ -2,7 +2,7 @@
170 /**
171 * This is b2evolution's application config file.
172 *
173- * @package conf
174+ * @package pond
175 */
176 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
177
178
179=== modified file 'blogs/conf/_basic_config.template.php'
180--- blogs/conf/_basic_config.template.php 2009-07-19 12:19:50 +0000
181+++ blogs/conf/_basic_config.template.php 2009-12-06 13:00:44 +0000
182@@ -17,7 +17,7 @@
183 * Contributors: you should override this file by creating a file named _config_TEST.php
184 * (see end of this file).
185 *
186- * @package conf
187+ * @package pond
188 */
189 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
190
191
192=== modified file 'blogs/conf/_config.php'
193--- blogs/conf/_config.php 2009-11-29 13:59:07 +0000
194+++ blogs/conf/_config.php 2009-12-06 13:00:44 +0000
195@@ -7,7 +7,7 @@
196 *
197 * See {@link _basic_config.php} for the basic settings.
198 *
199- * @package conf
200+ * @package pond
201 */
202
203 if( defined('EVO_CONFIG_LOADED') )
204
205=== modified file 'blogs/conf/_formatting.php'
206--- blogs/conf/_formatting.php 2008-05-10 19:30:38 +0000
207+++ blogs/conf/_formatting.php 2009-12-06 13:00:44 +0000
208@@ -6,7 +6,8 @@
209 * Last significant changes to this file: version 1.6
210 *
211 * @todo Move as much as possible to $Settings / $UserSettings
212- * @package conf
213+ *
214+ * @package pond
215 */
216 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
217
218
219=== modified file 'blogs/conf/_icons.php'
220--- blogs/conf/_icons.php 2009-11-29 13:59:07 +0000
221+++ blogs/conf/_icons.php 2009-12-06 13:00:46 +0000
222@@ -3,6 +3,8 @@
223 * This file provides icon definitions through a function.
224 *
225 * Will resolve translations at runtime and consume less memory than a table.
226+ *
227+ * @package pond
228 */
229 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
230
231
232=== modified file 'blogs/conf/_locales.php'
233--- blogs/conf/_locales.php 2009-09-15 11:33:00 +0000
234+++ blogs/conf/_locales.php 2009-12-06 13:00:46 +0000
235@@ -7,7 +7,7 @@
236 * be saved to the database. The database settings superseede settings in this file.
237 * Last significant changes to this file: version 1.6
238 *
239- * @package conf
240+ * @package pond
241 */
242 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
243
244
245=== modified file 'blogs/conf/_stats.php'
246--- blogs/conf/_stats.php 2009-07-14 13:48:23 +0000
247+++ blogs/conf/_stats.php 2009-12-06 13:00:46 +0000
248@@ -7,7 +7,7 @@
249 * This file sets how b2evolution will log hits and stats
250 * Last significant changes to this file: version 1.6
251 *
252- * @package conf
253+ * @package pond
254 */
255 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
256
257
258=== modified file 'blogs/conf/_upgrade.php'
259--- blogs/conf/_upgrade.php 2009-03-08 22:57:33 +0000
260+++ blogs/conf/_upgrade.php 2009-12-06 13:00:46 +0000
261@@ -6,7 +6,7 @@
262 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
263 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
264 *
265- * @package conf
266+ * @package pond
267 */
268 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
269
270
271=== modified file 'blogs/contact.php'
272--- blogs/contact.php 2009-03-24 21:11:15 +0000
273+++ blogs/contact.php 2009-12-06 13:00:43 +0000
274@@ -9,8 +9,7 @@
275 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
276 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
277 *
278- * @package evoskins
279- * @subpackage noskin
280+ * @package pond
281 */
282
283 // The User ID of the administrator:
284
285=== modified file 'blogs/cron/cron_exec.php'
286--- blogs/cron/cron_exec.php 2009-12-01 17:11:43 +0000
287+++ blogs/cron/cron_exec.php 2009-12-06 13:00:46 +0000
288@@ -6,6 +6,7 @@
289 * >c:\php4\php cron_exec.php
290 * >c:\php4\php-cli cron_exec.php
291 *
292+ * @package pond
293 */
294
295
296
297=== modified file 'blogs/cron/getmail.php'
298--- blogs/cron/getmail.php 2009-11-29 13:59:07 +0000
299+++ blogs/cron/getmail.php 2009-12-06 13:00:46 +0000
300@@ -31,6 +31,7 @@
301 * @todo tested and working with thunderbird (text, html, signed), yahoo mail (text, html), outlook webmail, K800i
302 * @todo Allow the user to choose whether to upload attachments to the blog media folder or to his user root.
303 *
304+ * @package pond
305 */
306
307 /**
308
309=== modified file 'blogs/cron/mms.php'
310--- blogs/cron/mms.php 2008-01-18 14:53:42 +0000
311+++ blogs/cron/mms.php 2009-12-06 13:00:46 +0000
312@@ -1,3 +1,8 @@
313 <?php
314+/**
315+ * die
316+ *
317+ * @package pond
318+ */
319 die('This feature is no longer maintained.');
320 ?>
321
322=== modified file 'blogs/default.php'
323--- blogs/default.php 2009-12-05 14:46:02 +0000
324+++ blogs/default.php 2009-12-06 13:00:43 +0000
325@@ -10,8 +10,7 @@
326 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
327 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
328 *
329- * @package evoskins
330- * @subpackage noskin
331+ * @package pond
332 */
333
334 /**
335
336=== modified file 'blogs/htsrv/async.php'
337--- blogs/htsrv/async.php 2009-11-29 13:59:07 +0000
338+++ blogs/htsrv/async.php 2009-12-06 13:00:46 +0000
339@@ -19,8 +19,7 @@
340 * {@internal Open Source relicensing agreement:
341 * }}
342 *
343- * @package evocore
344- *
345+ * @package pond
346 */
347
348
349
350=== modified file 'blogs/htsrv/call_plugin.php'
351--- blogs/htsrv/call_plugin.php 2009-11-29 13:59:07 +0000
352+++ blogs/htsrv/call_plugin.php 2009-12-06 13:00:46 +0000
353@@ -24,12 +24,11 @@
354 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
355 * }}
356 *
357- * @package htsrv
358- *
359 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
360 * @author fplanque: Francois PLANQUE
361 * @author blueyed: Daniel HAHLER
362 *
363+ * @package pond
364 */
365
366
367
368=== modified file 'blogs/htsrv/comment_post.php'
369--- blogs/htsrv/comment_post.php 2009-11-29 13:59:07 +0000
370+++ blogs/htsrv/comment_post.php 2009-12-06 13:00:46 +0000
371@@ -19,7 +19,7 @@
372 * {@internal Open Source relicensing agreement:
373 * }}
374 *
375- * @package htsrv
376+ * @package pond
377 */
378
379
380
381=== modified file 'blogs/htsrv/getfile.php'
382--- blogs/htsrv/getfile.php 2009-11-29 13:59:07 +0000
383+++ blogs/htsrv/getfile.php 2009-12-06 13:00:46 +0000
384@@ -23,8 +23,6 @@
385 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
386 * }}
387 *
388- * @package htsrv
389- *
390 * @todo dh> Add support for ETag / If-Modified-Since. Maybe send "Expires", too? (to "force" caching)
391 * fp> for more efficient caching (like creating a thumbnail on view 1 then displaying the thumbnail again on view 2), this should probably redirect to the static file right after creating it (when $public_access_to_media=true OF COURSE)
392 * dh> this would add another redirect/HTTP request and no cache handling, assuming
393@@ -36,6 +34,8 @@
394 * @author blueyed: Daniel HAHLER
395 * @author fplanque: Francois PLANQUE.
396 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
397+ *
398+ * @package pond
399 */
400
401
402
403=== modified file 'blogs/htsrv/login.php'
404--- blogs/htsrv/login.php 2009-11-29 13:59:07 +0000
405+++ blogs/htsrv/login.php 2009-12-06 13:00:46 +0000
406@@ -27,13 +27,12 @@
407 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
408 * }}
409 *
410- * @package htsrv
411- *
412 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
413 * @author blueyed: Daniel HAHLER
414 * @author fplanque: Francois PLANQUE
415 * @author mfollett: Matt FOLLETT.
416 *
417+ * @package pond
418 */
419
420 /**
421
422=== modified file 'blogs/htsrv/message_send.php'
423--- blogs/htsrv/message_send.php 2009-11-29 13:59:07 +0000
424+++ blogs/htsrv/message_send.php 2009-12-06 13:00:46 +0000
425@@ -25,11 +25,11 @@
426 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
427 * }}
428 *
429- * @package htsrv
430- *
431 * @author Jeff Bearer - {@link http://www.jeffbearer.com/} + blueyed, fplanque
432 *
433 * @todo dh> we should use the current_User's ID, if he's logged in here. It seems that only the message form gets pre-filled with hidden fields currently.
434+ *
435+ * @package pond
436 */
437
438 /**
439
440=== modified file 'blogs/htsrv/profile_update.php'
441--- blogs/htsrv/profile_update.php 2009-11-29 13:59:07 +0000
442+++ blogs/htsrv/profile_update.php 2009-12-06 13:00:46 +0000
443@@ -23,8 +23,6 @@
444 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
445 * }}
446 *
447- * @package htsrv
448- *
449 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
450 * @author fplanque: Francois PLANQUE
451 * @author blueyed: Daniel HAHLER
452@@ -32,6 +30,7 @@
453 *
454 * @todo integrate it into the skins to avoid ugly die() on error and confusing redirect on success.
455 *
456+ * @package pond
457 */
458
459 /**
460
461=== modified file 'blogs/htsrv/register.php'
462--- blogs/htsrv/register.php 2009-11-29 13:59:07 +0000
463+++ blogs/htsrv/register.php 2009-12-06 13:00:46 +0000
464@@ -23,12 +23,11 @@
465 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
466 * }}
467 *
468- * @package htsrv
469- *
470 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
471 * @author blueyed: Daniel HAHLER
472 * @author fplanque: Francois PLANQUE
473 *
474+ * @package pond
475 */
476
477 /**
478
479=== modified file 'blogs/htsrv/subs_update.php'
480--- blogs/htsrv/subs_update.php 2009-11-29 13:59:07 +0000
481+++ blogs/htsrv/subs_update.php 2009-12-06 13:00:47 +0000
482@@ -19,13 +19,12 @@
483 * {@internal Open Source relicensing agreement:
484 * }}
485 *
486- * @package htsrv
487- *
488 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
489 * @author fplanque: Francois PLANQUE
490 *
491 * @todo integrate it into the skins to avoid ugly die() on error and confusing redirect on success.
492 *
493+ * @package pond
494 */
495
496 /**
497
498=== modified file 'blogs/htsrv/track.php'
499--- blogs/htsrv/track.php 2009-11-29 13:59:07 +0000
500+++ blogs/htsrv/track.php 2009-12-06 13:00:47 +0000
501@@ -8,10 +8,9 @@
502 *
503 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
504 *
505- * @package sessions
506- *
507 * @author fplanque: Francois PLANQUE.
508 *
509+ * @package pond
510 */
511
512 /**
513
514=== modified file 'blogs/htsrv/trackback.php'
515--- blogs/htsrv/trackback.php 2009-11-29 13:59:07 +0000
516+++ blogs/htsrv/trackback.php 2009-12-06 13:00:47 +0000
517@@ -23,12 +23,11 @@
518 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
519 * }}
520 *
521- * @package htsrv
522- *
523 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
524 * @author blueyed: Daniel HAHLER
525 * @author fplanque: Francois PLANQUE
526 *
527+ * @package pond
528 */
529
530
531
532=== modified file 'blogs/htsrv/viewfile.php'
533--- blogs/htsrv/viewfile.php 2009-11-29 13:59:07 +0000
534+++ blogs/htsrv/viewfile.php 2009-12-06 13:00:47 +0000
535@@ -23,14 +23,13 @@
536 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
537 * }}
538 *
539- * @package admin
540- *
541 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
542 * @author blueyed: Daniel HAHLER.
543 * @author fplanque: Francois PLANQUE.
544 *
545 * @todo skin compliant header!
546 *
547+ * @package pond
548 */
549
550 /**
551
552=== modified file 'blogs/inc/_async.inc.php'
553--- blogs/inc/_async.inc.php 2009-11-29 13:59:07 +0000
554+++ blogs/inc/_async.inc.php 2009-12-06 13:00:47 +0000
555@@ -19,8 +19,7 @@
556 * {@internal Open Source relicensing agreement:
557 * }}
558 *
559- * @package evocore
560- *
561+ * @package pond
562 */
563 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
564
565
566=== modified file 'blogs/inc/_blog_main.inc.php'
567--- blogs/inc/_blog_main.inc.php 2009-11-29 13:59:07 +0000
568+++ blogs/inc/_blog_main.inc.php 2009-12-06 13:00:47 +0000
569@@ -16,12 +16,11 @@
570 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
571 * }}
572 *
573- * @package main
574- *
575 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
576 * @author blueyed: Daniel HAHLER
577 * @author fplanque: Francois PLANQUE
578 *
579+ * @package pond
580 */
581
582 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
583
584=== modified file 'blogs/inc/_connect_db.inc.php'
585--- blogs/inc/_connect_db.inc.php 2009-11-29 13:59:07 +0000
586+++ blogs/inc/_connect_db.inc.php 2009-12-06 13:00:47 +0000
587@@ -7,6 +7,7 @@
588 *
589 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
590 *
591+ * @package pond
592 */
593
594 /**
595
596=== modified file 'blogs/inc/_core/__core.init.php'
597--- blogs/inc/_core/__core.init.php 2009-11-29 13:59:07 +0000
598+++ blogs/inc/_core/__core.init.php 2009-12-06 13:00:47 +0000
599@@ -19,11 +19,10 @@
600 * {@internal Open Source relicensing agreement:
601 * }}
602 *
603- * @package evocore
604- *
605 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
606 * @author fplanque: Francois PLANQUE.
607 *
608+ * @package pond
609 */
610 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
611
612
613=== modified file 'blogs/inc/_core/_class4.funcs.php'
614--- blogs/inc/_core/_class4.funcs.php 2009-11-29 13:59:07 +0000
615+++ blogs/inc/_core/_class4.funcs.php 2009-12-06 13:00:47 +0000
616@@ -18,10 +18,9 @@
617 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
618 * }}
619 *
620- * @package evocore
621- *
622 * @author fplanque: Francois PLANQUE
623 *
624+ * @package pond
625 */
626 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
627
628
629=== modified file 'blogs/inc/_core/_class5.funcs.php'
630--- blogs/inc/_core/_class5.funcs.php 2009-11-29 13:59:07 +0000
631+++ blogs/inc/_core/_class5.funcs.php 2009-12-06 13:00:47 +0000
632@@ -25,10 +25,9 @@
633 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
634 * }}
635 *
636- * @package evocore
637- *
638 * @author blueyed: Daniel HAHLER.
639 *
640+ * @package pond
641 */
642 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
643
644
645=== modified file 'blogs/inc/_core/_misc.funcs.php'
646--- blogs/inc/_core/_misc.funcs.php 2009-12-05 14:46:02 +0000
647+++ blogs/inc/_core/_misc.funcs.php 2009-12-06 13:00:47 +0000
648@@ -28,8 +28,6 @@
649 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
650 * }}
651 *
652- * @package evocore
653- *
654 * @todo dh> Refactor into smaller chunks/files. We should avoid using a "huge" misc early!
655 * - _debug.funcs.php
656 * - _formatting.funcs.php
657@@ -46,6 +44,7 @@
658 * @author vegarg: Vegar BERG GULDAL.
659 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
660 *
661+ * @package pond
662 */
663 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
664
665
666=== modified file 'blogs/inc/_core/_param.funcs.php'
667--- blogs/inc/_core/_param.funcs.php 2009-11-29 13:59:07 +0000
668+++ blogs/inc/_core/_param.funcs.php 2009-12-06 13:00:47 +0000
669@@ -32,12 +32,11 @@
670 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
671 * }}
672 *
673- * @package evocore
674- *
675 * @author cafelog (team)
676 * @author blueyed: Daniel HAHLER.
677 * @author fplanque: Francois PLANQUE.
678 *
679+ * @package pond
680 */
681 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
682
683
684=== modified file 'blogs/inc/_core/_template.funcs.php'
685--- blogs/inc/_core/_template.funcs.php 2009-12-05 14:46:02 +0000
686+++ blogs/inc/_core/_template.funcs.php 2009-12-06 13:00:47 +0000
687@@ -23,12 +23,11 @@
688 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
689 * }}
690 *
691- * @package evocore
692- *
693 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
694 * @author blueyed: Daniel HAHLER.
695 * @author fplanque: Francois PLANQUE.
696 *
697+ * @package pond
698 */
699 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
700
701
702=== modified file 'blogs/inc/_core/_url.funcs.php'
703--- blogs/inc/_core/_url.funcs.php 2009-11-29 13:59:07 +0000
704+++ blogs/inc/_core/_url.funcs.php 2009-12-06 13:00:47 +0000
705@@ -16,11 +16,10 @@
706 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
707 * }}
708 *
709- * @package evocore
710- *
711 * @author blueyed: Daniel HAHLER
712 * @author Danny Ferguson
713 *
714+ * @package pond
715 */
716 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
717
718
719=== modified file 'blogs/inc/_core/model/__core.install.php'
720--- blogs/inc/_core/model/__core.install.php 2009-11-29 13:59:07 +0000
721+++ blogs/inc/_core/model/__core.install.php 2009-12-06 13:00:47 +0000
722@@ -19,11 +19,10 @@
723 * {@internal Open Source relicensing agreement:
724 * }}
725 *
726- * @package evocore
727- *
728 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
729 * @author fplanque: Francois PLANQUE.
730 *
731+ * @package pond
732 */
733 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
734
735
736=== modified file 'blogs/inc/_core/model/_log.class.php'
737--- blogs/inc/_core/model/_log.class.php 2009-11-29 13:59:07 +0000
738+++ blogs/inc/_core/model/_log.class.php 2009-12-06 13:00:47 +0000
739@@ -27,12 +27,10 @@
740 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
741 * }}
742 *
743- * @package evocore
744- *
745 * @author blueyed: Daniel HAHLER
746 * @author fplanque: Francois PLANQUE
747 *
748- *
749+ * @package pond
750 */
751 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
752
753@@ -44,7 +42,7 @@
754 * Examples: 'note', 'error'. Note: 'all' is reserved to display all categories together.
755 * Messages can later be displayed grouped by category/level.
756 *
757- * @package evocore
758+ * @package pond
759 */
760 class Log
761 {
762@@ -577,7 +575,7 @@
763 *
764 * This is used for $Debuglog, when $debug is not enabled.
765 *
766- * @package evocore
767+ * @package pond
768 */
769 class Log_noop {
770 /**
771
772=== modified file 'blogs/inc/_core/model/_pagecache.class.php'
773--- blogs/inc/_core/model/_pagecache.class.php 2009-11-29 13:59:07 +0000
774+++ blogs/inc/_core/model/_pagecache.class.php 2009-12-06 13:00:47 +0000
775@@ -20,9 +20,7 @@
776 * {@internal Open Source relicensing agreement:
777 * }}
778 *
779- * @package evocore
780- *
781- *
782+ * @package pond
783 */
784 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
785
786@@ -30,7 +28,7 @@
787 /**
788 * Page Cache.
789 *
790- * @package evocore
791+ * @package pond
792 */
793 class PageCache
794 {
795
796=== modified file 'blogs/inc/_core/model/_timer.class.php'
797--- blogs/inc/_core/model/_timer.class.php 2009-11-29 13:59:07 +0000
798+++ blogs/inc/_core/model/_timer.class.php 2009-12-06 13:00:47 +0000
799@@ -23,12 +23,11 @@
800 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
801 * }}
802 *
803- * @package evocore
804- *
805 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
806 * @author fplanque: Francois PLANQUE.
807 * @author blueyed: Daniel HAHLER.
808 *
809+ * @package pond
810 */
811 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
812
813
814=== modified file 'blogs/inc/_core/model/dataobjects/_dataobject.class.php'
815--- blogs/inc/_core/model/dataobjects/_dataobject.class.php 2009-11-29 13:59:07 +0000
816+++ blogs/inc/_core/model/dataobjects/_dataobject.class.php 2009-12-06 13:00:47 +0000
817@@ -28,13 +28,12 @@
818 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
819 * }}
820 *
821- * @package evocore
822- *
823 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
824 * @author fplanque: Francois PLANQUE
825 * @author blueyed: Daniel HAHLER
826 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
827 *
828+ * @package pond
829 */
830 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
831
832@@ -43,9 +42,10 @@
833 *
834 * This is typically an abstract class, useful only when derived.
835 *
836- * @package evocore
837 * @version beta
838 * @abstract
839+ *
840+ * @package pond
841 */
842 class DataObject
843 {
844
845=== modified file 'blogs/inc/_core/model/dataobjects/_dataobjectcache.class.php'
846--- blogs/inc/_core/model/dataobjects/_dataobjectcache.class.php 2009-11-29 13:59:07 +0000
847+++ blogs/inc/_core/model/dataobjects/_dataobjectcache.class.php 2009-12-06 13:00:47 +0000
848@@ -28,12 +28,11 @@
849 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
850 * }}
851 *
852- * @package evocore
853- *
854 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
855 * @author blueyed: Daniel HAHLER.
856 * @author fplanque: Francois PLANQUE
857 *
858+ * @package pond
859 */
860 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
861
862@@ -42,8 +41,9 @@
863 *
864 * @todo dh> Provide iteration "interface"!
865 *
866- * @package evocore
867 * @version beta
868+ *
869+ * @package pond
870 */
871 class DataObjectCache
872 {
873
874=== modified file 'blogs/inc/_core/model/dataobjects/_dataobjectlist.class.php'
875--- blogs/inc/_core/model/dataobjects/_dataobjectlist.class.php 2009-11-29 13:59:07 +0000
876+++ blogs/inc/_core/model/dataobjects/_dataobjectlist.class.php 2009-12-06 13:00:47 +0000
877@@ -19,11 +19,10 @@
878 * {@internal Open Source relicensing agreement:
879 * }}
880 *
881- * @package evocore
882- *
883 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
884 * @author fplanque: Francois PLANQUE
885 *
886+ * @package pond
887 */
888 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
889
890@@ -35,9 +34,10 @@
891 * This is typically an abstract class, useful only when derived.
892 * Holds DataObjects in an array and allows walking through...
893 *
894- * @package evocore
895 * @version beta
896 * @abstract
897+ *
898+ * @package pond
899 */
900 class DataObjectList extends Results
901 {
902
903=== modified file 'blogs/inc/_core/model/dataobjects/_dataobjectlist2.class.php'
904--- blogs/inc/_core/model/dataobjects/_dataobjectlist2.class.php 2009-11-29 13:59:07 +0000
905+++ blogs/inc/_core/model/dataobjects/_dataobjectlist2.class.php 2009-12-06 13:00:47 +0000
906@@ -19,11 +19,10 @@
907 * {@internal Open Source relicensing agreement:
908 * }}
909 *
910- * @package evocore
911- *
912 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
913 * @author fplanque: Francois PLANQUE
914 *
915+ * @package pond
916 */
917 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
918
919@@ -31,7 +30,9 @@
920
921
922 /**
923- * @package evocore
924+ * FilteredResults > Results
925+ *
926+ * @package pond
927 */
928 class FilteredResults extends Results
929 {
930@@ -132,9 +133,10 @@
931 *
932 * This SECOND implementation will deprecate the first one when finished.
933 *
934- * @package evocore
935 * @version beta
936 * @abstract
937+ *
938+ * @package pond
939 */
940 class DataObjectList2 extends FilteredResults
941 {
942
943=== modified file 'blogs/inc/_core/model/db/_db.class.php'
944--- blogs/inc/_core/model/db/_db.class.php 2009-11-29 13:59:07 +0000
945+++ blogs/inc/_core/model/db/_db.class.php 2009-12-06 13:00:47 +0000
946@@ -50,14 +50,14 @@
947 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
948 * }}
949 *
950- * @package evocore
951- *
952 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
953 * @author blueyed: Daniel HAHLER
954 * @author fplanque: Francois PLANQUE
955 * @author Justin VINCENT
956 *
957 * @todo transaction support
958+ *
959+ * @package pond
960 */
961 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
962
963@@ -73,7 +73,7 @@
964 /**
965 * The Main Class
966 *
967- * @package evocore
968+ * @package pond
969 */
970 class DB
971 {
972
973=== modified file 'blogs/inc/_core/model/db/_sql.class.php'
974--- blogs/inc/_core/model/db/_sql.class.php 2009-11-29 13:59:07 +0000
975+++ blogs/inc/_core/model/db/_sql.class.php 2009-12-06 13:00:47 +0000
976@@ -19,11 +19,10 @@
977 * {@internal Open Source relicensing agreement:
978 * }}
979 *
980- * @package evocore
981- *
982 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
983 * @author fplanque: Francois PLANQUE.
984 *
985+ * @package pond
986 */
987 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
988
989@@ -32,6 +31,8 @@
990 * SQL class: help constructing queries
991 *
992 * @todo (fplanque)
993+ *
994+ * @package pond
995 */
996 class SQL
997 {
998
999=== modified file 'blogs/inc/_core/model/db/_upgrade.funcs.php'
1000--- blogs/inc/_core/model/db/_upgrade.funcs.php 2009-11-29 13:59:07 +0000
1001+++ blogs/inc/_core/model/db/_upgrade.funcs.php 2009-12-06 13:00:47 +0000
1002@@ -19,13 +19,12 @@
1003 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1004 * }}
1005 *
1006- * @package evocore
1007- *
1008 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1009 * @author fplanque: Francois PLANQUE
1010 * @author blueyed: Daniel HAHLER
1011 * @author Wordpress team
1012 *
1013+ * @package pond
1014 */
1015 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1016
1017
1018=== modified file 'blogs/inc/_core/ui/_iconlegend.class.php'
1019--- blogs/inc/_core/ui/_iconlegend.class.php 2009-11-29 13:59:07 +0000
1020+++ blogs/inc/_core/ui/_iconlegend.class.php 2009-12-06 13:00:47 +0000
1021@@ -22,11 +22,10 @@
1022 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1023 * }}
1024 *
1025- * @package evocore
1026- *
1027 * @author fplanque: Francois PLANQUE.
1028 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
1029 *
1030+ * @package pond
1031 */
1032 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1033
1034@@ -36,7 +35,7 @@
1035 *
1036 * Use {@link get_IconLegend()} to get the instance.
1037 *
1038- * @package evocore
1039+ * @package pond
1040 */
1041 class IconLegend
1042 {
1043
1044=== modified file 'blogs/inc/_core/ui/_menu.class.php'
1045--- blogs/inc/_core/ui/_menu.class.php 2009-11-29 13:59:07 +0000
1046+++ blogs/inc/_core/ui/_menu.class.php 2009-12-06 13:00:47 +0000
1047@@ -20,11 +20,10 @@
1048 * {@internal Open Source relicensing agreement:
1049 * }}
1050 *
1051- * @package evocore
1052- *
1053 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1054 * @author fplanque: Francois PLANQUE
1055 *
1056+ * @package pond
1057 */
1058 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1059
1060@@ -33,7 +32,7 @@
1061 /**
1062 * Menu class
1063 *
1064- * @package evocore
1065+ * @package pond
1066 */
1067 class Menu extends Widget
1068 {
1069
1070=== modified file 'blogs/inc/_core/ui/_uiwidget.class.php'
1071--- blogs/inc/_core/ui/_uiwidget.class.php 2009-11-29 13:59:07 +0000
1072+++ blogs/inc/_core/ui/_uiwidget.class.php 2009-12-06 13:00:47 +0000
1073@@ -23,12 +23,11 @@
1074 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1075 * }}
1076 *
1077- * @package evocore
1078- *
1079 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1080 * @author fplanque: Francois PLANQUE
1081 * @author blueyed: Daniel HAHLER
1082 *
1083+ * @package pond
1084 */
1085 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1086
1087@@ -39,8 +38,9 @@
1088 * It provides a method {@link replace_vars()} that can be used to replace object properties in given strings.
1089 * You can also register global action icons.
1090 *
1091- * @package evocore
1092 * @abstract
1093+ *
1094+ * @package pond
1095 */
1096 class Widget
1097 {
1098@@ -230,7 +230,8 @@
1099 /**
1100 * Class Table
1101 * @todo dh> shouldn't this be in a separate file?
1102- * @package evocore
1103+ *
1104+ * @package pond
1105 */
1106 class Table extends Widget
1107 {
1108
1109=== modified file 'blogs/inc/_core/ui/forms/_form.class.php'
1110--- blogs/inc/_core/ui/forms/_form.class.php 2009-11-29 13:59:07 +0000
1111+++ blogs/inc/_core/ui/forms/_form.class.php 2009-12-06 13:00:47 +0000
1112@@ -28,8 +28,6 @@
1113 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1114 * }}
1115 *
1116- * @package evocore
1117- *
1118 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1119 * @author blueyed: Daniel HAHLER
1120 * @author fplanque: Francois PLANQUE.
1121@@ -43,6 +41,7 @@
1122 * This will most probably cause problems, when nesting inputs. This should be refactored
1123 * to use a field_name-based member array. (blueyed)
1124 *
1125+ * @package pond
1126 */
1127 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1128
1129@@ -51,7 +50,7 @@
1130 /**
1131 * Form class
1132 *
1133- * @package evocore
1134+ * @package pond
1135 */
1136 class Form extends Widget
1137 {
1138
1139=== modified file 'blogs/inc/_core/ui/forms/_form.funcs.php'
1140--- blogs/inc/_core/ui/forms/_form.funcs.php 2009-11-29 13:59:07 +0000
1141+++ blogs/inc/_core/ui/forms/_form.funcs.php 2009-12-06 13:00:47 +0000
1142@@ -23,14 +23,13 @@
1143 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1144 * }}
1145 *
1146- * @package evocore
1147- *
1148 * @deprecated All those functions should be handled by the {@link Form Form class}.
1149 *
1150 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1151 * @author blueyed: Daniel HAHLER.
1152 * @author fplanque: Francois PLANQUE.
1153 *
1154+ * @package pond
1155 */
1156 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1157
1158
1159=== modified file 'blogs/inc/_core/ui/results/_results.class.php'
1160--- blogs/inc/_core/ui/results/_results.class.php 2009-11-29 13:59:07 +0000
1161+++ blogs/inc/_core/ui/results/_results.class.php 2009-12-06 13:00:47 +0000
1162@@ -23,12 +23,11 @@
1163 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1164 * }}
1165 *
1166- * @package evocore
1167- *
1168 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1169 * @author fplanque: Francois PLANQUE
1170 * @author fsaya: Fabrice SAYA-GASNIER / PROGIDISTRI
1171 *
1172+ * @package pond
1173 */
1174 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1175
1176@@ -37,8 +36,9 @@
1177 /**
1178 * Results class
1179 *
1180- * @package evocore
1181 * @todo Support $cols[]['order_rows_callback'] / order_objects_callback also if there's a LIMIT?
1182+ *
1183+ * @package pond
1184 */
1185 class Results extends Table
1186 {
1187
1188=== modified file 'blogs/inc/_core/ui/results/_resultsel.class.php'
1189--- blogs/inc/_core/ui/results/_resultsel.class.php 2009-11-29 13:59:07 +0000
1190+++ blogs/inc/_core/ui/results/_resultsel.class.php 2009-12-06 13:00:47 +0000
1191@@ -23,13 +23,11 @@
1192 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1193 * }}
1194 *
1195- *
1196- * @package evocore
1197- *
1198 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1199 * @author fplanque: Francois PLANQUE
1200 * @author fsaya: Fabrice SAYA-GASNIER / PROGIDISTRI
1201 *
1202+ * @package pond
1203 */
1204 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1205
1206@@ -39,6 +37,7 @@
1207 /**
1208 * ResultSel class: displays Results and provides Selection capabilities
1209 *
1210+ * @package pond
1211 */
1212 class ResultSel extends Results
1213 {
1214
1215=== modified file 'blogs/inc/_ext/_swfcharts.php'
1216--- blogs/inc/_ext/_swfcharts.php 2009-11-29 13:59:07 +0000
1217+++ blogs/inc/_ext/_swfcharts.php 2009-12-06 13:00:47 +0000
1218@@ -9,7 +9,8 @@
1219 * PHP/SWF Charts is a shareware. See http://www.maani.us/charts/ for
1220 * more information.
1221 * ------------------------------------------------------------------------
1222- * @package libs
1223+ *
1224+ * @package pond
1225 */
1226 if( ! defined( 'EVO_MAIN_INIT' ) ) die( 'Please, do not access this page directly.' );
1227
1228
1229=== modified file 'blogs/inc/_ext/_zip_archives.php'
1230--- blogs/inc/_ext/_zip_archives.php 2009-11-29 13:59:07 +0000
1231+++ blogs/inc/_ext/_zip_archives.php 2009-12-06 13:00:47 +0000
1232@@ -16,7 +16,7 @@
1233 *
1234 * @author Devin Doucette - darksnoopy@shaw.ca
1235 *
1236- * @package evocore
1237+ * @package pond
1238 */
1239 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1240
1241@@ -24,7 +24,8 @@
1242 * Class Archive
1243 *
1244 * @author Devin Doucette
1245- * @package evocore
1246+ *
1247+ * @package pond
1248 */
1249 class archive
1250 {
1251@@ -339,7 +340,8 @@
1252 * Class Tar file
1253 *
1254 * @author Devin Doucette
1255- * @package evocore
1256+ *
1257+ * @package pond
1258 */
1259 class tar_file extends archive
1260 {
1261@@ -503,7 +505,8 @@
1262 * Class Gzip_file
1263 *
1264 * @author Devin Doucette
1265- * @package evocore
1266+ *
1267+ * @package pond
1268 */
1269 class gzip_file extends tar_file
1270 {
1271@@ -550,7 +553,8 @@
1272 * Class Bzip_file
1273 *
1274 * @author Devin Doucette
1275- * @package evocore
1276+ *
1277+ * @package pond
1278 */
1279 class bzip_file extends tar_file
1280 {
1281@@ -597,7 +601,8 @@
1282 * Class Zip_file
1283 *
1284 * @author Devin Doucette
1285- * @package evocore
1286+ *
1287+ * @package pond
1288 */
1289 class zip_file extends archive
1290 {
1291
1292=== modified file 'blogs/inc/_ext/idna/_idna_convert.class.php'
1293--- blogs/inc/_ext/idna/_idna_convert.class.php 2009-02-26 22:33:46 +0000
1294+++ blogs/inc/_ext/idna/_idna_convert.class.php 2009-12-06 13:00:47 +0000
1295@@ -1,4 +1,10 @@
1296 <?php
1297+/**
1298+ * Empty DocBlock Title
1299+ *
1300+ * @package pond
1301+ */
1302+
1303 // {{{ license
1304
1305 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 foldmethod=marker: */
1306@@ -51,6 +57,8 @@
1307 * @copyright 2004-2009 phlyLabs Berlin, http://phlylabs.de
1308 * @version 0.6.2
1309 * @changelog since 0.5.1 class updated to PHP5/6 style should be compatible to PHP 4.3+
1310+ *
1311+ * @package pond
1312 */
1313 class idna_convert
1314 {
1315
1316=== modified file 'blogs/inc/_ext/idna/_idna_convert.class.php4'
1317--- blogs/inc/_ext/idna/_idna_convert.class.php4 2009-02-26 22:33:46 +0000
1318+++ blogs/inc/_ext/idna/_idna_convert.class.php4 2009-12-06 13:00:47 +0000
1319@@ -1,7 +1,10 @@
1320 <?php
1321 /**
1322- * @package libs
1323+ * Empty DocBlock Title
1324+ *
1325+ * @package pond
1326 */
1327+
1328 /* ------------------------------------------------------------------------- */
1329 /* idna_convert.class.php - Encode / Decode Internationalized Domain Names */
1330 /* (c) 2004-2007 phlyLabs, Berlin (http://phlylabs.de) */
1331@@ -62,6 +65,11 @@
1332 */
1333 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1334
1335+/**
1336+ * idna_convert
1337+ *
1338+ * @package pond
1339+ */
1340 class idna_convert
1341 {
1342 /**
1343
1344=== modified file 'blogs/inc/_ext/mime_parser/mime_parser.php'
1345--- blogs/inc/_ext/mime_parser/mime_parser.php 2009-11-29 12:57:48 +0000
1346+++ blogs/inc/_ext/mime_parser/mime_parser.php 2009-12-06 13:00:47 +0000
1347@@ -1,8 +1,8 @@
1348 <?php
1349-/*
1350+/**
1351 * mime_parser.php
1352 *
1353- *
1354+ * @package pond
1355 */
1356
1357 define('MIME_PARSER_START', 1);
1358@@ -23,35 +23,37 @@
1359 define('MIME_ADDRESS_START', 1);
1360 define('MIME_ADDRESS_FIRST', 2);
1361
1362-/*
1363-{metadocument}<?xml version="1.0" encoding="ISO-8859-1" ?>
1364-<class>
1365-
1366- <package>net.manuellemos.mimeparser</package>
1367-
1368- <copyright>Copyright © (C) Manuel Lemos 2006</copyright>
1369- <title>MIME parser</title>
1370- <author>Manuel Lemos</author>
1371- <authoraddress>mlemos-at-acm.org</authoraddress>
1372-
1373- <documentation>
1374- <idiom>en</idiom>
1375- <purpose>Parse MIME encapsulated e-mail message data compliant with
1376- the RFC 2822 or aggregated in mbox format.</purpose>
1377- <usage>Use the function <functionlink>Decode</functionlink> function
1378- to retrieve the structure of the messages to be parsed. Adjust its
1379- parameters to tell how to return the decoded body data.
1380- Use the <tt>SaveBody</tt> parameter to make the body parts be saved
1381- to files when the message is larger than the available memory. Use
1382- the <tt>SkipBody</tt> parameter to just retrieve the message
1383- structure without returning the body data.<paragraphbreak />
1384- If the message data is an archive that may contain multiple messages
1385- aggregated in the mbox format, set the variable
1386- <variablelink>mbox</variablelink> to <booleanvalue>1</booleanvalue>.</usage>
1387- </documentation>
1388-
1389-{/metadocument}
1390-*/
1391+/**
1392+ *{metadocument}<?xml version="1.0" encoding="ISO-8859-1" ?>
1393+ *<class>
1394+ *
1395+ * <package>net.manuellemos.mimeparser</package>
1396+ *
1397+ * <copyright>Copyright © (C) Manuel Lemos 2006</copyright>
1398+ * <title>MIME parser</title>
1399+ * <author>Manuel Lemos</author>
1400+ * <authoraddress>mlemos-at-acm.org</authoraddress>
1401+ *
1402+ * <documentation>
1403+ * <idiom>en</idiom>
1404+ * <purpose>Parse MIME encapsulated e-mail message data compliant with
1405+ * the RFC 2822 or aggregated in mbox format.</purpose>
1406+ * <usage>Use the function <functionlink>Decode</functionlink> function
1407+ * to retrieve the structure of the messages to be parsed. Adjust its
1408+ * parameters to tell how to return the decoded body data.
1409+ * Use the <tt>SaveBody</tt> parameter to make the body parts be saved
1410+ * to files when the message is larger than the available memory. Use
1411+ * the <tt>SkipBody</tt> parameter to just retrieve the message
1412+ * structure without returning the body data.<paragraphbreak />
1413+ * If the message data is an archive that may contain multiple messages
1414+ * aggregated in the mbox format, set the variable
1415+ * <variablelink>mbox</variablelink> to <booleanvalue>1</booleanvalue>.</usage>
1416+ * </documentation>
1417+ *
1418+ *{/metadocument}
1419+ *
1420+ * @package pond
1421+ */
1422
1423 class mime_parser_class
1424 {
1425
1426=== modified file 'blogs/inc/_ext/mime_parser/rfc822_addresses.php'
1427--- blogs/inc/_ext/mime_parser/rfc822_addresses.php 2009-11-29 12:57:48 +0000
1428+++ blogs/inc/_ext/mime_parser/rfc822_addresses.php 2009-12-06 13:00:47 +0000
1429@@ -1,36 +1,37 @@
1430 <?php
1431-/*
1432+/**
1433 * rfc822_addresses.php
1434 *
1435- *
1436- */
1437-
1438-/*
1439-{metadocument}<?xml version="1.0" encoding="ISO-8859-1" ?>
1440-<class>
1441-
1442- <package>net.manuellemos.mimeparser</package>
1443-
1444- <copyright>Copyright © (C) Manuel Lemos 2006 - 2008</copyright>
1445- <title>RFC 822 e-mail addresses parser</title>
1446- <author>Manuel Lemos</author>
1447- <authoraddress>mlemos-at-acm.org</authoraddress>
1448-
1449- <documentation>
1450- <idiom>en</idiom>
1451- <purpose>Parse e-mail addresses from headers of <link>
1452- <url>http://www.ietf.org/rfc/rfc822.txt</url>
1453- <data>RFC 822</data>
1454- </link> compliant e-mail messages.</purpose>
1455- <usage>Use the function <functionlink>ParseAddressList</functionlink>
1456- function to retrieve the list of e-mail addresses contained in
1457- e-mail message headers like <tt>From</tt>, <tt>To</tt>, <tt>Cc</tt>
1458- or <tt>Bcc</tt>.</usage>
1459- </documentation>
1460-
1461-{/metadocument}
1462-*/
1463-
1464+ * @package pond
1465+ */
1466+
1467+/**
1468+ * {metadocument}<?xml version="1.0" encoding="ISO-8859-1" ?>
1469+ * <class>
1470+ *
1471+ * <package>net.manuellemos.mimeparser</package>
1472+ *
1473+ * <copyright>Copyright © (C) Manuel Lemos 2006 - 2008</copyright>
1474+ * <title>RFC 822 e-mail addresses parser</title>
1475+ * <author>Manuel Lemos</author>
1476+ * <authoraddress>mlemos-at-acm.org</authoraddress>
1477+ *
1478+ * <documentation>
1479+ * <idiom>en</idiom>
1480+ * <purpose>Parse e-mail addresses from headers of <link>
1481+ * <url>http://www.ietf.org/rfc/rfc822.txt</url>
1482+ * <data>RFC 822</data>
1483+ * </link> compliant e-mail messages.</purpose>
1484+ * <usage>Use the function <functionlink>ParseAddressList</functionlink>
1485+ * function to retrieve the list of e-mail addresses contained in
1486+ * e-mail message headers like <tt>From</tt>, <tt>To</tt>, <tt>Cc</tt>
1487+ * or <tt>Bcc</tt>.</usage>
1488+ * </documentation>
1489+ *
1490+ * {/metadocument}
1491+ *
1492+ * @package pond
1493+ */
1494 class rfc822_addresses_class
1495 {
1496 /* Private variables */
1497
1498=== modified file 'blogs/inc/_ext/xmlrpc/_xmlrpc.inc.php'
1499--- blogs/inc/_ext/xmlrpc/_xmlrpc.inc.php 2009-11-29 13:59:07 +0000
1500+++ blogs/inc/_ext/xmlrpc/_xmlrpc.inc.php 2009-12-06 13:00:47 +0000
1501@@ -1,4 +1,10 @@
1502 <?php
1503+/**
1504+ * Empty DocBlock Title
1505+ *
1506+ * @package pond
1507+ */
1508+
1509 // B2evo mods: added check in setAcceptedCompression() - starting line 1073
1510
1511 // by Edd Dumbill (C) 1999-2002
1512
1513=== modified file 'blogs/inc/_ext/xmlrpc/_xmlrpc_wrappers.inc.php'
1514--- blogs/inc/_ext/xmlrpc/_xmlrpc_wrappers.inc.php 2009-11-29 12:57:48 +0000
1515+++ blogs/inc/_ext/xmlrpc/_xmlrpc_wrappers.inc.php 2009-12-06 13:00:47 +0000
1516@@ -11,6 +11,8 @@
1517 * @todo implement method wrapping with preservation of php objs in calls
1518 * @todo when wrapping methods without obj rebuilding, use return_type = 'phpvals' (faster)
1519 * @todo implement self-parsing of php code for PHP <= 4
1520+ *
1521+ * @package pond
1522 */
1523
1524 // requires: xmlrpc.inc
1525
1526=== modified file 'blogs/inc/_ext/xmlrpc/_xmlrpcs.inc.php'
1527--- blogs/inc/_ext/xmlrpc/_xmlrpcs.inc.php 2009-11-29 13:59:07 +0000
1528+++ blogs/inc/_ext/xmlrpc/_xmlrpcs.inc.php 2009-12-06 13:00:47 +0000
1529@@ -1,4 +1,10 @@
1530 <?php
1531+/**
1532+ * Empty DocBlock Title
1533+ *
1534+ * @package pond
1535+ */
1536+
1537 // b2evo mods: added logIO() calls
1538
1539 // by Edd Dumbill (C) 1999-2002
1540
1541=== modified file 'blogs/inc/_main.inc.php'
1542--- blogs/inc/_main.inc.php 2009-11-29 13:59:07 +0000
1543+++ blogs/inc/_main.inc.php 2009-12-06 13:00:47 +0000
1544@@ -35,14 +35,13 @@
1545 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1546 * }}
1547 *
1548- * @package evocore
1549- *
1550 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1551 * @author fplanque: Francois PLANQUE
1552 * @author blueyed: Daniel HAHLER
1553 * @author mfollett: Matt FOLLETT.
1554 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
1555 *
1556+ * @package pond
1557 */
1558 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
1559
1560
1561=== modified file 'blogs/inc/_vars.inc.php'
1562--- blogs/inc/_vars.inc.php 2009-12-05 14:46:02 +0000
1563+++ blogs/inc/_vars.inc.php 2009-12-06 13:00:47 +0000
1564@@ -23,8 +23,6 @@
1565 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1566 * }}
1567 *
1568- * @package evocore
1569- *
1570 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1571 * @author blueyed: Daniel HAHLER.
1572 * @author cafelog (team)
1573@@ -32,6 +30,7 @@
1574 * @author jupiterx: Jordan RUNNING.
1575 * @author sakichan: Nobuo SAKIYAMA.
1576 *
1577+ * @package pond
1578 */
1579 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1580
1581
1582=== modified file 'blogs/inc/antispam/antispam_list.ctrl.php'
1583--- blogs/inc/antispam/antispam_list.ctrl.php 2009-12-01 17:11:43 +0000
1584+++ blogs/inc/antispam/antispam_list.ctrl.php 2009-12-06 13:00:47 +0000
1585@@ -22,8 +22,6 @@
1586 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1587 * }}
1588 *
1589- * @package admin
1590- *
1591 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1592 * @author blueyed: Daniel HAHLER.
1593 * @author fplanque: Francois PLANQUE.
1594@@ -32,6 +30,7 @@
1595 *
1596 * @todo Allow applying / re-checking of the known data, not just after an update!
1597 *
1598+ * @package pond
1599 */
1600 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1601
1602
1603=== modified file 'blogs/inc/antispam/antispam_settings.ctrl.php'
1604--- blogs/inc/antispam/antispam_settings.ctrl.php 2009-11-29 13:59:07 +0000
1605+++ blogs/inc/antispam/antispam_settings.ctrl.php 2009-12-06 13:00:47 +0000
1606@@ -23,11 +23,10 @@
1607 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1608 * }}
1609 *
1610- * @package admin
1611- *
1612 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1613 * @author blueyed: Daniel HAHLER.
1614 *
1615+ * @package pond
1616 */
1617 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1618
1619
1620=== modified file 'blogs/inc/antispam/model/_antispam.funcs.php'
1621--- blogs/inc/antispam/model/_antispam.funcs.php 2009-12-02 07:12:32 +0000
1622+++ blogs/inc/antispam/model/_antispam.funcs.php 2009-12-06 13:00:47 +0000
1623@@ -28,13 +28,12 @@
1624 * and the Mozilla Public License (http://www.opensource.org/licenses/mozilla1.1.php).
1625 * }}
1626 *
1627- * @package evocore
1628- *
1629 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1630 * @author blueyed: Daniel HAHLER.
1631 * @author fplanque: Francois PLANQUE.
1632 * @author vegarg: Vegar BERG GULDAL.
1633 *
1634+ * @package pond
1635 */
1636 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1637
1638
1639=== modified file 'blogs/inc/antispam/views/_antispam_ban.form.php'
1640--- blogs/inc/antispam/views/_antispam_ban.form.php 2009-12-01 17:11:43 +0000
1641+++ blogs/inc/antispam/views/_antispam_ban.form.php 2009-12-06 13:00:47 +0000
1642@@ -12,12 +12,11 @@
1643 * {@internal Open Source relicensing agreement:
1644 * }}
1645 *
1646- * @package admin
1647- *
1648 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1649 *
1650 * @todo Allow applying / re-checking of the known data, not just after an update!
1651 *
1652+ * @package pond
1653 */
1654 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1655
1656
1657=== modified file 'blogs/inc/antispam/views/_antispam_list.view.php'
1658--- blogs/inc/antispam/views/_antispam_list.view.php 2009-12-01 17:11:43 +0000
1659+++ blogs/inc/antispam/views/_antispam_list.view.php 2009-12-06 13:00:47 +0000
1660@@ -12,12 +12,11 @@
1661 * {@internal Open Source relicensing agreement:
1662 * }}
1663 *
1664- * @package admin
1665- *
1666 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1667 *
1668 * @todo Allow applying / re-checking of the known data, not just after an update!
1669 *
1670+ * @package pond
1671 */
1672 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1673
1674
1675=== modified file 'blogs/inc/antispam/views/_antispam_settings.form.php'
1676--- blogs/inc/antispam/views/_antispam_settings.form.php 2009-12-01 17:11:43 +0000
1677+++ blogs/inc/antispam/views/_antispam_settings.form.php 2009-12-06 13:00:47 +0000
1678@@ -23,11 +23,10 @@
1679 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1680 * }}
1681 *
1682- * @package admin
1683- *
1684 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1685 * @author blueyed: Daniel HAHLER
1686 *
1687+ * @package pond
1688 */
1689 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1690
1691
1692=== modified file 'blogs/inc/chapters/chapters.ctrl.php'
1693--- blogs/inc/chapters/chapters.ctrl.php 2009-11-29 13:59:07 +0000
1694+++ blogs/inc/chapters/chapters.ctrl.php 2009-12-06 13:00:47 +0000
1695@@ -16,8 +16,7 @@
1696 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
1697 * }}
1698 *
1699- * @package admin
1700- *
1701+ * @package pond
1702 */
1703 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1704
1705
1706=== modified file 'blogs/inc/chapters/model/_chapter.class.php'
1707--- blogs/inc/chapters/model/_chapter.class.php 2009-11-29 13:59:07 +0000
1708+++ blogs/inc/chapters/model/_chapter.class.php 2009-12-06 13:00:47 +0000
1709@@ -17,11 +17,10 @@
1710 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
1711 * }}
1712 *
1713- * @package evocore
1714- *
1715 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1716 * @author fplanque: Francois PLANQUE.
1717 *
1718+ * @package pond
1719 */
1720 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1721
1722@@ -31,7 +30,7 @@
1723 /**
1724 * Chapter Class
1725 *
1726- * @package evocore
1727+ * @package pond
1728 */
1729 class Chapter extends GenericCategory
1730 {
1731
1732=== modified file 'blogs/inc/chapters/model/_chaptercache.class.php'
1733--- blogs/inc/chapters/model/_chaptercache.class.php 2009-11-29 13:59:07 +0000
1734+++ blogs/inc/chapters/model/_chaptercache.class.php 2009-12-06 13:00:47 +0000
1735@@ -16,10 +16,9 @@
1736 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
1737 * }}
1738 *
1739- * @package evocore
1740- *
1741 * @author fplanque: Francois PLANQUE
1742 *
1743+ * @package pond
1744 */
1745 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1746
1747@@ -29,7 +28,7 @@
1748 /**
1749 * ChapterCache Class
1750 *
1751- * @package evocore
1752+ * @package pond
1753 */
1754 class ChapterCache extends GenericCategoryCache
1755 {
1756
1757=== modified file 'blogs/inc/chapters/views/_chapter.form.php'
1758--- blogs/inc/chapters/views/_chapter.form.php 2009-11-29 13:59:07 +0000
1759+++ blogs/inc/chapters/views/_chapter.form.php 2009-12-06 13:00:47 +0000
1760@@ -16,8 +16,7 @@
1761 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
1762 * }}
1763 *
1764- * @package admin
1765- *
1766+ * @package pond
1767 */
1768 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1769
1770
1771=== modified file 'blogs/inc/chapters/views/_chapter_list.view.php'
1772--- blogs/inc/chapters/views/_chapter_list.view.php 2009-11-29 13:59:07 +0000
1773+++ blogs/inc/chapters/views/_chapter_list.view.php 2009-12-06 13:00:47 +0000
1774@@ -16,11 +16,10 @@
1775 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
1776 * }}
1777 *
1778- * @package admin
1779- *
1780 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1781 * @author fplanque: Francois PLANQUE.
1782 *
1783+ * @package pond
1784 */
1785 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1786 //____________________ Callbacks functions to display categories list _____________________
1787
1788=== modified file 'blogs/inc/chapters/views/_chapter_move.form.php'
1789--- blogs/inc/chapters/views/_chapter_move.form.php 2009-11-29 13:59:07 +0000
1790+++ blogs/inc/chapters/views/_chapter_move.form.php 2009-12-06 13:00:47 +0000
1791@@ -16,11 +16,10 @@
1792 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
1793 * }}
1794 *
1795- * @package admin
1796- *
1797 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1798 * @author fplanque: Francois PLANQUE.
1799 *
1800+ * @package pond
1801 */
1802 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1803
1804
1805=== modified file 'blogs/inc/collections/coll_settings.ctrl.php'
1806--- blogs/inc/collections/coll_settings.ctrl.php 2009-11-29 13:59:07 +0000
1807+++ blogs/inc/collections/coll_settings.ctrl.php 2009-12-06 13:00:47 +0000
1808@@ -23,14 +23,13 @@
1809 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1810 * }}
1811 *
1812- * @package admin
1813- *
1814 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1815 * @author fplanque: Francois PLANQUE.
1816 *
1817 * @todo (sessions) When creating a blog, provide "edit options" (3 tabs) instead of a single long "New" form (storing the new Blog object with the session data).
1818 * @todo Currently if you change the name of a blog it gets not reflected in the blog list buttons!
1819 *
1820+ * @package collections
1821 */
1822 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1823
1824
1825=== modified file 'blogs/inc/collections/collections.ctrl.php'
1826--- blogs/inc/collections/collections.ctrl.php 2009-11-29 13:59:07 +0000
1827+++ blogs/inc/collections/collections.ctrl.php 2009-12-06 13:00:47 +0000
1828@@ -23,14 +23,13 @@
1829 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1830 * }}
1831 *
1832- * @package admin
1833- *
1834 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1835 * @author fplanque: Francois PLANQUE.
1836 *
1837 * @todo (sessions) When creating a blog, provide "edit options" (3 tabs) instead of a single long "New" form (storing the new Blog object with the session data).
1838 * @todo Currently if you change the name of a blog it gets not reflected in the blog list buttons!
1839 *
1840+ * @package collections
1841 */
1842 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1843
1844
1845=== modified file 'blogs/inc/collections/model/_blog.class.php'
1846--- blogs/inc/collections/model/_blog.class.php 2009-12-05 14:46:02 +0000
1847+++ blogs/inc/collections/model/_blog.class.php 2009-12-06 13:00:47 +0000
1848@@ -28,8 +28,6 @@
1849 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1850 * }}
1851 *
1852- * @package evocore
1853- *
1854 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1855 * @author blueyed: Daniel HAHLER.
1856 * @author fplanque: Francois PLANQUE.
1857@@ -37,6 +35,7 @@
1858 * @author jeffbearer: Jeff BEARER
1859 * @author edgester: Jason EDGECOMBE
1860 *
1861+ * @package collections
1862 */
1863 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1864
1865@@ -47,7 +46,7 @@
1866 *
1867 * Blog object with params
1868 *
1869- * @package evocore
1870+ * @package collections
1871 */
1872 class Blog extends DataObject
1873 {
1874
1875=== modified file 'blogs/inc/collections/model/_blog.funcs.php'
1876--- blogs/inc/collections/model/_blog.funcs.php 2009-11-29 13:59:07 +0000
1877+++ blogs/inc/collections/model/_blog.funcs.php 2009-12-06 13:00:47 +0000
1878@@ -23,12 +23,11 @@
1879 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1880 * }}
1881 *
1882- * @package evocore
1883- *
1884 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1885 * @author blueyed: Daniel HAHLER.
1886 * @author fplanque: Francois PLANQUE.
1887 *
1888+ * @package collections
1889 */
1890 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1891
1892
1893=== modified file 'blogs/inc/collections/model/_blogcache.class.php'
1894--- blogs/inc/collections/model/_blogcache.class.php 2009-11-29 13:59:07 +0000
1895+++ blogs/inc/collections/model/_blogcache.class.php 2009-12-06 13:00:47 +0000
1896@@ -23,12 +23,11 @@
1897 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
1898 * }}
1899 *
1900- * @package evocore
1901- *
1902 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1903 * @author blueyed: Daniel HAHLER.
1904 * @author fplanque: Francois PLANQUE
1905 *
1906+ * @package collections
1907 */
1908 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1909
1910@@ -37,7 +36,7 @@
1911 /**
1912 * Blog Cache Class
1913 *
1914- * @package evocore
1915+ * @package collections
1916 */
1917 class BlogCache extends DataObjectCache
1918 {
1919
1920=== modified file 'blogs/inc/collections/model/_category.funcs.php'
1921--- blogs/inc/collections/model/_category.funcs.php 2009-11-29 13:59:07 +0000
1922+++ blogs/inc/collections/model/_category.funcs.php 2009-12-06 13:00:47 +0000
1923@@ -30,8 +30,6 @@
1924 * and the Mozilla Public License (http://www.opensource.org/licenses/mozilla1.1.php).
1925 * }}
1926 *
1927- * @package evocore
1928- *
1929 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1930 * @author blueyed: Daniel HAHLER.
1931 * @author fplanque: Francois PLANQUE.
1932@@ -40,6 +38,7 @@
1933 *
1934 * @todo implement CategoryCache based on LinkCache
1935 *
1936+ * @package collections
1937 */
1938 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1939
1940
1941=== modified file 'blogs/inc/collections/model/_collsettings.class.php'
1942--- blogs/inc/collections/model/_collsettings.class.php 2009-12-05 14:46:02 +0000
1943+++ blogs/inc/collections/model/_collsettings.class.php 2009-12-06 13:00:47 +0000
1944@@ -20,12 +20,10 @@
1945 * {@internal Open Source relicensing agreement:
1946 * }}
1947 *
1948- * @package evocore
1949- *
1950 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1951 * @author fplanque: Francois PLANQUE
1952 *
1953- *
1954+ * @package collections
1955 */
1956 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1957
1958@@ -34,7 +32,7 @@
1959 /**
1960 * Class to handle the settings for collections/blogs
1961 *
1962- * @package evocore
1963+ * @package collections
1964 */
1965 class CollectionSettings extends AbstractSettings
1966 {
1967
1968=== modified file 'blogs/inc/collections/views/_coll_advanced.form.php'
1969--- blogs/inc/collections/views/_coll_advanced.form.php 2009-12-05 14:46:02 +0000
1970+++ blogs/inc/collections/views/_coll_advanced.form.php 2009-12-06 13:00:47 +0000
1971@@ -20,9 +20,7 @@
1972 * @author gorgeb: Bertrand GORGE / EPISTEMA
1973 * @author blueyed: Daniel HAHLER
1974 *
1975- * @package admin
1976- *
1977- *
1978+ * @package collections
1979 */
1980 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1981
1982
1983=== modified file 'blogs/inc/collections/views/_coll_features.form.php'
1984--- blogs/inc/collections/views/_coll_features.form.php 2009-11-29 13:59:07 +0000
1985+++ blogs/inc/collections/views/_coll_features.form.php 2009-12-06 13:00:47 +0000
1986@@ -14,8 +14,7 @@
1987 *
1988 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
1989 *
1990- * @package admin
1991- *
1992+ * @package collections
1993 */
1994 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
1995
1996
1997=== modified file 'blogs/inc/collections/views/_coll_general.form.php'
1998--- blogs/inc/collections/views/_coll_general.form.php 2009-11-29 13:59:07 +0000
1999+++ blogs/inc/collections/views/_coll_general.form.php 2009-12-06 13:00:47 +0000
2000@@ -13,11 +13,11 @@
2001 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2002 * }}
2003 *
2004- * @package admin
2005 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2006 * @author blueyed: Daniel HAHLER
2007 * @author fplanque: Francois PLANQUE.
2008 *
2009+ * @package collections
2010 */
2011 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2012
2013
2014=== modified file 'blogs/inc/collections/views/_coll_group_perm.form.php'
2015--- blogs/inc/collections/views/_coll_group_perm.form.php 2009-11-29 13:59:07 +0000
2016+++ blogs/inc/collections/views/_coll_group_perm.form.php 2009-12-06 13:00:47 +0000
2017@@ -6,10 +6,9 @@
2018 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
2019 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
2020 *
2021- * @package admin
2022- *
2023 * @todo move user rights queries to object (fplanque)
2024 *
2025+ * @package collections
2026 */
2027 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2028
2029
2030=== modified file 'blogs/inc/collections/views/_coll_list.view.php'
2031--- blogs/inc/collections/views/_coll_list.view.php 2009-11-29 13:59:07 +0000
2032+++ blogs/inc/collections/views/_coll_list.view.php 2009-12-06 13:00:47 +0000
2033@@ -12,11 +12,11 @@
2034 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2035 * }}
2036 *
2037- * @package admin
2038 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2039 * @author blueyed: Daniel HAHLER
2040 * @author fplanque: Francois PLANQUE.
2041 *
2042+ * @package collections
2043 */
2044 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2045
2046
2047=== modified file 'blogs/inc/collections/views/_coll_plugin_settings.form.php'
2048--- blogs/inc/collections/views/_coll_plugin_settings.form.php 2009-11-29 13:59:07 +0000
2049+++ blogs/inc/collections/views/_coll_plugin_settings.form.php 2009-12-06 13:00:47 +0000
2050@@ -19,10 +19,9 @@
2051 * {@internal Open Source relicensing agreement:
2052 * }}
2053 *
2054- * @package admin
2055- *
2056 * @author fplanque: Francois PLANQUE.
2057 *
2058+ * @package collections
2059 */
2060 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2061
2062
2063=== modified file 'blogs/inc/collections/views/_coll_sel_type.view.php'
2064--- blogs/inc/collections/views/_coll_sel_type.view.php 2009-11-29 13:59:07 +0000
2065+++ blogs/inc/collections/views/_coll_sel_type.view.php 2009-12-06 13:00:47 +0000
2066@@ -9,10 +9,10 @@
2067 * {@internal Open Source relicensing agreement:
2068 * }}
2069 *
2070- * @package admin
2071 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2072 * @author fplanque: Francois PLANQUE.
2073 *
2074+ * @package collections
2075 */
2076 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2077
2078
2079=== modified file 'blogs/inc/collections/views/_coll_seo.form.php'
2080--- blogs/inc/collections/views/_coll_seo.form.php 2009-11-29 13:59:07 +0000
2081+++ blogs/inc/collections/views/_coll_seo.form.php 2009-12-06 13:00:47 +0000
2082@@ -14,8 +14,7 @@
2083 *
2084 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2085 *
2086- * @package admin
2087- *
2088+ * @package collections
2089 */
2090 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2091
2092
2093=== modified file 'blogs/inc/collections/views/_coll_urls.form.php'
2094--- blogs/inc/collections/views/_coll_urls.form.php 2009-11-29 13:59:07 +0000
2095+++ blogs/inc/collections/views/_coll_urls.form.php 2009-12-06 13:00:47 +0000
2096@@ -13,11 +13,11 @@
2097 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2098 * }}
2099 *
2100- * @package admin
2101 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2102 * @author blueyed: Daniel HAHLER
2103 * @author fplanque: Francois PLANQUE.
2104 *
2105+ * @package collections
2106 */
2107 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2108
2109
2110=== modified file 'blogs/inc/collections/views/_coll_user_perm.form.php'
2111--- blogs/inc/collections/views/_coll_user_perm.form.php 2009-11-29 13:59:07 +0000
2112+++ blogs/inc/collections/views/_coll_user_perm.form.php 2009-12-06 13:00:47 +0000
2113@@ -6,10 +6,9 @@
2114 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
2115 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
2116 *
2117- * @package admin
2118- *
2119 * @todo move user rights queries to object (fplanque)
2120 *
2121+ * @package collections
2122 */
2123 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2124
2125
2126=== modified file 'blogs/inc/comments/_comments.ctrl.php'
2127--- blogs/inc/comments/_comments.ctrl.php 2009-11-29 13:59:07 +0000
2128+++ blogs/inc/comments/_comments.ctrl.php 2009-12-06 13:00:47 +0000
2129@@ -9,11 +9,10 @@
2130 * {@internal Open Source relicensing agreement:
2131 * }}
2132 *
2133- * @package admin
2134- *
2135 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2136 * @author fplanque: Francois PLANQUE.
2137 *
2138+ * @package pond
2139 */
2140 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2141
2142
2143=== modified file 'blogs/inc/comments/_trackback.funcs.php'
2144--- blogs/inc/comments/_trackback.funcs.php 2009-11-29 13:59:07 +0000
2145+++ blogs/inc/comments/_trackback.funcs.php 2009-12-06 13:00:47 +0000
2146@@ -16,8 +16,6 @@
2147 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2148 * }}
2149 *
2150- * @package evocore
2151- *
2152 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2153 * @author cafelog (team)
2154 * @author blueyed: Daniel HAHLER.
2155@@ -26,6 +24,7 @@
2156 * @author sakichan: Nobuo SAKIYAMA.
2157 * @author vegarg: Vegar BERG GULDAL.
2158 *
2159+ * @package pond
2160 */
2161 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2162
2163
2164=== modified file 'blogs/inc/comments/model/_comment.class.php'
2165--- blogs/inc/comments/model/_comment.class.php 2009-11-29 13:59:07 +0000
2166+++ blogs/inc/comments/model/_comment.class.php 2009-12-06 13:00:47 +0000
2167@@ -16,12 +16,11 @@
2168 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2169 * }}
2170 *
2171- * @package evocore
2172- *
2173 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2174 * @author blueyed: Daniel HAHLER.
2175 * @author fplanque: Francois PLANQUE
2176 *
2177+ * @package pond
2178 */
2179 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2180
2181@@ -30,7 +29,7 @@
2182 /**
2183 * Comment Class
2184 *
2185- * @package evocore
2186+ * @package pond
2187 */
2188 class Comment extends DataObject
2189 {
2190
2191=== modified file 'blogs/inc/comments/model/_comment.funcs.php'
2192--- blogs/inc/comments/model/_comment.funcs.php 2009-11-29 13:59:07 +0000
2193+++ blogs/inc/comments/model/_comment.funcs.php 2009-12-06 13:00:47 +0000
2194@@ -16,8 +16,6 @@
2195 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2196 * }}
2197 *
2198- * @package evocore
2199- *
2200 * @todo implement CommentCache based on LinkCache
2201 *
2202 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2203@@ -25,6 +23,7 @@
2204 * @author blueyed: Daniel HAHLER.
2205 * @author fplanque: Francois PLANQUE.
2206 *
2207+ * @package pond
2208 */
2209 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2210
2211
2212=== modified file 'blogs/inc/comments/model/_commentlist.class.php'
2213--- blogs/inc/comments/model/_commentlist.class.php 2009-11-29 13:59:07 +0000
2214+++ blogs/inc/comments/model/_commentlist.class.php 2009-12-06 13:00:47 +0000
2215@@ -16,12 +16,11 @@
2216 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2217 * }}
2218 *
2219- * @package evocore
2220- *
2221 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2222 * @author blueyed: Daniel HAHLER.
2223 * @author fplanque: Francois PLANQUE
2224 *
2225+ * @package pond
2226 */
2227 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2228
2229@@ -30,7 +29,7 @@
2230 /**
2231 * CommentList Class
2232 *
2233- * @package evocore
2234+ * @package pond
2235 */
2236 class CommentList extends DataObjectList
2237 {
2238
2239=== modified file 'blogs/inc/comments/views/_browse_comments.view.php'
2240--- blogs/inc/comments/views/_browse_comments.view.php 2009-11-29 13:59:07 +0000
2241+++ blogs/inc/comments/views/_browse_comments.view.php 2009-12-06 13:00:47 +0000
2242@@ -10,11 +10,10 @@
2243 *
2244 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
2245 *
2246- * @package admin
2247- *
2248 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2249 * @author fplanque: Francois PLANQUE.
2250 *
2251+ * @package pond
2252 */
2253 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2254
2255
2256=== modified file 'blogs/inc/comments/views/_comment.form.php'
2257--- blogs/inc/comments/views/_comment.form.php 2009-11-29 13:59:07 +0000
2258+++ blogs/inc/comments/views/_comment.form.php 2009-12-06 13:00:47 +0000
2259@@ -9,11 +9,10 @@
2260 *
2261 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
2262 *
2263- * @package admin
2264- *
2265 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2266 * @author fplanque: Francois PLANQUE
2267 *
2268+ * @package pond
2269 */
2270 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2271
2272
2273=== modified file 'blogs/inc/comments/views/_comment_list.inc.php'
2274--- blogs/inc/comments/views/_comment_list.inc.php 2009-11-29 13:59:07 +0000
2275+++ blogs/inc/comments/views/_comment_list.inc.php 2009-12-06 13:00:47 +0000
2276@@ -10,11 +10,10 @@
2277 *
2278 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
2279 *
2280- * @package admin
2281- *
2282 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2283 * @author fplanque: Francois PLANQUE.
2284 *
2285+ * @package pond
2286 */
2287 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2288
2289
2290=== modified file 'blogs/inc/cron/_cron.funcs.php'
2291--- blogs/inc/cron/_cron.funcs.php 2009-11-29 13:59:07 +0000
2292+++ blogs/inc/cron/_cron.funcs.php 2009-12-06 13:00:47 +0000
2293@@ -19,11 +19,10 @@
2294 * {@internal Open Source relicensing agreement:
2295 * }}
2296 *
2297- * @package evocore
2298- *
2299 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2300 * @author fplanque: Francois PLANQUE.
2301 *
2302+ * @package pond
2303 */
2304 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2305
2306
2307=== modified file 'blogs/inc/cron/cronjobs.ctrl.php'
2308--- blogs/inc/cron/cronjobs.ctrl.php 2009-12-01 17:11:43 +0000
2309+++ blogs/inc/cron/cronjobs.ctrl.php 2009-12-06 13:00:47 +0000
2310@@ -19,11 +19,10 @@
2311 * {@internal Open Source relicensing agreement:
2312 * }}
2313 *
2314- * @package admin
2315- *
2316 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2317 * @author fplanque: Francois PLANQUE.
2318 *
2319+ * @package pond
2320 */
2321 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2322
2323
2324=== modified file 'blogs/inc/cron/jobs/_error_test.job.php'
2325--- blogs/inc/cron/jobs/_error_test.job.php 2009-11-29 13:59:07 +0000
2326+++ blogs/inc/cron/jobs/_error_test.job.php 2009-12-06 13:00:47 +0000
2327@@ -4,6 +4,7 @@
2328 *
2329 * @author fplanque: Francois PLANQUE
2330 *
2331+ * @package pond
2332 */
2333 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2334
2335
2336=== modified file 'blogs/inc/cron/jobs/_post_notifications.job.php'
2337--- blogs/inc/cron/jobs/_post_notifications.job.php 2009-11-29 13:59:07 +0000
2338+++ blogs/inc/cron/jobs/_post_notifications.job.php 2009-12-06 13:00:47 +0000
2339@@ -7,6 +7,7 @@
2340 * @todo dh> Should this also handle feedback notifications (according to the "outbound_notifications_mode" setting)?
2341 * fp> No. The feedback notifications should have their own job.
2342 *
2343+ * @package pond
2344 */
2345 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2346
2347
2348=== modified file 'blogs/inc/cron/jobs/_prune_hits_sessions.job.php'
2349--- blogs/inc/cron/jobs/_prune_hits_sessions.job.php 2009-11-29 13:59:07 +0000
2350+++ blogs/inc/cron/jobs/_prune_hits_sessions.job.php 2009-12-06 13:00:47 +0000
2351@@ -4,6 +4,7 @@
2352 *
2353 * @author fplanque: Francois PLANQUE
2354 *
2355+ * @package pond
2356 */
2357 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2358
2359
2360=== modified file 'blogs/inc/cron/jobs/_test.job.php'
2361--- blogs/inc/cron/jobs/_test.job.php 2009-11-29 13:59:07 +0000
2362+++ blogs/inc/cron/jobs/_test.job.php 2009-12-06 13:00:47 +0000
2363@@ -4,6 +4,7 @@
2364 *
2365 * @author fplanque: Francois PLANQUE
2366 *
2367+ * @package pond
2368 */
2369 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2370
2371
2372=== modified file 'blogs/inc/cron/model/_cronjob.class.php'
2373--- blogs/inc/cron/model/_cronjob.class.php 2009-11-29 13:59:07 +0000
2374+++ blogs/inc/cron/model/_cronjob.class.php 2009-12-06 13:00:47 +0000
2375@@ -19,11 +19,10 @@
2376 * {@internal Open Source relicensing agreement:
2377 * }}
2378 *
2379- * @package evocore
2380- *
2381 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2382 * @author fplanque: Francois PLANQUE.
2383 *
2384+ * @package pond
2385 */
2386 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2387
2388@@ -34,7 +33,7 @@
2389 *
2390 * Manages a single cron job as registered in the DB.
2391 *
2392- * @package evocore
2393+ * @package pond
2394 */
2395 class Cronjob extends DataObject
2396 {
2397
2398=== modified file 'blogs/inc/cron/views/_cronjob.form.php'
2399--- blogs/inc/cron/views/_cronjob.form.php 2009-11-29 13:59:07 +0000
2400+++ blogs/inc/cron/views/_cronjob.form.php 2009-12-06 13:00:47 +0000
2401@@ -19,8 +19,7 @@
2402 * {@internal Open Source relicensing agreement:
2403 * }}
2404 *
2405- * @package admin
2406- *
2407+ * @package pond
2408 */
2409 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2410
2411
2412=== modified file 'blogs/inc/cron/views/_cronjob.view.php'
2413--- blogs/inc/cron/views/_cronjob.view.php 2009-11-29 13:59:07 +0000
2414+++ blogs/inc/cron/views/_cronjob.view.php 2009-12-06 13:00:47 +0000
2415@@ -19,8 +19,7 @@
2416 * {@internal Open Source relicensing agreement:
2417 * }}
2418 *
2419- * @package admin
2420- *
2421+ * @package pond
2422 */
2423 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2424
2425
2426=== modified file 'blogs/inc/cron/views/_cronjob_list.view.php'
2427--- blogs/inc/cron/views/_cronjob_list.view.php 2009-11-29 13:59:07 +0000
2428+++ blogs/inc/cron/views/_cronjob_list.view.php 2009-12-06 13:00:47 +0000
2429@@ -19,8 +19,7 @@
2430 * {@internal Open Source relicensing agreement:
2431 * }}
2432 *
2433- * @package admin
2434- *
2435+ * @package pond
2436 */
2437 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2438
2439
2440=== modified file 'blogs/inc/dashboard/dashboard.ctrl.php'
2441--- blogs/inc/dashboard/dashboard.ctrl.php 2009-12-04 08:53:46 +0000
2442+++ blogs/inc/dashboard/dashboard.ctrl.php 2009-12-06 13:00:47 +0000
2443@@ -10,13 +10,12 @@
2444 * {@internal Open Source relicensing agreement:
2445 * }}
2446 *
2447- * @package admin
2448- *
2449 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2450 * @author fplanque: Francois PLANQUE.
2451 *
2452 * @todo add 5 plugin hooks. Will be widgetized later (same as SkinTag became Widgets)
2453 *
2454+ * @package pond
2455 */
2456 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2457
2458
2459=== modified file 'blogs/inc/files/file_settings.ctrl.php'
2460--- blogs/inc/files/file_settings.ctrl.php 2009-11-29 13:59:07 +0000
2461+++ blogs/inc/files/file_settings.ctrl.php 2009-12-06 13:00:47 +0000
2462@@ -28,13 +28,12 @@
2463 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2464 * }}
2465 *
2466- * @package admin
2467- *
2468 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2469 * @author fplanque: Francois PLANQUE.
2470 * @author blueyed: Daniel HAHLER.
2471 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
2472 *
2473+ * @package files
2474 */
2475 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2476
2477
2478=== modified file 'blogs/inc/files/file_types.ctrl.php'
2479--- blogs/inc/files/file_types.ctrl.php 2009-11-29 13:59:07 +0000
2480+++ blogs/inc/files/file_types.ctrl.php 2009-12-06 13:00:47 +0000
2481@@ -23,12 +23,11 @@
2482 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2483 * }}
2484 *
2485- * @package admin
2486- *
2487 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2488 * @author fplanque: Francois PLANQUE.
2489 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
2490 *
2491+ * @package files
2492 */
2493 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2494
2495
2496=== modified file 'blogs/inc/files/files.ctrl.php'
2497--- blogs/inc/files/files.ctrl.php 2009-11-29 13:59:07 +0000
2498+++ blogs/inc/files/files.ctrl.php 2009-12-06 13:00:47 +0000
2499@@ -35,12 +35,11 @@
2500 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2501 * }}
2502 *
2503- * @package admin
2504- *
2505 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2506 * @author blueyed: Daniel HAHLER.
2507 * @author fplanque: Francois PLANQUE.
2508 *
2509+ * @package files
2510 */
2511 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2512
2513
2514=== modified file 'blogs/inc/files/model/_file.class.php'
2515--- blogs/inc/files/model/_file.class.php 2009-11-29 13:59:07 +0000
2516+++ blogs/inc/files/model/_file.class.php 2009-12-06 13:00:47 +0000
2517@@ -23,13 +23,11 @@
2518 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2519 * }}
2520 *
2521- * @package evocore
2522- *
2523 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2524 * @author blueyed: Daniel HAHLER.
2525 * @author fplanque: Francois PLANQUE.
2526 *
2527- *
2528+ * @package files
2529 */
2530 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2531
2532@@ -40,7 +38,7 @@
2533 * Use {@link FileCache::get_by_root_and_path()} to create an instance.
2534 * This is based on {@link DataObject} for the meta data.
2535 *
2536- * @package evocore
2537+ * @package files
2538 */
2539 class File extends DataObject
2540 {
2541
2542=== modified file 'blogs/inc/files/model/_file.funcs.php'
2543--- blogs/inc/files/model/_file.funcs.php 2009-11-29 13:59:07 +0000
2544+++ blogs/inc/files/model/_file.funcs.php 2009-12-06 13:00:47 +0000
2545@@ -23,12 +23,11 @@
2546 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2547 * }}
2548 *
2549- * @package evocore
2550- *
2551 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2552 * @author blueyed: Daniel HAHLER.
2553 * @author fplanque: Francois PLANQUE.
2554 *
2555+ * @package files
2556 */
2557 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2558
2559
2560=== modified file 'blogs/inc/files/model/_filecache.class.php'
2561--- blogs/inc/files/model/_filecache.class.php 2009-11-29 13:59:07 +0000
2562+++ blogs/inc/files/model/_filecache.class.php 2009-12-06 13:00:47 +0000
2563@@ -19,11 +19,10 @@
2564 * {@internal Open Source relicensing agreement:
2565 * }}
2566 *
2567- * @package evocore
2568- *
2569 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2570 * @author fplanque: Francois PLANQUE
2571 *
2572+ * @package files
2573 */
2574 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2575
2576@@ -32,7 +31,7 @@
2577 /**
2578 * FileCache Class
2579 *
2580- * @package evocore
2581+ * @package files
2582 */
2583 class FileCache extends DataObjectCache
2584 {
2585
2586=== modified file 'blogs/inc/files/model/_filelist.class.php'
2587--- blogs/inc/files/model/_filelist.class.php 2009-11-29 13:59:07 +0000
2588+++ blogs/inc/files/model/_filelist.class.php 2009-12-06 13:00:47 +0000
2589@@ -23,12 +23,11 @@
2590 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2591 * }}
2592 *
2593- * @package evocore
2594- *
2595 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2596 * @author blueyed: Daniel HAHLER
2597 * @author fplanque: Francois PLANQUE
2598 *
2599+ * @package files
2600 */
2601 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2602
2603@@ -47,7 +46,8 @@
2604 * Cannot hold files with different root type/ID.
2605 *
2606 * @see File
2607- * @package evocore
2608+ *
2609+ * @package files
2610 */
2611 class Filelist
2612 {
2613
2614=== modified file 'blogs/inc/files/model/_fileroot.class.php'
2615--- blogs/inc/files/model/_fileroot.class.php 2009-11-29 13:59:07 +0000
2616+++ blogs/inc/files/model/_fileroot.class.php 2009-12-06 13:00:47 +0000
2617@@ -19,11 +19,10 @@
2618 * {@internal Open Source relicensing agreement:
2619 * }}
2620 *
2621- * @package evocore
2622- *
2623 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2624 * @author fplanque: Francois PLANQUE.
2625 *
2626+ * @package files
2627 */
2628 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2629
2630@@ -33,7 +32,7 @@
2631 *
2632 * A FileRoot describes a directory available for media file storage, under access permission.
2633 *
2634- * @package evocore
2635+ * @package files
2636 */
2637 class FileRoot
2638 {
2639
2640=== modified file 'blogs/inc/files/model/_filerootcache.class.php'
2641--- blogs/inc/files/model/_filerootcache.class.php 2009-11-29 13:59:07 +0000
2642+++ blogs/inc/files/model/_filerootcache.class.php 2009-12-06 13:00:47 +0000
2643@@ -19,11 +19,10 @@
2644 * {@internal Open Source relicensing agreement:
2645 * }}
2646 *
2647- * @package evocore
2648- *
2649 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2650 * @author fplanque: Francois PLANQUE.
2651 *
2652+ * @package files
2653 */
2654 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2655
2656@@ -36,7 +35,7 @@
2657 *
2658 * These are root directories available for media file storage, under access permission.
2659 *
2660- * @package evocore
2661+ * @package files
2662 */
2663 class FileRootCache
2664 {
2665
2666=== modified file 'blogs/inc/files/model/_filetype.class.php'
2667--- blogs/inc/files/model/_filetype.class.php 2009-11-29 13:59:07 +0000
2668+++ blogs/inc/files/model/_filetype.class.php 2009-12-06 13:00:47 +0000
2669@@ -23,12 +23,11 @@
2670 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2671 * }}
2672 *
2673- * @package evocore
2674- *
2675 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2676 * @author fplanque: Francois PLANQUE.
2677 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
2678 *
2679+ * @package files
2680 */
2681 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2682
2683@@ -37,7 +36,7 @@
2684 /**
2685 * Filetype Class
2686 *
2687- * @package evocore
2688+ * @package files
2689 */
2690 class Filetype extends DataObject
2691 {
2692
2693=== modified file 'blogs/inc/files/model/_filetypecache.class.php'
2694--- blogs/inc/files/model/_filetypecache.class.php 2009-11-29 13:59:07 +0000
2695+++ blogs/inc/files/model/_filetypecache.class.php 2009-12-06 13:00:47 +0000
2696@@ -23,12 +23,11 @@
2697 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2698 * }}
2699 *
2700- * @package evocore
2701- *
2702 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2703 * @author fplanque: Francois PLANQUE.
2704 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
2705 *
2706+ * @package files
2707 */
2708 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2709
2710@@ -37,7 +36,7 @@
2711 /**
2712 * FiletypeCache Class
2713 *
2714- * @package evocore
2715+ * @package files
2716 */
2717 class FiletypeCache extends DataObjectCache
2718 {
2719
2720=== modified file 'blogs/inc/files/model/_image.funcs.php'
2721--- blogs/inc/files/model/_image.funcs.php 2009-11-29 13:59:07 +0000
2722+++ blogs/inc/files/model/_image.funcs.php 2009-12-06 13:00:47 +0000
2723@@ -19,11 +19,10 @@
2724 * {@internal Open Source relicensing agreement:
2725 * }}
2726 *
2727- * @package evocore
2728- *
2729 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2730 * @author fplanque: Francois PLANQUE.
2731 *
2732+ * @package files
2733 */
2734 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2735
2736
2737=== modified file 'blogs/inc/files/upload.ctrl.php'
2738--- blogs/inc/files/upload.ctrl.php 2009-11-29 13:59:07 +0000
2739+++ blogs/inc/files/upload.ctrl.php 2009-12-06 13:00:47 +0000
2740@@ -21,12 +21,11 @@
2741 * (dh please re-add)
2742 * }}
2743 *
2744- * @package admin
2745- *
2746 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2747 * @author fplanque: Francois PLANQUE.
2748 * (dh please re-add)
2749 *
2750+ * @package files
2751 */
2752 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2753
2754
2755=== modified file 'blogs/inc/files/views/_file_browse.view.php'
2756--- blogs/inc/files/views/_file_browse.view.php 2009-11-29 13:59:07 +0000
2757+++ blogs/inc/files/views/_file_browse.view.php 2009-12-06 13:00:47 +0000
2758@@ -23,12 +23,11 @@
2759 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2760 * }}
2761 *
2762- * @package admin
2763- *
2764 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2765 * @author blueyed: Daniel HAHLER.
2766 * @author fplanque: Francois PLANQUE.
2767 *
2768+ * @package files
2769 */
2770 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2771
2772
2773=== modified file 'blogs/inc/files/views/_file_browse_set.form.php'
2774--- blogs/inc/files/views/_file_browse_set.form.php 2009-11-29 13:59:07 +0000
2775+++ blogs/inc/files/views/_file_browse_set.form.php 2009-12-06 13:00:47 +0000
2776@@ -19,11 +19,10 @@
2777 * {@internal Open Source relicensing agreement:
2778 * }}
2779 *
2780- * @package admin
2781- *
2782 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2783 * @author fplanque: Francois PLANQUE.
2784 *
2785+ * @package files
2786 */
2787 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2788
2789
2790=== modified file 'blogs/inc/files/views/_file_copy_move.form.php'
2791--- blogs/inc/files/views/_file_copy_move.form.php 2009-11-29 13:59:07 +0000
2792+++ blogs/inc/files/views/_file_copy_move.form.php 2009-12-06 13:00:47 +0000
2793@@ -31,12 +31,11 @@
2794 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2795 * }}
2796 *
2797- * @package admin
2798- *
2799 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2800 * @author blueyed: Daniel HAHLER.
2801 * @author fplanque: Francois PLANQUE.
2802 *
2803+ * @package files
2804 */
2805 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2806
2807
2808=== modified file 'blogs/inc/files/views/_file_delete.form.php'
2809--- blogs/inc/files/views/_file_delete.form.php 2009-11-29 13:59:07 +0000
2810+++ blogs/inc/files/views/_file_delete.form.php 2009-12-06 13:00:47 +0000
2811@@ -23,12 +23,11 @@
2812 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2813 * }}
2814 *
2815- * @package evocore
2816- *
2817 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2818 * @author fplanque: Francois PLANQUE
2819 * @author blueyed: Daniel HAHLER
2820 *
2821+ * @package files
2822 */
2823 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2824
2825
2826=== modified file 'blogs/inc/files/views/_file_download.form.php'
2827--- blogs/inc/files/views/_file_download.form.php 2009-11-29 13:59:07 +0000
2828+++ blogs/inc/files/views/_file_download.form.php 2009-12-06 13:00:47 +0000
2829@@ -23,12 +23,11 @@
2830 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2831 * }}
2832 *
2833- * @package admin
2834- *
2835 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2836 * @author fplanque: Francois PLANQUE
2837 * @author blueyed: Daniel HAHLER
2838 *
2839+ * @package files
2840 */
2841 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2842
2843
2844=== modified file 'blogs/inc/files/views/_file_edit.form.php'
2845--- blogs/inc/files/views/_file_edit.form.php 2009-11-29 13:59:07 +0000
2846+++ blogs/inc/files/views/_file_edit.form.php 2009-12-06 13:00:47 +0000
2847@@ -19,11 +19,10 @@
2848 * {@internal Open Source relicensing agreement:
2849 * }}
2850 *
2851- * @package admin
2852- *
2853 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2854 * @author fplanque: Francois PLANQUE
2855 *
2856+ * @package files
2857 */
2858 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2859
2860
2861=== modified file 'blogs/inc/files/views/_file_links.view.php'
2862--- blogs/inc/files/views/_file_links.view.php 2009-11-29 13:59:07 +0000
2863+++ blogs/inc/files/views/_file_links.view.php 2009-12-06 13:00:47 +0000
2864@@ -19,11 +19,10 @@
2865 * {@internal Open Source relicensing agreement:
2866 * }}
2867 *
2868- * @package admin
2869- *
2870 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2871 * @author fplanque: Francois PLANQUE.
2872 *
2873+ * @package files
2874 */
2875 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2876
2877
2878=== modified file 'blogs/inc/files/views/_file_list.inc.php'
2879--- blogs/inc/files/views/_file_list.inc.php 2009-11-29 13:59:07 +0000
2880+++ blogs/inc/files/views/_file_list.inc.php 2009-12-06 13:00:47 +0000
2881@@ -23,12 +23,11 @@
2882 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2883 * }}
2884 *
2885- * @package admin
2886- *
2887 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2888 * @author blueyed: Daniel HAHLER.
2889 * @author fplanque: Francois PLANQUE.
2890 *
2891+ * @package files
2892 */
2893 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2894
2895
2896=== modified file 'blogs/inc/files/views/_file_permissions.form.php'
2897--- blogs/inc/files/views/_file_permissions.form.php 2009-11-29 13:59:07 +0000
2898+++ blogs/inc/files/views/_file_permissions.form.php 2009-12-06 13:00:47 +0000
2899@@ -23,12 +23,11 @@
2900 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2901 * }}
2902 *
2903- * @package evocore
2904- *
2905 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2906 * @author fplanque: Francois PLANQUE
2907 * @author blueyed: Daniel HAHLER
2908 *
2909+ * @package files
2910 */
2911 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2912
2913
2914=== modified file 'blogs/inc/files/views/_file_properties.form.php'
2915--- blogs/inc/files/views/_file_properties.form.php 2009-11-29 13:59:07 +0000
2916+++ blogs/inc/files/views/_file_properties.form.php 2009-12-06 13:00:47 +0000
2917@@ -19,11 +19,10 @@
2918 * {@internal Open Source relicensing agreement:
2919 * }}
2920 *
2921- * @package admin
2922- *
2923 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2924 * @author fplanque: Francois PLANQUE
2925 *
2926+ * @package files
2927 */
2928 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2929
2930
2931=== modified file 'blogs/inc/files/views/_file_rename.form.php'
2932--- blogs/inc/files/views/_file_rename.form.php 2009-11-29 13:59:07 +0000
2933+++ blogs/inc/files/views/_file_rename.form.php 2009-12-06 13:00:47 +0000
2934@@ -19,11 +19,10 @@
2935 * {@internal Open Source relicensing agreement:
2936 * }}
2937 *
2938- * @package admin
2939- *
2940 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2941 * @author fplanque: Francois PLANQUE.
2942 *
2943+ * @package files
2944 */
2945 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2946
2947
2948=== modified file 'blogs/inc/files/views/_file_settings.form.php'
2949--- blogs/inc/files/views/_file_settings.form.php 2009-11-29 13:59:07 +0000
2950+++ blogs/inc/files/views/_file_settings.form.php 2009-12-06 13:00:47 +0000
2951@@ -23,13 +23,12 @@
2952 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2953 * }}
2954 *
2955- * @package admin
2956- *
2957 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2958 * @author fplanque: Francois PLANQUE.
2959 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
2960 * @author fsaya: Fabrice SAYA-GASNIER / PROGIDISTRI
2961 *
2962+ * @package files
2963 */
2964 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2965
2966
2967=== modified file 'blogs/inc/files/views/_file_upload.view.php'
2968--- blogs/inc/files/views/_file_upload.view.php 2009-11-29 13:59:07 +0000
2969+++ blogs/inc/files/views/_file_upload.view.php 2009-12-06 13:00:47 +0000
2970@@ -23,12 +23,11 @@
2971 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2972 * }}
2973 *
2974- * @package admin
2975- *
2976 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2977 * @author blueyed: Daniel HAHLER.
2978 * @author fplanque: Francois PLANQUE.
2979 *
2980+ * @package files
2981 */
2982 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
2983
2984
2985=== modified file 'blogs/inc/files/views/_filetype.form.php'
2986--- blogs/inc/files/views/_filetype.form.php 2009-11-29 13:59:07 +0000
2987+++ blogs/inc/files/views/_filetype.form.php 2009-12-06 13:00:47 +0000
2988@@ -23,12 +23,11 @@
2989 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
2990 * }}
2991 *
2992- * @package admin
2993- *
2994 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
2995 * @author fplanque: Francois PLANQUE.
2996 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
2997 *
2998+ * @package files
2999 */
3000 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3001
3002
3003=== modified file 'blogs/inc/files/views/_filetype_list.view.php'
3004--- blogs/inc/files/views/_filetype_list.view.php 2009-11-29 13:59:07 +0000
3005+++ blogs/inc/files/views/_filetype_list.view.php 2009-12-06 13:00:47 +0000
3006@@ -23,12 +23,11 @@
3007 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3008 * }}
3009 *
3010- * @package admin
3011- *
3012 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3013 * @author fplanque: Francois PLANQUE.
3014 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3015 *
3016+ * @package files
3017 */
3018 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3019
3020
3021=== modified file 'blogs/inc/generic/inc/_generic_listeditor.php'
3022--- blogs/inc/generic/inc/_generic_listeditor.php 2009-11-29 13:59:07 +0000
3023+++ blogs/inc/generic/inc/_generic_listeditor.php 2009-12-06 13:00:47 +0000
3024@@ -23,12 +23,11 @@
3025 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3026 * }}
3027 *
3028- * @package admin
3029- *
3030 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3031 * @author fplanque: Francois PLANQUE.
3032 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3033 *
3034+ * @package pond
3035 */
3036 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3037
3038
3039=== modified file 'blogs/inc/generic/inc/_generic_recursive_listeditor.php'
3040--- blogs/inc/generic/inc/_generic_recursive_listeditor.php 2009-11-29 13:59:07 +0000
3041+++ blogs/inc/generic/inc/_generic_recursive_listeditor.php 2009-12-06 13:00:47 +0000
3042@@ -26,12 +26,11 @@
3043 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3044 * }}
3045 *
3046- * @package admin
3047- *
3048 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3049 * @author fplanque: Francois PLANQUE.
3050 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3051 *
3052+ * @package pond
3053 */
3054 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3055
3056
3057=== modified file 'blogs/inc/generic/model/_genericcache.class.php'
3058--- blogs/inc/generic/model/_genericcache.class.php 2009-11-29 13:59:07 +0000
3059+++ blogs/inc/generic/model/_genericcache.class.php 2009-12-06 13:00:47 +0000
3060@@ -23,12 +23,11 @@
3061 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3062 * }}
3063 *
3064- * @package evocore
3065- *
3066 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3067 * @author fplanque: Francois PLANQUE.
3068 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3069 *
3070+ * @package pond
3071 */
3072 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3073
3074@@ -36,7 +35,8 @@
3075
3076 /**
3077 * GenericCache Class
3078- * @package evocore
3079+ *
3080+ * @package pond
3081 */
3082 class GenericCache extends DataObjectCache
3083 {
3084
3085=== modified file 'blogs/inc/generic/model/_genericcategory.class.php'
3086--- blogs/inc/generic/model/_genericcategory.class.php 2009-11-29 13:59:07 +0000
3087+++ blogs/inc/generic/model/_genericcategory.class.php 2009-12-06 13:00:47 +0000
3088@@ -23,11 +23,10 @@
3089 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3090 * }}
3091 *
3092- * @package evocore
3093- *
3094 * @author fplanque: Francois PLANQUE.
3095 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3096 *
3097+ * @package pond
3098 */
3099 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3100
3101@@ -38,7 +37,7 @@
3102 /**
3103 * GenericCategory Class
3104 *
3105- * @package evocore
3106+ * @package pond
3107 */
3108 class GenericCategory extends GenericElement
3109 {
3110
3111=== modified file 'blogs/inc/generic/model/_genericcategorycache.class.php'
3112--- blogs/inc/generic/model/_genericcategorycache.class.php 2009-11-29 13:59:07 +0000
3113+++ blogs/inc/generic/model/_genericcategorycache.class.php 2009-12-06 13:00:47 +0000
3114@@ -25,12 +25,11 @@
3115 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3116 * }}
3117 *
3118- * @package evocore
3119- *
3120 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3121 * @author fplanque: Francois PLANQUE.
3122 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3123 *
3124+ * @package pond
3125 */
3126 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3127
3128@@ -41,8 +40,7 @@
3129 /**
3130 * GenericCategoryCache class
3131 *
3132- *
3133- * @package evocore
3134+ * @package pond
3135 */
3136 class GenericCategoryCache extends GenericCache
3137 {
3138
3139=== modified file 'blogs/inc/generic/model/_genericelement.class.php'
3140--- blogs/inc/generic/model/_genericelement.class.php 2009-11-29 13:59:07 +0000
3141+++ blogs/inc/generic/model/_genericelement.class.php 2009-12-06 13:00:47 +0000
3142@@ -23,12 +23,11 @@
3143 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3144 * }}
3145 *
3146- * @package evocore
3147- *
3148 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3149 * @author fplanque: Francois PLANQUE.
3150 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3151 *
3152+ * @package pond
3153 */
3154 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3155
3156@@ -39,7 +38,7 @@
3157 *
3158 * Generic Element of users with specific permissions.
3159 *
3160- * @package evocore
3161+ * @package pond
3162 */
3163 class GenericElement extends DataObject
3164 {
3165
3166=== modified file 'blogs/inc/generic/model/_genericordered.class.php'
3167--- blogs/inc/generic/model/_genericordered.class.php 2009-11-29 13:59:07 +0000
3168+++ blogs/inc/generic/model/_genericordered.class.php 2009-12-06 13:00:47 +0000
3169@@ -23,12 +23,11 @@
3170 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3171 * }}
3172 *
3173- * @package evocore
3174- *
3175 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3176 * @author fplanque: Francois PLANQUE.
3177 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3178 *
3179+ * @package pond
3180 */
3181 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3182
3183@@ -39,7 +38,7 @@
3184 *
3185 * Generic Ordered of users with specific permissions.
3186 *
3187- * @package evocore
3188+ * @package pond
3189 */
3190 class GenericOrdered extends GenericElement
3191 {
3192
3193=== modified file 'blogs/inc/generic/model/_genericorderedcache.class.php'
3194--- blogs/inc/generic/model/_genericorderedcache.class.php 2009-11-29 13:59:07 +0000
3195+++ blogs/inc/generic/model/_genericorderedcache.class.php 2009-12-06 13:00:47 +0000
3196@@ -23,12 +23,11 @@
3197 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3198 * }}
3199 *
3200- * @package evocore
3201- *
3202 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3203 * @author fplanque: Francois PLANQUE.
3204 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3205 *
3206+ * @package pond
3207 */
3208 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3209
3210@@ -36,7 +35,8 @@
3211
3212 /**
3213 * GenericOrderedCache Class
3214- * @package evocore
3215+ *
3216+ * @package pond
3217 */
3218 class GenericOrderedCache extends GenericCache
3219 {
3220
3221=== modified file 'blogs/inc/generic/views/_generic_category.form.php'
3222--- blogs/inc/generic/views/_generic_category.form.php 2009-11-29 13:59:07 +0000
3223+++ blogs/inc/generic/views/_generic_category.form.php 2009-12-06 13:00:47 +0000
3224@@ -16,11 +16,10 @@
3225 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
3226 * }}
3227 *
3228- * @package admin
3229- *
3230 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3231 * @author fplanque: Francois PLANQUE.
3232 *
3233+ * @package pond
3234 */
3235 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3236
3237
3238=== modified file 'blogs/inc/generic/views/_generic_list.inc.php'
3239--- blogs/inc/generic/views/_generic_list.inc.php 2009-11-29 13:59:07 +0000
3240+++ blogs/inc/generic/views/_generic_list.inc.php 2009-12-06 13:00:47 +0000
3241@@ -23,12 +23,11 @@
3242 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3243 * }}
3244 *
3245- * @package admin
3246- *
3247 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3248 * @author fplanque: Francois PLANQUE.
3249 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3250 *
3251+ * @package pond
3252 */
3253 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3254
3255
3256=== modified file 'blogs/inc/generic/views/_generic_ordered_list.inc.php'
3257--- blogs/inc/generic/views/_generic_ordered_list.inc.php 2009-11-29 13:59:07 +0000
3258+++ blogs/inc/generic/views/_generic_ordered_list.inc.php 2009-12-06 13:00:47 +0000
3259@@ -23,12 +23,11 @@
3260 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3261 * }}
3262 *
3263- * @package admin
3264- *
3265 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3266 * @author fplanque: Francois PLANQUE.
3267 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3268 *
3269+ * @package pond
3270 */
3271 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3272
3273
3274=== modified file 'blogs/inc/generic/views/_generic_recursive_list.inc.php'
3275--- blogs/inc/generic/views/_generic_recursive_list.inc.php 2009-11-29 13:59:07 +0000
3276+++ blogs/inc/generic/views/_generic_recursive_list.inc.php 2009-12-06 13:00:47 +0000
3277@@ -23,12 +23,11 @@
3278 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3279 * }}
3280 *
3281- * @package admin
3282- *
3283 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3284 * @author fplanque: Francois PLANQUE.
3285 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3286 *
3287+ * @package pond
3288 */
3289 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3290 //____________________ Callbacks functions to display categories list _____________________
3291
3292=== modified file 'blogs/inc/items/item_statuses.ctrl.php'
3293--- blogs/inc/items/item_statuses.ctrl.php 2009-11-29 13:59:07 +0000
3294+++ blogs/inc/items/item_statuses.ctrl.php 2009-12-06 13:00:47 +0000
3295@@ -23,12 +23,11 @@
3296 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3297 * }}
3298 *
3299- * @package admin
3300- *
3301 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3302 * @author fplanque: Francois PLANQUE.
3303 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3304 *
3305+ * @package items
3306 */
3307 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3308
3309
3310=== modified file 'blogs/inc/items/item_types.ctrl.php'
3311--- blogs/inc/items/item_types.ctrl.php 2009-11-29 13:59:07 +0000
3312+++ blogs/inc/items/item_types.ctrl.php 2009-12-06 13:00:47 +0000
3313@@ -19,11 +19,10 @@
3314 * {@internal Open Source relicensing agreement:
3315 * }}
3316 *
3317- * @package admin
3318- *
3319 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3320 * @author fplanque: Francois PLANQUE.
3321 *
3322+ * @package items
3323 */
3324 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3325
3326
3327=== modified file 'blogs/inc/items/items.ctrl.php'
3328--- blogs/inc/items/items.ctrl.php 2009-11-29 13:59:07 +0000
3329+++ blogs/inc/items/items.ctrl.php 2009-12-06 13:00:47 +0000
3330@@ -9,11 +9,10 @@
3331 * {@internal Open Source relicensing agreement:
3332 * }}
3333 *
3334- * @package admin
3335- *
3336 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3337 * @author fplanque: Francois PLANQUE.
3338 *
3339+ * @package items
3340 */
3341 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3342
3343
3344=== modified file 'blogs/inc/items/model/_item.class.php'
3345--- blogs/inc/items/model/_item.class.php 2009-12-01 13:18:48 +0000
3346+++ blogs/inc/items/model/_item.class.php 2009-12-06 13:00:47 +0000
3347@@ -23,14 +23,13 @@
3348 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3349 * }}
3350 *
3351- * @package evocore
3352- *
3353 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3354 * @author blueyed: Daniel HAHLER.
3355 * @author fplanque: Francois PLANQUE.
3356 * @author gorgeb: Bertrand GORGE / EPISTEMA
3357 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3358 *
3359+ * @package items
3360 */
3361 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3362
3363@@ -44,7 +43,7 @@
3364 /**
3365 * Item Class
3366 *
3367- * @package evocore
3368+ * @package items
3369 */
3370 class Item extends ItemLight
3371 {
3372
3373=== modified file 'blogs/inc/items/model/_item.funcs.php'
3374--- blogs/inc/items/model/_item.funcs.php 2009-11-29 13:59:07 +0000
3375+++ blogs/inc/items/model/_item.funcs.php 2009-12-06 13:00:47 +0000
3376@@ -23,8 +23,6 @@
3377 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3378 * }}
3379 *
3380- * @package evocore
3381- *
3382 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3383 * @author cafelog (team)
3384 * @author blueyed: Daniel HAHLER.
3385@@ -32,6 +30,7 @@
3386 * @author tswicegood: Travis SWICEGOOD.
3387 * @author vegarg: Vegar BERG GULDAL.
3388 *
3389+ * @package items
3390 */
3391 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3392
3393
3394=== modified file 'blogs/inc/items/model/_itemcache.class.php'
3395--- blogs/inc/items/model/_itemcache.class.php 2009-11-29 13:59:07 +0000
3396+++ blogs/inc/items/model/_itemcache.class.php 2009-12-06 13:00:47 +0000
3397@@ -23,12 +23,11 @@
3398 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3399 * }}
3400 *
3401- * @package evocore
3402- *
3403 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3404 * @author blueyed: Daniel HAHLER.
3405 * @author fplanque: Francois PLANQUE.
3406 *
3407+ * @package items
3408 */
3409 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3410
3411@@ -39,7 +38,7 @@
3412 /**
3413 * Item Cache Class
3414 *
3415- * @package evocore
3416+ * @package items
3417 */
3418 class ItemCache extends DataObjectCache
3419 {
3420
3421=== modified file 'blogs/inc/items/model/_itemlight.class.php'
3422--- blogs/inc/items/model/_itemlight.class.php 2009-11-29 13:59:07 +0000
3423+++ blogs/inc/items/model/_itemlight.class.php 2009-12-06 13:00:47 +0000
3424@@ -23,11 +23,10 @@
3425 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3426 * }}
3427 *
3428- * @package evocore
3429- *
3430 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3431 * @author fplanque: Francois PLANQUE.
3432 *
3433+ * @package items
3434 */
3435 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3436
3437@@ -43,7 +42,7 @@
3438 *
3439 * This object SHOULD NOT be saved.
3440 *
3441- * @package evocore
3442+ * @package items
3443 */
3444 class ItemLight extends DataObject
3445 {
3446
3447=== modified file 'blogs/inc/items/model/_itemlist.class.php'
3448--- blogs/inc/items/model/_itemlist.class.php 2009-11-29 13:59:07 +0000
3449+++ blogs/inc/items/model/_itemlist.class.php 2009-12-06 13:00:48 +0000
3450@@ -21,11 +21,10 @@
3451 * {@internal Open Source relicensing agreement:
3452 * }}
3453 *
3454- * @package evocore
3455- *
3456 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3457 * @author fplanque: Francois PLANQUE.
3458 *
3459+ * @package items
3460 */
3461 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3462
3463@@ -37,7 +36,7 @@
3464 *
3465 * This SECOND implementation will deprecate the first one when finished.
3466 *
3467- * @package evocore
3468+ * @package items
3469 */
3470 class ItemList2 extends ItemListLight
3471 {
3472
3473=== modified file 'blogs/inc/items/model/_itemlistlight.class.php'
3474--- blogs/inc/items/model/_itemlistlight.class.php 2009-11-29 13:59:07 +0000
3475+++ blogs/inc/items/model/_itemlistlight.class.php 2009-12-06 13:00:48 +0000
3476@@ -22,11 +22,10 @@
3477 * {@internal Open Source relicensing agreement:
3478 * }}
3479 *
3480- * @package evocore
3481- *
3482 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3483 * @author fplanque: Francois PLANQUE.
3484 *
3485+ * @package items
3486 */
3487 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3488
3489@@ -41,7 +40,7 @@
3490 * Contrary to ItemList2, we only do 1 query here and we extract only a few selected params.
3491 * Basically all we want is being able to generate permalinks.
3492 *
3493- * @package evocore
3494+ * @package items
3495 */
3496 class ItemListLight extends DataObjectList2
3497 {
3498
3499=== modified file 'blogs/inc/items/model/_itemquery.class.php'
3500--- blogs/inc/items/model/_itemquery.class.php 2009-11-29 13:59:07 +0000
3501+++ blogs/inc/items/model/_itemquery.class.php 2009-12-06 13:00:48 +0000
3502@@ -19,11 +19,10 @@
3503 * {@internal Open Source relicensing agreement:
3504 * }}
3505 *
3506- * @package evocore
3507- *
3508 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3509 * @author fplanque: Francois PLANQUE.
3510 *
3511+ * @package items
3512 */
3513 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3514
3515@@ -31,7 +30,8 @@
3516
3517 /**
3518 * ItemQuery: help constructing queries on Items
3519- * @package evocore
3520+ *
3521+ * @package items
3522 */
3523 class ItemQuery extends SQL
3524 {
3525
3526=== modified file 'blogs/inc/items/model/_itemtype.class.php'
3527--- blogs/inc/items/model/_itemtype.class.php 2009-11-29 13:59:07 +0000
3528+++ blogs/inc/items/model/_itemtype.class.php 2009-12-06 13:00:48 +0000
3529@@ -23,12 +23,11 @@
3530 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3531 * }}
3532 *
3533- * @package evocore
3534- *
3535 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3536 * @author fplanque: Francois PLANQUE.
3537 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3538 *
3539+ * @package items
3540 */
3541 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3542
3543@@ -37,7 +36,7 @@
3544 /**
3545 * ItemType Class
3546 *
3547- * @package evocore
3548+ * @package items
3549 */
3550 class ItemType extends DataObject
3551 {
3552
3553=== modified file 'blogs/inc/items/model/_itemtypecache.class.php'
3554--- blogs/inc/items/model/_itemtypecache.class.php 2009-11-29 13:59:07 +0000
3555+++ blogs/inc/items/model/_itemtypecache.class.php 2009-12-06 13:00:48 +0000
3556@@ -23,12 +23,11 @@
3557 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3558 * }}
3559 *
3560- * @package evocore
3561- *
3562 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3563 * @author fplanque: Francois PLANQUE.
3564 * @author mbruneau: Marc BRUNEAU / PROGIDISTRI
3565 *
3566+ * @package items
3567 */
3568 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3569
3570@@ -37,7 +36,7 @@
3571 /**
3572 * ItemTypeCache Class
3573 *
3574- * @package evocore
3575+ * @package items
3576 */
3577 class ItemTypeCache extends DataObjectCache
3578 {
3579
3580=== modified file 'blogs/inc/items/model/_link.class.php'
3581--- blogs/inc/items/model/_link.class.php 2009-11-29 13:59:07 +0000
3582+++ blogs/inc/items/model/_link.class.php 2009-12-06 13:00:48 +0000
3583@@ -19,11 +19,10 @@
3584 * {@internal Open Source relicensing agreement:
3585 * }}
3586 *
3587- * @package evocore
3588- *
3589 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3590 * @author fplanque: Francois PLANQUE.
3591 *
3592+ * @package items
3593 */
3594 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3595
3596@@ -32,7 +31,7 @@
3597 /**
3598 * Item Link
3599 *
3600- * @package evocore
3601+ * @package items
3602 */
3603 class Link extends DataObject
3604 {
3605
3606=== modified file 'blogs/inc/items/model/_linkcache.class.php'
3607--- blogs/inc/items/model/_linkcache.class.php 2009-11-29 13:59:07 +0000
3608+++ blogs/inc/items/model/_linkcache.class.php 2009-12-06 13:00:48 +0000
3609@@ -19,11 +19,10 @@
3610 * {@internal Open Source relicensing agreement:
3611 * }}
3612 *
3613- * @package evocore
3614- *
3615 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3616 * @author fplanque: Francois PLANQUE.
3617 *
3618+ * @package items
3619 */
3620 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3621
3622@@ -32,7 +31,7 @@
3623 /**
3624 * LinkCache Class
3625 *
3626- * @package evocore
3627+ * @package items
3628 */
3629 class LinkCache extends DataObjectCache
3630 {
3631
3632=== modified file 'blogs/inc/items/views/_item_expert.form.php'
3633--- blogs/inc/items/views/_item_expert.form.php 2009-11-29 13:59:07 +0000
3634+++ blogs/inc/items/views/_item_expert.form.php 2009-12-06 13:00:48 +0000
3635@@ -9,8 +9,6 @@
3636 *
3637 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
3638 *
3639- * @package admin
3640- *
3641 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3642 * @author fplanque: Francois PLANQUE
3643 * @author fsaya: Fabrice SAYA-GASNIER / PROGIDISTRI
3644@@ -21,6 +19,7 @@
3645 * because on a smaller screen you'll cut things off! (and not every browser
3646 * allows "marking and moving" of text then).
3647 *
3648+ * @package items
3649 */
3650 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3651
3652
3653=== modified file 'blogs/inc/items/views/_item_history.view.php'
3654--- blogs/inc/items/views/_item_history.view.php 2009-11-29 13:59:07 +0000
3655+++ blogs/inc/items/views/_item_history.view.php 2009-12-06 13:00:48 +0000
3656@@ -9,11 +9,10 @@
3657 *
3658 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
3659 *
3660- * @package admin
3661- *
3662 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3663 * @author fplanque: Francois PLANQUE.
3664 *
3665+ * @package items
3666 */
3667 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3668
3669
3670=== modified file 'blogs/inc/items/views/_item_links.view.php'
3671--- blogs/inc/items/views/_item_links.view.php 2009-11-29 13:59:07 +0000
3672+++ blogs/inc/items/views/_item_links.view.php 2009-12-06 13:00:48 +0000
3673@@ -19,11 +19,10 @@
3674 * {@internal Open Source relicensing agreement:
3675 * }}
3676 *
3677- * @package admin
3678- *
3679 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3680 * @author fplanque: Francois PLANQUE.
3681 *
3682+ * @package items
3683 */
3684 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3685
3686
3687=== modified file 'blogs/inc/items/views/_item_list_full.view.php'
3688--- blogs/inc/items/views/_item_list_full.view.php 2009-11-29 13:59:07 +0000
3689+++ blogs/inc/items/views/_item_list_full.view.php 2009-12-06 13:00:48 +0000
3690@@ -10,11 +10,10 @@
3691 *
3692 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
3693 *
3694- * @package admin
3695- *
3696 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3697 * @author fplanque: Francois PLANQUE.
3698 *
3699+ * @package items
3700 */
3701 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3702
3703
3704=== modified file 'blogs/inc/items/views/_item_list_sidebar.view.php'
3705--- blogs/inc/items/views/_item_list_sidebar.view.php 2009-11-29 13:59:07 +0000
3706+++ blogs/inc/items/views/_item_list_sidebar.view.php 2009-12-06 13:00:48 +0000
3707@@ -10,11 +10,10 @@
3708 *
3709 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
3710 *
3711- * @package admin
3712- *
3713 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3714 * @author fplanque: Francois PLANQUE.
3715 *
3716+ * @package items
3717 */
3718 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3719
3720
3721=== modified file 'blogs/inc/items/views/_item_list_table.view.php'
3722--- blogs/inc/items/views/_item_list_table.view.php 2009-11-29 13:59:07 +0000
3723+++ blogs/inc/items/views/_item_list_table.view.php 2009-12-06 13:00:48 +0000
3724@@ -10,11 +10,10 @@
3725 *
3726 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
3727 *
3728- * @package admin
3729- *
3730 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3731 * @author fplanque: Francois PLANQUE.
3732 *
3733+ * @package items
3734 */
3735 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3736
3737
3738=== modified file 'blogs/inc/items/views/_item_list_track.view.php'
3739--- blogs/inc/items/views/_item_list_track.view.php 2009-11-29 13:59:07 +0000
3740+++ blogs/inc/items/views/_item_list_track.view.php 2009-12-06 13:00:48 +0000
3741@@ -10,11 +10,10 @@
3742 *
3743 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
3744 *
3745- * @package admin
3746- *
3747 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3748 * @author fplanque: Francois PLANQUE.
3749 *
3750+ * @package items
3751 */
3752 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3753
3754
3755=== modified file 'blogs/inc/items/views/_item_simple.form.php'
3756--- blogs/inc/items/views/_item_simple.form.php 2009-11-29 13:59:07 +0000
3757+++ blogs/inc/items/views/_item_simple.form.php 2009-12-06 13:00:48 +0000
3758@@ -9,12 +9,11 @@
3759 *
3760 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
3761 *
3762- * @package admin
3763- *
3764 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3765 * @author fplanque: Francois PLANQUE
3766 * @author blueyed: Daniel HAHLER
3767 *
3768+ * @package items
3769 */
3770 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3771
3772
3773=== modified file 'blogs/inc/items/views/inc/_item_form_behaviors.inc.php'
3774--- blogs/inc/items/views/inc/_item_form_behaviors.inc.php 2009-11-29 13:59:07 +0000
3775+++ blogs/inc/items/views/inc/_item_form_behaviors.inc.php 2009-12-06 13:00:48 +0000
3776@@ -23,11 +23,10 @@
3777 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3778 * }}
3779 *
3780- * @package admin
3781- *
3782 * @author blueyed: Daniel HAHLER
3783 * @author fplanque: Francois PLANQUE.
3784 *
3785+ * @package items
3786 */
3787 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3788
3789
3790=== modified file 'blogs/inc/items/views/inc/_item_links.inc.php'
3791--- blogs/inc/items/views/inc/_item_links.inc.php 2009-11-29 13:59:07 +0000
3792+++ blogs/inc/items/views/inc/_item_links.inc.php 2009-12-06 13:00:48 +0000
3793@@ -19,11 +19,10 @@
3794 * {@internal Open Source relicensing agreement:
3795 * }}
3796 *
3797- * @package admin
3798- *
3799 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3800 * @author fplanque: Francois PLANQUE.
3801 *
3802+ * @package items
3803 */
3804 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3805
3806
3807=== modified file 'blogs/inc/locales/_charset.funcs.php'
3808--- blogs/inc/locales/_charset.funcs.php 2009-11-29 13:59:07 +0000
3809+++ blogs/inc/locales/_charset.funcs.php 2009-12-06 13:00:48 +0000
3810@@ -23,14 +23,13 @@
3811 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3812 * }}
3813 *
3814- * @package evocore
3815- *
3816 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3817 * @author blueyed: Daniel HAHLER.
3818 * @author fplanque: Francois PLANQUE.
3819 *
3820- *
3821 * @todo dh> Move this to some other directory?
3822+ *
3823+ * @package pond
3824 */
3825 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3826
3827
3828=== modified file 'blogs/inc/locales/_locale.funcs.php'
3829--- blogs/inc/locales/_locale.funcs.php 2009-11-29 13:59:07 +0000
3830+++ blogs/inc/locales/_locale.funcs.php 2009-12-06 13:00:48 +0000
3831@@ -23,8 +23,6 @@
3832 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3833 * }}
3834 *
3835- * @package evocore
3836- *
3837 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3838 * @author blueyed: Daniel HAHLER.
3839 * @author fplanque: Francois PLANQUE.
3840@@ -32,6 +30,7 @@
3841 * @todo Make it a class / global object!
3842 * - Provide (static) functions to extract .po files / generate _global.php files (single quoted strings!)
3843 *
3844+ * @package pond
3845 */
3846 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
3847
3848
3849=== modified file 'blogs/inc/locales/_locale_settings.form.php'
3850--- blogs/inc/locales/_locale_settings.form.php 2009-11-29 13:59:07 +0000
3851+++ blogs/inc/locales/_locale_settings.form.php 2009-12-06 13:00:48 +0000
3852@@ -23,12 +23,11 @@
3853 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3854 * }}
3855 *
3856- * @package admin
3857- *
3858 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3859 * @author fplanque: Francois PLANQUE.
3860 * @author blueyed: Daniel HAHLER.
3861 *
3862+ * @package pond
3863 */
3864 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3865
3866
3867=== modified file 'blogs/inc/locales/_pofile.class.php'
3868--- blogs/inc/locales/_pofile.class.php 2009-11-29 13:59:07 +0000
3869+++ blogs/inc/locales/_pofile.class.php 2009-12-06 13:00:48 +0000
3870@@ -14,15 +14,16 @@
3871 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3872 * }}
3873 *
3874- * @package internal
3875 * @author blueyed: Daniel HAHLER
3876+ *
3877+ * @package pond
3878 */
3879
3880
3881 /**
3882 * A quick and dirty class for PO/POT files
3883 *
3884- * @package internal
3885+ * @package pond
3886 */
3887 class POFile
3888 {
3889@@ -293,7 +294,7 @@
3890 /**
3891 * A class build upon class POFile to provide specific POT actions (write)
3892 *
3893- * @package internal
3894+ * @package pond
3895 */
3896 class POTFile extends POFile
3897 {
3898
3899=== modified file 'blogs/inc/locales/locales.ctrl.php'
3900--- blogs/inc/locales/locales.ctrl.php 2009-11-29 13:59:07 +0000
3901+++ blogs/inc/locales/locales.ctrl.php 2009-12-06 13:00:48 +0000
3902@@ -23,12 +23,11 @@
3903 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3904 * }}
3905 *
3906- * @package admin
3907- *
3908 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3909 * @author blueyed: Daniel HAHLER
3910 * @author fplanque: Francois PLANQUE
3911 *
3912+ * @package pond
3913 */
3914 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3915
3916
3917=== modified file 'blogs/inc/plugins/_plugin.class.php'
3918--- blogs/inc/plugins/_plugin.class.php 2009-11-29 13:59:07 +0000
3919+++ blogs/inc/plugins/_plugin.class.php 2009-12-06 13:00:48 +0000
3920@@ -23,14 +23,13 @@
3921 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3922 * }}
3923 *
3924- * @package plugins
3925- *
3926 * @todo Add links to pages on manual.b2evolution.net, once they are "clean"/tiny
3927 *
3928 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3929 * @author fplanque: Francois PLANQUE - {@link http://fplanque.net/}
3930 * @author blueyed: Daniel HAHLER
3931 *
3932+ * @package plugins
3933 */
3934 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3935
3936@@ -41,6 +40,7 @@
3937 * Real plugins should be derived from this class.
3938 *
3939 * @abstract
3940+ *
3941 * @package plugins
3942 */
3943 class Plugin
3944
3945=== modified file 'blogs/inc/plugins/_plugin.funcs.php'
3946--- blogs/inc/plugins/_plugin.funcs.php 2009-11-29 13:59:07 +0000
3947+++ blogs/inc/plugins/_plugin.funcs.php 2009-12-06 13:00:48 +0000
3948@@ -23,12 +23,11 @@
3949 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3950 * }}
3951 *
3952- * @package evocore
3953- *
3954 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3955 * @author fplanque: Francois PLANQUE
3956 * @author blueyed: Daniel HAHLER
3957 *
3958+ * @package plugins
3959 */
3960 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3961
3962
3963=== modified file 'blogs/inc/plugins/model/_plugins.class.php'
3964--- blogs/inc/plugins/model/_plugins.class.php 2009-11-29 13:59:07 +0000
3965+++ blogs/inc/plugins/model/_plugins.class.php 2009-12-06 13:00:48 +0000
3966@@ -25,12 +25,11 @@
3967 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3968 * }}
3969 *
3970- * @package plugins
3971- *
3972 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
3973 * @author fplanque: Francois PLANQUE - {@link http://fplanque.net/}
3974 * @author blueyed: Daniel HAHLER
3975 *
3976+ * @package plugins
3977 */
3978 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3979
3980
3981=== modified file 'blogs/inc/plugins/model/_plugins_admin.class.php'
3982--- blogs/inc/plugins/model/_plugins_admin.class.php 2009-11-29 13:59:07 +0000
3983+++ blogs/inc/plugins/model/_plugins_admin.class.php 2009-12-06 13:00:48 +0000
3984@@ -17,10 +17,9 @@
3985 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
3986 * }}
3987 *
3988- * @package plugins
3989- *
3990 * @author blueyed: Daniel HAHLER
3991 *
3992+ * @package plugins
3993 */
3994 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
3995
3996
3997=== modified file 'blogs/inc/plugins/model/_plugins_admin_no_db.class.php'
3998--- blogs/inc/plugins/model/_plugins_admin_no_db.class.php 2009-11-29 13:59:07 +0000
3999+++ blogs/inc/plugins/model/_plugins_admin_no_db.class.php 2009-12-06 13:00:48 +0000
4000@@ -17,10 +17,9 @@
4001 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4002 * }}
4003 *
4004- * @package plugins
4005- *
4006 * @author blueyed: Daniel HAHLER
4007 *
4008+ * @package plugins
4009 */
4010 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4011
4012
4013=== modified file 'blogs/inc/plugins/model/_pluginsettings.class.php'
4014--- blogs/inc/plugins/model/_pluginsettings.class.php 2009-11-29 13:59:07 +0000
4015+++ blogs/inc/plugins/model/_pluginsettings.class.php 2009-12-06 13:00:48 +0000
4016@@ -23,12 +23,10 @@
4017 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4018 * }}
4019 *
4020- * @package plugins
4021- *
4022 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4023 * @author blueyed: Daniel HAHLER.
4024 *
4025- *
4026+ * @package plugins
4027 */
4028 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4029
4030
4031=== modified file 'blogs/inc/plugins/model/_pluginusersettings.class.php'
4032--- blogs/inc/plugins/model/_pluginusersettings.class.php 2009-11-29 13:59:07 +0000
4033+++ blogs/inc/plugins/model/_pluginusersettings.class.php 2009-12-06 13:00:48 +0000
4034@@ -23,12 +23,10 @@
4035 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4036 * }}
4037 *
4038- * @package plugins
4039- *
4040 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4041 * @author blueyed: Daniel HAHLER.
4042 *
4043- *
4044+ * @package plugins
4045 */
4046 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4047
4048
4049=== modified file 'blogs/inc/plugins/plugins.ctrl.php'
4050--- blogs/inc/plugins/plugins.ctrl.php 2009-11-29 13:59:07 +0000
4051+++ blogs/inc/plugins/plugins.ctrl.php 2009-12-06 13:00:48 +0000
4052@@ -23,12 +23,11 @@
4053 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4054 * }}
4055 *
4056- * @package admin
4057- *
4058 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4059 * @author fplanque: Francois PLANQUE.
4060 * @author blueyed: Daniel HAHLER
4061 *
4062+ * @package plugins
4063 */
4064 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4065
4066
4067=== modified file 'blogs/inc/plugins/views/_plugin_list.view.php'
4068--- blogs/inc/plugins/views/_plugin_list.view.php 2009-11-29 13:59:07 +0000
4069+++ blogs/inc/plugins/views/_plugin_list.view.php 2009-12-06 13:00:48 +0000
4070@@ -27,12 +27,11 @@
4071 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4072 * }}
4073 *
4074- * @package admin
4075- *
4076 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4077 * @author fplanque: Francois PLANQUE.
4078 * @author blueyed: Daniel HAHLER.
4079 *
4080+ * @package plugins
4081 */
4082 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4083
4084
4085=== modified file 'blogs/inc/plugins/views/_plugin_list_available.view.php'
4086--- blogs/inc/plugins/views/_plugin_list_available.view.php 2009-11-29 13:59:07 +0000
4087+++ blogs/inc/plugins/views/_plugin_list_available.view.php 2009-12-06 13:00:48 +0000
4088@@ -23,12 +23,11 @@
4089 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4090 * }}
4091 *
4092- * @package admin
4093- *
4094 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4095 * @author fplanque: Francois PLANQUE.
4096 * @author blueyed: Daniel HAHLER.
4097 *
4098+ * @package plugins
4099 */
4100 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4101
4102
4103=== modified file 'blogs/inc/plugins/views/_plugin_settings.form.php'
4104--- blogs/inc/plugins/views/_plugin_settings.form.php 2009-11-29 13:59:07 +0000
4105+++ blogs/inc/plugins/views/_plugin_settings.form.php 2009-12-06 13:00:48 +0000
4106@@ -23,12 +23,11 @@
4107 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4108 * }}
4109 *
4110- * @package admin
4111- *
4112 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4113 * @author fplanque: Francois PLANQUE
4114 * @author blueyed: Daniel HAHLER
4115 *
4116+ * @package plugins
4117 */
4118 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4119
4120
4121=== modified file 'blogs/inc/sessions/_sessions.init.php'
4122--- blogs/inc/sessions/_sessions.init.php 2009-11-29 13:59:07 +0000
4123+++ blogs/inc/sessions/_sessions.init.php 2009-12-06 13:00:48 +0000
4124@@ -19,11 +19,10 @@
4125 * {@internal Open Source relicensing agreement:
4126 * }}
4127 *
4128- * @package admin
4129- *
4130 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4131 * @author fplanque: Francois PLANQUE.
4132 *
4133+ * @package sessions
4134 */
4135 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
4136
4137
4138=== modified file 'blogs/inc/sessions/goals.ctrl.php'
4139--- blogs/inc/sessions/goals.ctrl.php 2009-11-29 13:59:07 +0000
4140+++ blogs/inc/sessions/goals.ctrl.php 2009-12-06 13:00:48 +0000
4141@@ -7,11 +7,10 @@
4142 *
4143 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.com/}
4144 *
4145- * @package admin
4146- *
4147 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4148 * @author fplanque: Francois PLANQUE.
4149 *
4150+ * @package sessions
4151 */
4152 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4153
4154
4155=== modified file 'blogs/inc/sessions/model/_goal.class.php'
4156--- blogs/inc/sessions/model/_goal.class.php 2009-11-29 13:59:07 +0000
4157+++ blogs/inc/sessions/model/_goal.class.php 2009-12-06 13:00:48 +0000
4158@@ -5,11 +5,10 @@
4159 * b2evolution - {@link http://b2evolution.net/}
4160 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
4161 *
4162- * @package admin
4163- *
4164 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4165 * @author fplanque: Francois PLANQUE.
4166 *
4167+ * @package sessions
4168 */
4169 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4170
4171@@ -18,7 +17,7 @@
4172 /**
4173 * Filetype Class
4174 *
4175- * @package evocore
4176+ * @package sessions
4177 */
4178 class Goal extends DataObject
4179 {
4180
4181=== modified file 'blogs/inc/sessions/model/_hit.class.php'
4182--- blogs/inc/sessions/model/_hit.class.php 2009-11-29 13:59:07 +0000
4183+++ blogs/inc/sessions/model/_hit.class.php 2009-12-06 13:00:48 +0000
4184@@ -25,13 +25,11 @@
4185 *
4186 * @todo dh> Lazily handle properties through getters (and do not detect/do much in the constructor)!
4187 *
4188- * @package evocore
4189- *
4190 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4191 * @author blueyed: Daniel HAHLER.
4192 * @author fplanque: Francois PLANQUE.
4193 *
4194- *
4195+ * @package sessions
4196 */
4197 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4198
4199@@ -39,7 +37,7 @@
4200 /**
4201 * A hit to a blog.
4202 *
4203- * @package evocore
4204+ * @package sessions
4205 */
4206 class Hit
4207 {
4208
4209=== modified file 'blogs/inc/sessions/model/_hitlist.class.php'
4210--- blogs/inc/sessions/model/_hitlist.class.php 2009-11-29 13:59:07 +0000
4211+++ blogs/inc/sessions/model/_hitlist.class.php 2009-12-06 13:00:48 +0000
4212@@ -23,13 +23,11 @@
4213 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4214 * }}
4215 *
4216- * @package evocore
4217- *
4218 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4219 * @author blueyed: Daniel HAHLER.
4220 * @author fplanque: Francois PLANQUE.
4221 *
4222- *
4223+ * @package sessions
4224 */
4225 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4226
4227@@ -37,7 +35,7 @@
4228 /**
4229 * A list of hits. Provides functions for maintaining and extraction of Hits.
4230 *
4231- * @package evocore
4232+ * @package sessions
4233 */
4234 class Hitlist
4235 {
4236
4237=== modified file 'blogs/inc/sessions/model/_hitlog.funcs.php'
4238--- blogs/inc/sessions/model/_hitlog.funcs.php 2009-11-29 13:59:07 +0000
4239+++ blogs/inc/sessions/model/_hitlog.funcs.php 2009-12-06 13:00:48 +0000
4240@@ -31,14 +31,13 @@
4241 * See also {@link http://ncyoung.com/demo/referer/}.
4242 * }}
4243 *
4244- * @package evocore
4245- *
4246 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4247 * @author N C Young (nathan@ncyoung.com).
4248 * @author blueyed: Daniel HAHLER.
4249 * @author fplanque: Francois PLANQUE.
4250 * @author vegarg: Vegar BERG GULDAL.
4251 *
4252+ * @package sessions
4253 */
4254 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4255
4256
4257=== modified file 'blogs/inc/sessions/model/_session.class.php'
4258--- blogs/inc/sessions/model/_session.class.php 2009-11-29 13:59:07 +0000
4259+++ blogs/inc/sessions/model/_session.class.php 2009-12-06 13:00:48 +0000
4260@@ -32,14 +32,13 @@
4261 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4262 * }}
4263 *
4264- * @package evocore
4265- *
4266 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4267 * @author blueyed: Daniel HAHLER.
4268 * @author fplanque: Francois PLANQUE.
4269 * @author jeffbearer: Jeff BEARER - {@link http://www.jeffbearer.com/}.
4270 * @author mfollett: Matt FOLLETT - {@link http://www.mfollett.com/}.
4271 *
4272+ * @package sessions
4273 */
4274 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4275
4276@@ -51,7 +50,7 @@
4277 * Sessions are tracked with a cookie containing the session ID.
4278 * The cookie also contains a random key to prevent sessions hacking.
4279 *
4280- * @package evocore
4281+ * @package sessions
4282 */
4283 class Session
4284 {
4285
4286=== modified file 'blogs/inc/sessions/model/_sessions.install.php'
4287--- blogs/inc/sessions/model/_sessions.install.php 2009-11-29 13:59:07 +0000
4288+++ blogs/inc/sessions/model/_sessions.install.php 2009-12-06 13:00:48 +0000
4289@@ -19,11 +19,10 @@
4290 * {@internal Open Source relicensing agreement:
4291 * }}
4292 *
4293- * @package evocore
4294- *
4295 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4296 * @author fplanque: Francois PLANQUE.
4297 *
4298+ * @package sessions
4299 */
4300 if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
4301
4302
4303=== modified file 'blogs/inc/sessions/stats.ctrl.php'
4304--- blogs/inc/sessions/stats.ctrl.php 2009-11-29 13:59:07 +0000
4305+++ blogs/inc/sessions/stats.ctrl.php 2009-12-06 13:00:48 +0000
4306@@ -15,13 +15,12 @@
4307 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4308 * }}
4309 *
4310- * @package admin
4311- *
4312 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4313 * @author blueyed: Daniel HAHLER
4314 * @author fplanque: Francois PLANQUE
4315 * @author vegarg: Vegar BERG GULDAL
4316 *
4317+ * @package sessions
4318 */
4319 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4320
4321
4322=== modified file 'blogs/inc/sessions/views/_goal.form.php'
4323--- blogs/inc/sessions/views/_goal.form.php 2009-11-29 13:59:07 +0000
4324+++ blogs/inc/sessions/views/_goal.form.php 2009-12-06 13:00:48 +0000
4325@@ -6,12 +6,10 @@
4326 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
4327 *
4328 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.com/}
4329- *
4330- * @package admin
4331- *
4332 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4333 * @author fplanque: Francois PLANQUE.
4334 *
4335+ * @package sessions
4336 */
4337 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4338
4339
4340=== modified file 'blogs/inc/sessions/views/_goal_hitsummary.view.php'
4341--- blogs/inc/sessions/views/_goal_hitsummary.view.php 2009-11-29 13:59:07 +0000
4342+++ blogs/inc/sessions/views/_goal_hitsummary.view.php 2009-12-06 13:00:48 +0000
4343@@ -7,8 +7,7 @@
4344 *
4345 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.com/}
4346 *
4347- * @package admin
4348- *
4349+ * @package sessions
4350 */
4351 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4352
4353
4354=== modified file 'blogs/inc/sessions/views/_stats_browserhits.view.php'
4355--- blogs/inc/sessions/views/_stats_browserhits.view.php 2009-11-29 13:59:07 +0000
4356+++ blogs/inc/sessions/views/_stats_browserhits.view.php 2009-12-06 13:00:48 +0000
4357@@ -19,8 +19,7 @@
4358 * {@internal Open Source relicensing agreement:
4359 * }}
4360 *
4361- * @package admin
4362- *
4363+ * @package sessions
4364 */
4365 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4366
4367
4368=== modified file 'blogs/inc/sessions/views/_stats_direct.view.php'
4369--- blogs/inc/sessions/views/_stats_direct.view.php 2009-11-29 13:59:07 +0000
4370+++ blogs/inc/sessions/views/_stats_direct.view.php 2009-12-06 13:00:48 +0000
4371@@ -19,8 +19,7 @@
4372 * {@internal Open Source relicensing agreement:
4373 * }}
4374 *
4375- * @package admin
4376- *
4377+ * @package sessions
4378 */
4379 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4380
4381
4382=== modified file 'blogs/inc/sessions/views/_stats_goalhits.view.php'
4383--- blogs/inc/sessions/views/_stats_goalhits.view.php 2009-11-29 13:59:07 +0000
4384+++ blogs/inc/sessions/views/_stats_goalhits.view.php 2009-12-06 13:00:48 +0000
4385@@ -7,8 +7,7 @@
4386 *
4387 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.com/}
4388 *
4389- * @package admin
4390- *
4391+ * @package sessions
4392 */
4393 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4394
4395
4396=== modified file 'blogs/inc/sessions/views/_stats_goals.view.php'
4397--- blogs/inc/sessions/views/_stats_goals.view.php 2009-11-29 13:59:07 +0000
4398+++ blogs/inc/sessions/views/_stats_goals.view.php 2009-12-06 13:00:48 +0000
4399@@ -7,8 +7,7 @@
4400 *
4401 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.com/}
4402 *
4403- * @package admin
4404- *
4405+ * @package sessions
4406 */
4407 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4408
4409
4410=== modified file 'blogs/inc/sessions/views/_stats_hit_list.view.php'
4411--- blogs/inc/sessions/views/_stats_hit_list.view.php 2009-11-29 13:59:07 +0000
4412+++ blogs/inc/sessions/views/_stats_hit_list.view.php 2009-12-06 13:00:48 +0000
4413@@ -19,8 +19,7 @@
4414 * {@internal Open Source relicensing agreement:
4415 * }}
4416 *
4417- * @package admin
4418- *
4419+ * @package sessions
4420 */
4421 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4422
4423
4424=== modified file 'blogs/inc/sessions/views/_stats_refdomains.view.php'
4425--- blogs/inc/sessions/views/_stats_refdomains.view.php 2009-11-29 13:59:07 +0000
4426+++ blogs/inc/sessions/views/_stats_refdomains.view.php 2009-12-06 13:00:48 +0000
4427@@ -19,8 +19,7 @@
4428 * {@internal Open Source relicensing agreement:
4429 * }}
4430 *
4431- * @package admin
4432- *
4433+ * @package sessions
4434 */
4435 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4436
4437
4438=== modified file 'blogs/inc/sessions/views/_stats_referers.view.php'
4439--- blogs/inc/sessions/views/_stats_referers.view.php 2009-11-29 13:59:07 +0000
4440+++ blogs/inc/sessions/views/_stats_referers.view.php 2009-12-06 13:00:48 +0000
4441@@ -19,8 +19,7 @@
4442 * {@internal Open Source relicensing agreement:
4443 * }}
4444 *
4445- * @package admin
4446- *
4447+ * @package sessions
4448 */
4449 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4450
4451
4452=== modified file 'blogs/inc/sessions/views/_stats_refsearches.view.php'
4453--- blogs/inc/sessions/views/_stats_refsearches.view.php 2009-11-29 13:59:07 +0000
4454+++ blogs/inc/sessions/views/_stats_refsearches.view.php 2009-12-06 13:00:48 +0000
4455@@ -19,8 +19,7 @@
4456 * {@internal Open Source relicensing agreement:
4457 * }}
4458 *
4459- * @package admin
4460- *
4461+ * @package sessions
4462 */
4463 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4464
4465
4466=== modified file 'blogs/inc/sessions/views/_stats_robots.view.php'
4467--- blogs/inc/sessions/views/_stats_robots.view.php 2009-11-29 13:59:07 +0000
4468+++ blogs/inc/sessions/views/_stats_robots.view.php 2009-12-06 13:00:48 +0000
4469@@ -19,8 +19,7 @@
4470 * {@internal Open Source relicensing agreement:
4471 * }}
4472 *
4473- * @package admin
4474- *
4475+ * @package sessions
4476 */
4477 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4478
4479
4480=== modified file 'blogs/inc/sessions/views/_stats_search_engines.view.php'
4481--- blogs/inc/sessions/views/_stats_search_engines.view.php 2009-11-29 13:59:07 +0000
4482+++ blogs/inc/sessions/views/_stats_search_engines.view.php 2009-12-06 13:00:48 +0000
4483@@ -19,8 +19,7 @@
4484 * {@internal Open Source relicensing agreement:
4485 * }}
4486 *
4487- * @package admin
4488- *
4489+ * @package sessions
4490 */
4491 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4492
4493
4494=== modified file 'blogs/inc/sessions/views/_stats_search_keywords.view.php'
4495--- blogs/inc/sessions/views/_stats_search_keywords.view.php 2009-11-29 13:59:07 +0000
4496+++ blogs/inc/sessions/views/_stats_search_keywords.view.php 2009-12-06 13:00:48 +0000
4497@@ -19,8 +19,7 @@
4498 * {@internal Open Source relicensing agreement:
4499 * }}
4500 *
4501- * @package admin
4502- *
4503+ * @package sessions
4504 */
4505 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4506
4507
4508=== modified file 'blogs/inc/sessions/views/_stats_sessions.view.php'
4509--- blogs/inc/sessions/views/_stats_sessions.view.php 2009-11-29 13:59:07 +0000
4510+++ blogs/inc/sessions/views/_stats_sessions.view.php 2009-12-06 13:00:48 +0000
4511@@ -19,8 +19,7 @@
4512 * {@internal Open Source relicensing agreement:
4513 * }}
4514 *
4515- * @package admin
4516- *
4517+ * @package sessions
4518 */
4519 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4520
4521
4522=== modified file 'blogs/inc/sessions/views/_stats_sessions_list.view.php'
4523--- blogs/inc/sessions/views/_stats_sessions_list.view.php 2009-11-29 13:59:07 +0000
4524+++ blogs/inc/sessions/views/_stats_sessions_list.view.php 2009-12-06 13:00:48 +0000
4525@@ -19,8 +19,7 @@
4526 * {@internal Open Source relicensing agreement:
4527 * }}
4528 *
4529- * @package admin
4530- *
4531+ * @package sessions
4532 */
4533 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4534
4535
4536=== modified file 'blogs/inc/sessions/views/_stats_summary.view.php'
4537--- blogs/inc/sessions/views/_stats_summary.view.php 2009-11-29 13:59:07 +0000
4538+++ blogs/inc/sessions/views/_stats_summary.view.php 2009-12-06 13:00:48 +0000
4539@@ -19,8 +19,7 @@
4540 * {@internal Open Source relicensing agreement:
4541 * }}
4542 *
4543- * @package admin
4544- *
4545+ * @package sessions
4546 */
4547 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4548
4549
4550=== modified file 'blogs/inc/sessions/views/_stats_syndication.view.php'
4551--- blogs/inc/sessions/views/_stats_syndication.view.php 2009-11-29 13:59:07 +0000
4552+++ blogs/inc/sessions/views/_stats_syndication.view.php 2009-12-06 13:00:48 +0000
4553@@ -19,8 +19,7 @@
4554 * {@internal Open Source relicensing agreement:
4555 * }}
4556 *
4557- * @package admin
4558- *
4559+ * @package sessions
4560 */
4561 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4562
4563
4564=== modified file 'blogs/inc/sessions/views/_stats_useragents.view.php'
4565--- blogs/inc/sessions/views/_stats_useragents.view.php 2009-11-29 13:59:07 +0000
4566+++ blogs/inc/sessions/views/_stats_useragents.view.php 2009-12-06 13:00:48 +0000
4567@@ -19,8 +19,7 @@
4568 * {@internal Open Source relicensing agreement:
4569 * }}
4570 *
4571- * @package admin
4572- *
4573+ * @package sessions
4574 */
4575 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4576
4577
4578=== modified file 'blogs/inc/sessions/views/_stats_view.funcs.php'
4579--- blogs/inc/sessions/views/_stats_view.funcs.php 2009-11-29 13:59:07 +0000
4580+++ blogs/inc/sessions/views/_stats_view.funcs.php 2009-12-06 13:00:48 +0000
4581@@ -19,8 +19,7 @@
4582 * {@internal Open Source relicensing agreement:
4583 * }}
4584 *
4585- * @package admin
4586- *
4587+ * @package sessions
4588 */
4589 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4590
4591
4592=== modified file 'blogs/inc/sessions/views/inc/_bar_chart.inc.php'
4593--- blogs/inc/sessions/views/inc/_bar_chart.inc.php 2008-02-14 03:01:16 +0000
4594+++ blogs/inc/sessions/views/inc/_bar_chart.inc.php 2009-12-06 13:00:48 +0000
4595@@ -1,4 +1,9 @@
4596 <?php
4597+/**
4598+ * _bar_chart.inc.php file
4599+ *
4600+ * @package sessions
4601+ */
4602 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4603
4604 $chart[ 'chart_type' ] = 'stacked column';
4605
4606=== modified file 'blogs/inc/sessions/views/inc/_pie_chart.inc.php'
4607--- blogs/inc/sessions/views/inc/_pie_chart.inc.php 2008-02-14 03:01:16 +0000
4608+++ blogs/inc/sessions/views/inc/_pie_chart.inc.php 2009-12-06 13:00:48 +0000
4609@@ -1,4 +1,9 @@
4610 <?php
4611+/**
4612+ * _pie_chart.inc.php file
4613+ *
4614+ * @package sessions
4615+ */
4616 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4617
4618 $chart[ 'chart_type' ] = 'pie';
4619
4620=== modified file 'blogs/inc/settings/features.ctrl.php'
4621--- blogs/inc/settings/features.ctrl.php 2009-11-29 13:59:07 +0000
4622+++ blogs/inc/settings/features.ctrl.php 2009-12-06 13:00:48 +0000
4623@@ -28,13 +28,12 @@
4624 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4625 * }}
4626 *
4627- * @package admin
4628- *
4629 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4630 * @author halton: Halton STEWART.
4631 * @author fplanque: Francois PLANQUE.
4632 * @author blueyed: Daniel HAHLER.
4633 *
4634+ * @package pond
4635 */
4636 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4637
4638
4639=== modified file 'blogs/inc/settings/model/_abstractsettings.class.php'
4640--- blogs/inc/settings/model/_abstractsettings.class.php 2009-11-29 13:59:07 +0000
4641+++ blogs/inc/settings/model/_abstractsettings.class.php 2009-12-06 13:00:48 +0000
4642@@ -23,12 +23,11 @@
4643 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4644 * }}
4645 *
4646- * @package evocore
4647- *
4648 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4649 * @author blueyed: Daniel HAHLER
4650 * @author fplanque: Francois PLANQUE
4651 *
4652+ * @package pond
4653 */
4654 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4655
4656@@ -42,9 +41,10 @@
4657 * get() is relevant performance-wise and we could now only get rid of the switch() therein,
4658 * which is not sufficient to split it into *_base + _X classes. (blueyed, 2006-08)
4659 *
4660- * @package evocore
4661 * @abstract
4662 * @see UserSettings, GeneralSettings, PluginSettings, CollectionSettings
4663+ *
4664+ * @package pond
4665 */
4666 class AbstractSettings
4667 {
4668
4669=== modified file 'blogs/inc/settings/model/_generalsettings.class.php'
4670--- blogs/inc/settings/model/_generalsettings.class.php 2009-12-01 13:18:48 +0000
4671+++ blogs/inc/settings/model/_generalsettings.class.php 2009-12-06 13:00:48 +0000
4672@@ -23,12 +23,11 @@
4673 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4674 * }}
4675 *
4676- * @package evocore
4677- *
4678 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4679 * @author fplanque: Francois PLANQUE
4680 * @author blueyed: Daniel HAHLER
4681 *
4682+ * @package pond
4683 */
4684 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4685
4686@@ -37,7 +36,7 @@
4687 /**
4688 * Class to handle the global settings.
4689 *
4690- * @package evocore
4691+ * @package pond
4692 */
4693 class GeneralSettings extends AbstractSettings
4694 {
4695
4696=== modified file 'blogs/inc/settings/settings.ctrl.php'
4697--- blogs/inc/settings/settings.ctrl.php 2009-11-29 13:59:07 +0000
4698+++ blogs/inc/settings/settings.ctrl.php 2009-12-06 13:00:48 +0000
4699@@ -23,12 +23,11 @@
4700 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4701 * }}
4702 *
4703- * @package admin
4704- *
4705 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4706 * @author blueyed: Daniel HAHLER
4707 * @author fplanque: Francois PLANQUE
4708 *
4709+ * @package pond
4710 */
4711 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4712
4713
4714=== modified file 'blogs/inc/settings/views/_features.form.php'
4715--- blogs/inc/settings/views/_features.form.php 2009-11-29 13:59:07 +0000
4716+++ blogs/inc/settings/views/_features.form.php 2009-12-06 13:00:48 +0000
4717@@ -27,13 +27,12 @@
4718 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4719 * }}
4720 *
4721- * @package admin
4722- *
4723 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4724 * @author fplanque: Francois PLANQUE
4725 * @author halton: Halton STEWART
4726 * @author blueyed: Daniel HAHLER
4727 *
4728+ * @package pond
4729 */
4730 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4731
4732
4733=== modified file 'blogs/inc/settings/views/_general.form.php'
4734--- blogs/inc/settings/views/_general.form.php 2009-11-29 13:59:07 +0000
4735+++ blogs/inc/settings/views/_general.form.php 2009-12-06 13:00:48 +0000
4736@@ -19,12 +19,11 @@
4737 * {@internal Open Source relicensing agreement:
4738 * }}
4739 *
4740- * @package admin
4741- *
4742 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4743 * @author fplanque: Francois PLANQUE.
4744 * @author blueyed: Daniel HAHLER.
4745 *
4746+ * @package pond
4747 */
4748 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4749
4750
4751=== modified file 'blogs/inc/skins/_skin.funcs.php'
4752--- blogs/inc/skins/_skin.funcs.php 2009-12-05 14:46:02 +0000
4753+++ blogs/inc/skins/_skin.funcs.php 2009-12-06 13:00:48 +0000
4754@@ -16,12 +16,11 @@
4755 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4756 * }}
4757 *
4758- * @package evocore
4759- *
4760 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4761 * @author blueyed: Daniel HAHLER.
4762 * @author fplanque: Francois PLANQUE.
4763 *
4764+ * @package skins
4765 */
4766 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4767
4768
4769=== modified file 'blogs/inc/skins/model/_skin.class.php'
4770--- blogs/inc/skins/model/_skin.class.php 2009-11-29 13:59:07 +0000
4771+++ blogs/inc/skins/model/_skin.class.php 2009-12-06 13:00:48 +0000
4772@@ -17,18 +17,17 @@
4773 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
4774 * }}
4775 *
4776- * @package evocore
4777- *
4778 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4779 * @author fplanque: Francois PLANQUE.
4780 *
4781+ * @package skins
4782 */
4783 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4784
4785 /**
4786 * Skin Class
4787 *
4788- * @package evocore
4789+ * @package skins
4790 */
4791 class Skin extends DataObject
4792 {
4793
4794=== modified file 'blogs/inc/skins/model/_skincache.class.php'
4795--- blogs/inc/skins/model/_skincache.class.php 2009-11-29 13:59:07 +0000
4796+++ blogs/inc/skins/model/_skincache.class.php 2009-12-06 13:00:48 +0000
4797@@ -19,10 +19,9 @@
4798 * {@internal Open Source relicensing agreement:
4799 * }}
4800 *
4801- * @package evocore
4802- *
4803 * @author fplanque: Francois PLANQUE
4804 *
4805+ * @package skins
4806 */
4807 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4808
4809@@ -35,7 +34,7 @@
4810 /**
4811 * Skin Cache Class
4812 *
4813- * @package evocore
4814+ * @package skins
4815 */
4816 class SkinCache extends DataObjectCache
4817 {
4818
4819=== modified file 'blogs/inc/skins/skins.ctrl.php'
4820--- blogs/inc/skins/skins.ctrl.php 2009-11-29 13:59:07 +0000
4821+++ blogs/inc/skins/skins.ctrl.php 2009-12-06 13:00:48 +0000
4822@@ -12,11 +12,10 @@
4823 * {@internal Open Source relicensing agreement:
4824 * }}
4825 *
4826- * @package admin
4827- *
4828 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4829 * @author fplanque: Francois PLANQUE.
4830 *
4831+ * @package skins
4832 */
4833 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4834
4835
4836=== modified file 'blogs/inc/skins/views/_coll_sel_skin.view.php'
4837--- blogs/inc/skins/views/_coll_sel_skin.view.php 2009-11-29 13:59:07 +0000
4838+++ blogs/inc/skins/views/_coll_sel_skin.view.php 2009-12-06 13:00:48 +0000
4839@@ -9,8 +9,7 @@
4840 *
4841 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
4842 *
4843- * @package admin
4844- *
4845+ * @package skins
4846 */
4847 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4848
4849
4850=== modified file 'blogs/inc/skins/views/_coll_skin.view.php'
4851--- blogs/inc/skins/views/_coll_skin.view.php 2009-11-29 13:59:07 +0000
4852+++ blogs/inc/skins/views/_coll_skin.view.php 2009-12-06 13:00:48 +0000
4853@@ -9,8 +9,7 @@
4854 *
4855 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
4856 *
4857- * @package admin
4858- *
4859+ * @package skins
4860 */
4861 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4862
4863
4864=== modified file 'blogs/inc/skins/views/_coll_skin_settings.form.php'
4865--- blogs/inc/skins/views/_coll_skin_settings.form.php 2009-11-29 13:59:07 +0000
4866+++ blogs/inc/skins/views/_coll_skin_settings.form.php 2009-12-06 13:00:48 +0000
4867@@ -19,10 +19,9 @@
4868 * {@internal Open Source relicensing agreement:
4869 * }}
4870 *
4871- * @package admin
4872- *
4873 * @author fplanque: Francois PLANQUE.
4874 *
4875+ * @package skins
4876 */
4877 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4878
4879
4880=== modified file 'blogs/inc/skins/views/_skin.form.php'
4881--- blogs/inc/skins/views/_skin.form.php 2009-11-29 13:59:07 +0000
4882+++ blogs/inc/skins/views/_skin.form.php 2009-12-06 13:00:48 +0000
4883@@ -19,10 +19,9 @@
4884 * {@internal Open Source relicensing agreement:
4885 * }}
4886 *
4887- * @package admin
4888- *
4889 * @author fplanque: Francois PLANQUE.
4890 *
4891+ * @package skins
4892 */
4893 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4894
4895
4896=== modified file 'blogs/inc/skins/views/_skin_list.view.php'
4897--- blogs/inc/skins/views/_skin_list.view.php 2009-11-29 13:59:07 +0000
4898+++ blogs/inc/skins/views/_skin_list.view.php 2009-12-06 13:00:48 +0000
4899@@ -9,8 +9,7 @@
4900 *
4901 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
4902 *
4903- * @package admin
4904- *
4905+ * @package skins
4906 */
4907 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4908
4909
4910=== modified file 'blogs/inc/skins/views/_skin_list_available.view.php'
4911--- blogs/inc/skins/views/_skin_list_available.view.php 2009-11-29 13:59:07 +0000
4912+++ blogs/inc/skins/views/_skin_list_available.view.php 2009-12-06 13:00:48 +0000
4913@@ -9,8 +9,7 @@
4914 *
4915 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
4916 *
4917- * @package admin
4918- *
4919+ * @package skins
4920 */
4921 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4922
4923
4924=== modified file 'blogs/inc/tools/model/_system.funcs.php'
4925--- blogs/inc/tools/model/_system.funcs.php 2009-11-29 13:59:07 +0000
4926+++ blogs/inc/tools/model/_system.funcs.php 2009-12-06 13:00:48 +0000
4927@@ -10,11 +10,10 @@
4928 * {@internal Open Source relicensing agreement:
4929 * }}
4930 *
4931- * @package admin
4932- *
4933 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4934 * @author fplanque: Francois PLANQUE.
4935 *
4936+ * @package pond
4937 */
4938
4939
4940
4941=== modified file 'blogs/inc/tools/mtimport.ctrl.php'
4942--- blogs/inc/tools/mtimport.ctrl.php 2009-11-29 13:59:07 +0000
4943+++ blogs/inc/tools/mtimport.ctrl.php 2009-12-06 13:00:48 +0000
4944@@ -29,12 +29,11 @@
4945 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4946 * }}
4947 *
4948- * @package admin
4949- *
4950 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4951 * @author fplanque: Francois PLANQUE
4952 * @author blueyed: Daniel HAHLER
4953 *
4954+ * @package pond
4955 */
4956 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4957
4958
4959=== modified file 'blogs/inc/tools/system.ctrl.php'
4960--- blogs/inc/tools/system.ctrl.php 2009-11-29 13:59:07 +0000
4961+++ blogs/inc/tools/system.ctrl.php 2009-12-06 13:00:48 +0000
4962@@ -23,12 +23,11 @@
4963 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
4964 * }}
4965 *
4966- * @package admin
4967- *
4968 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
4969 * @author fplanque: Francois PLANQUE.
4970 * @author blueyed
4971 *
4972+ * @package pond
4973 */
4974 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4975
4976
4977=== modified file 'blogs/inc/tools/tools.ctrl.php'
4978--- blogs/inc/tools/tools.ctrl.php 2009-11-29 13:59:07 +0000
4979+++ blogs/inc/tools/tools.ctrl.php 2009-12-06 13:00:48 +0000
4980@@ -6,9 +6,9 @@
4981 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
4982 * @copyright (c)2003-2009 by Francois PLANQUE - {@link http://fplanque.net/}
4983 *
4984- * @package admin
4985 * @author blueyed: Daniel HAHLER
4986 *
4987+ * @package pond
4988 */
4989 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
4990
4991
4992=== modified file 'blogs/inc/tools/wpimport.ctrl.php'
4993--- blogs/inc/tools/wpimport.ctrl.php 2009-11-29 13:59:07 +0000
4994+++ blogs/inc/tools/wpimport.ctrl.php 2009-12-06 13:00:48 +0000
4995@@ -1,16 +1,18 @@
4996 <?php
4997-/* WordPress 2.3 to b2evolution 2.0 alpha converter
4998- Copyright (C) 2007 V.Harishankar.
4999-
5000- Please use this with care and at your own discretion. This script will try and import the following from
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches