Search results

Jump to: navigation, search
  • .../code>) when Geeklog is about to delete that user account, i.e. the user's data is still intact and will only be removed upon return from your API function ...hen a new user account is created, in case you want to set up some default data for the new user in your plugin's tables.
    5 KB (933 words) - 19:37, 23 May 2009
  • ...his is responsible for creating all database tables, creating security and access feature records, registering the plugin. It needs to have full error recove * Create any default data for user that your plugin may need to be operational or will provide exampl
    9 KB (1,565 words) - 18:00, 21 May 2009
  • ...vided a migration script to convert existing 2.x Chatterblock tables so no data is lost. Many new features have been added and it is now a plugin to ease i *Users can delete their last post or access the Chatterlog to edit their post. Only active if last stored message is th
    14 KB (2,093 words) - 21:32, 23 May 2009
  • // Only let Root users access this page // Someone is trying to illegally access this page
    22 KB (2,424 words) - 13:27, 19 April 2010
  • ...need to add logic to your plugin if it does not already have the required data that you want to report on. In most cases, you will have the data in the plugin records. In this example, the SQL statement does most of the
    7 KB (1,091 words) - 16:20, 24 May 2009
  • ...submission form and populates the <plugin name> submission table with that data. |Uses the plugin class to return data required by moderation.php to list plugin objects that need to be moderated
    14 KB (1,989 words) - 17:28, 31 March 2010
  • ...the powerful security features of Geeklog. And DB_ commands allow you to access the Geeklog database. $display .= "Access Denied";
    28 KB (4,488 words) - 17:36, 11 August 2011
  • ...tter to have a single user database and security model to manage users and access to site features. ...ide the ability to restrict and control access to the component for public access and administrative functions.
    4 KB (597 words) - 10:08, 8 June 2009
  • Geeklog2 will be designed to work with register globals disabled. To access GET, POST and COOKIE variables use the $_GET, $_POST, and $_COOKIE global a ...data. Since session information will be stored in a database, the size of data kept in the $_SESSION array should be kept as small as possible.
    27 KB (3,948 words) - 23:27, 13 July 2005
  • .../ PEAR] extenstions to php. These choices, along with a authentication and access engine developed by Tony Bibbs, will shape the implementation of the plugin * Handles the creation of data structures, security setup, and
    15 KB (2,138 words) - 03:37, 23 January 2005
  • ##Data Access Object
    1,023 bytes (143 words) - 13:32, 19 May 2005
  • #[[The Propel Data Access Object|The Propel Data Access Object]]
    2 KB (323 words) - 13:32, 19 May 2005
  • ...cleanly separate the user interface from the business logic from the data access details. MVC provides a theorhetically simple solution to this problem. T
    894 bytes (147 words) - 13:32, 19 May 2005
  • ...XML file. Now, before you get all worked up about having to have PHP code access an XML file on every request, please note that MVCnPHP is smart enough to c On Line 100 we instantiate the controller and give it the configuration data and the configuration method. Don't worry too much about this line..just k
    6 KB (911 words) - 19:47, 16 May 2005
  • ...roblems. The best solution therefore would be to convert your ''complete'' data into Unicode in one go. You don't want to go through each story and comment ...hile choosing the encoding (Notepad unter windows for example), (2) direct access to you MySQL executable (Windows cmd or Linux Shell) and (3) a NON-Unicode-
    7 KB (1,167 words) - 00:33, 31 October 2009
  • ...stores session data in files). Geeklog 2 will default to storing session data in the database but user's can override this by changing the session relate ...ion handling is that we don't have to explicitly issue SQL to save session data...we just simply set a value on the $_SESSION superglobal and go about our
    4 KB (641 words) - 18:48, 9 June 2005
  • ...features turn off. Many of the most useful features (i.e. debugging, CVS access, etc) are always available. ...talled on your system. This tool will give you quick access to the schema, data and will even let you optimize your queries.
    2 KB (302 words) - 20:36, 15 June 2005
  • #Configurable Access Control Lists allow plugins to define their own security levels yet allow t ...tool allowing developers to concentrate on rich features and less on data access and persistence
    928 bytes (143 words) - 13:59, 6 July 2005
  • ...TML code in the content section. Where ever you have a spot where you want data from another Static Page to go, you can put a template variable there. This <data>Test Variable Data 1</data>
    15 KB (2,713 words) - 21:51, 26 November 2018
  • ...ajor changes to your site). With these backups, you can restore all of the data on your site. ...to download it. Alternatively, you can download it via FTP (or however you access your site to upload and download files). The backups are stored in the back
    2 KB (324 words) - 17:25, 10 May 2009
  • * Change the access rights in the directories: chmod -R 755 data
    1 KB (178 words) - 11:55, 12 November 2019
  • #[[Data Access]] - Not sure about using Propel? Geeklog 2 provides a DAO layer that abstr ...ss Site Scripting and you need to ensure only the users you authorize have access to the parts of your application you grant them. The Geeklog 2 Framework c
    3 KB (455 words) - 19:56, 19 September 2006
  • ...ask somebody. Separating the user interface from business logic from data access is a framework essential and is key to making your application easier to ma ...ons. Thus it is quite typical in MVC implementations to have a view submit data to a command which in turn requests another view to be show all being dispa
    2 KB (376 words) - 15:58, 21 September 2006
  • .... The first part is the MVCnPHP view which is responsible for pulling all data needed to be displayed on the page. The second part is the Flexy template. ...mostly HTML. The template above excercises a couple tasks such as showing data in a variable and calling a method. Those familir with other template engi
    6 KB (953 words) - 00:33, 31 October 2009
  • ...ill first modify our view's Flexy template to have a form that will submit data to our command. ...GET string value tells our controller what it needs to do when we post the data. Note that if you prefer, you could have easily have added a hidden form f
    3 KB (520 words) - 16:33, 21 September 2006
  • |<code>submit</code> || This verb handles any kind of data posted to the server. In the context of the Atom protocol, this verb is use |<code>PLG_RET_PERMISSION_DENIED</code> || The client does not access to the specified resource
    18 KB (2,908 words) - 12:58, 8 May 2009
  • Geeklog 1.4 has an engine to create tables/lists from data. This engine can be used to make sure that all tabular information looks si ...d the complex lists need an SQL string of data. So if you do not have your data in a database table, you will need to use a simple list. Also, the simple l
    8 KB (1,184 words) - 11:51, 25 May 2009
  • * migrating data to and from other Geeklog installs or other CMS packages ...have access to all the data in Geeklog (e.g. user data), for a first step access to stories, comments, and postings / content provided by plugins (e.g. even
    3 KB (545 words) - 10:18, 8 February 2009
  • <td valign="top">/path/to/geeklog/data/</td> <td valign="top">File system path for the data directory, used e.g. for
    76 KB (11,901 words) - 21:24, 19 August 2014
  • ...web tree by running the following in your shell (this assumes you have ssh access and that you are working with the tarball on the designated server - this c chmod -R 775 data
    3 KB (550 words) - 00:43, 12 December 2007
  • * Ability to re-sync data with remote auth service, e.g. change of email address ...rrently [http://project.geeklog.net/tracking/view.php?id=950 requires Root access] for everything)
    4 KB (636 words) - 20:25, 29 October 2010
  • $pi_admin => 'Has full access to ' . $pi_display_name . ' features' $pi_name . '.edit' => 'Access to ' . $pi_display_name . ' editor'
    10 KB (1,357 words) - 14:58, 2 May 2011
  • ...a placeholder to document the [[SoC webservices revisited|media upload and access API]] that is being developed as a part of GSoC 2009. | The service document should indicate that it accepts images. When image data is posted to the collection, it should be accepted and a "success" response
    1 KB (228 words) - 15:26, 17 May 2009
  • ...Geeklog site require admin access. On a demo site, however, you give admin access to any random visitor. So it's important to identify and disable those admi ...to upload plugins directly from within Geeklog. This option requires write access to certain directories and is therefore a potential security issue on a dem
    3 KB (525 words) - 16:55, 18 June 2011
  • * Publish and receive any type of data among not only Geeklog sites but any application (web or desktop) that supp = Overview, Groups, Feeds, Data =
    6 KB (999 words) - 21:49, 16 August 2010
  • ...re under different licenses. [http://www.spdx.org/ SPDX], Software Package Data Exchange, promises to help keeping an overview of the various licenses in a ...r different setups: Unix / Windows, shared server / root server, ftp / ssh access, ...
    22 KB (3,395 words) - 18:52, 7 December 2010
  • ...l then be asked if they wish to give permission to your Geeklog website to access some of your personal information. If the user approves the request they wi ...ou have to include a screencast showing how you login and use the Facebook data.
    6 KB (972 words) - 15:59, 7 April 2019
  • Check if User has access to the topics selected ...retrieve Topic data. Before running this function you should validate the data with the above functions first.
    5 KB (911 words) - 14:16, 23 March 2013
  • ...m the admin panel. Setting up remote senders is easy enough, as is sending data.
    6 KB (992 words) - 09:58, 20 September 2013
  • ...With the view, developers can even assign their own template variables or access the default ones automatically like site_url, anonymous_user, and device_mo ...e instance. When cache_by_language is on, a directory is created under the data/layout_cache directory for each language enabled and accessed on your websi
    27 KB (4,229 words) - 15:22, 13 January 2022