User contributions for Snizzo
6 June 2016
- 15:3815:38, 6 June 2016 diff hist +2 Ocs-server/Gfx4/XML utilities No edit summary current
23 May 2016
- 11:2611:26, 23 May 2016 diff hist +618 N Ocs-server/Gfx4/Paginator Created page with "Gfx provides a nice class for paginating results from a database. This is useful when we want to show our users results in multiple pages. '''It currently works with Bootstrap..." current
- 11:2111:21, 23 May 2016 diff hist +44 Ocs-server/Gfx4 No edit summary current
- 10:3310:33, 23 May 2016 diff hist +65 Ocs-server/Gfx4/Models No edit summary current
- 10:2410:24, 23 May 2016 diff hist +4 m Ocs-server/Gfx4/get post headers No edit summary current
- 10:2310:23, 23 May 2016 diff hist +107 Ocs-server/Gfx4/get post headers No edit summary
20 May 2016
- 13:3213:32, 20 May 2016 diff hist −286 Ocs-server/Gfx4/Models No edit summary
- 13:2213:22, 20 May 2016 diff hist +75 Ocs-server/Gfx4/Global and local configuration →Generic.conf.php current
- 13:2113:21, 20 May 2016 diff hist +159 Ocs-server/Gfx4/Database No edit summary current
- 12:4012:40, 20 May 2016 diff hist −180 Ocs-server/Gfx4/get post headers No edit summary
18 May 2016
- 15:1015:10, 18 May 2016 diff hist +204 Ocs-server/Gfx4/User management No edit summary current
- 13:2813:28, 18 May 2016 diff hist +16 Ocs-server/Gfx4/Models No edit summary
- 13:2713:27, 18 May 2016 diff hist +255 Ocs-server/Gfx4/Models No edit summary
9 May 2016
- 11:1011:10, 9 May 2016 diff hist +969 N Ocs-server/Gfx4/User management Created page with "The EUser static class (with static methods) allows you to easily handle user management on your website. Admin panel will support also for easy gfx users management. Small r..."
- 11:0011:00, 9 May 2016 diff hist +56 Ocs-server/Gfx4 No edit summary
6 May 2016
- 10:3910:39, 6 May 2016 diff hist +406 N Ocs-server/Gfx4/Utilities Created page with "Utility class contains some utilities still not inserted in dedicated classes. ==Output flow control== * '''static void Utility::hide_output()''' -> collects every output tha..." current
- 10:3810:38, 6 May 2016 diff hist +44 Ocs-server/Gfx4 No edit summary
- 10:3510:35, 6 May 2016 diff hist −229 Ocs-server/Gfx4/XML utilities No edit summary
- 10:2610:26, 6 May 2016 diff hist +229 Ocs-server/Gfx4/XML utilities No edit summary
5 May 2016
- 15:4815:48, 5 May 2016 diff hist +621 N Ocs-server/Gfx4/Editing config files programmatically Created page with "GFX provides a handy class that lets you edit config files programmatically to create easy admin modes and settings managers. All changes are made in ram before being saved t..." current
- 15:2715:27, 5 May 2016 diff hist +100 Ocs-server/Gfx4 No edit summary
3 May 2016
- 09:1409:14, 3 May 2016 diff hist +7 m Ocs-server/Gfx4/Global and local configuration →Generic.conf.php
- 09:1409:14, 3 May 2016 diff hist 0 Ocs-server/Gfx4/Global and local configuration →Generic.conf.php
1 October 2015
- 14:5114:51, 1 October 2015 diff hist +107 Ocs-server/Install/Configuring a webserver as host →Ubuntu current
- 14:5114:51, 1 October 2015 diff hist +130 Ocs-server/Install/Configuring a webserver as host →Get latest source
- 14:5114:51, 1 October 2015 diff hist −106 Ocs-server/Install/Configuring a webserver as host →Ubuntu
- 14:4914:49, 1 October 2015 diff hist +127 Ocs-server/Install/Configuring a webserver as host →Get latest source
- 14:3514:35, 1 October 2015 diff hist +347 Ocs-server/Install/First run wizard →Where to start current
- 14:3114:31, 1 October 2015 diff hist +10 Ocs-server/Install/Configuring a webserver as host →Get latest source
- 14:3114:31, 1 October 2015 diff hist +17 Ocs-server →Current status of development
- 14:3114:31, 1 October 2015 diff hist +435 Ocs-server →Current status of development
23 September 2015
- 16:4516:45, 23 September 2015 diff hist +8 Ocs-server/Timeline No edit summary current
- 16:4416:44, 23 September 2015 diff hist +652 N Ocs-server/Timeline Created page with "'''IMPORTANT:''' when "implement all" is written we mean a complete compatibility with the current reference implementation from api.opendesktop.org . The development process ..."
30 July 2015
- 14:4614:46, 30 July 2015 diff hist +127 Ocs-server No edit summary
- 10:2710:27, 30 July 2015 diff hist +1,351 N Ocs-server/Gfx4/OCS Client Created page with "'''OCSClient''' is a basic HTTP client with support for http authentication, uploading files and get/post requests. It also automatically handles the correct path to OCS serv..." current
- 10:0410:04, 30 July 2015 diff hist −64 Ocs-server/Gfx4 No edit summary
- 10:0210:02, 30 July 2015 diff hist +248 N Ocs-server/Gfx4/XML utilities Created page with "Gfx contains some XML utilities. * '''static bool XMLParser::is_assoc($array)''' -> checks if $array is associative or not * '''static array XMLParser::to_array($contents, $f..."
- 09:5509:55, 30 July 2015 diff hist +122 Ocs-server/Gfx4/Network utilities No edit summary current
28 July 2015
- 16:3816:38, 28 July 2015 diff hist +672 N Ocs-server/Gfx4/Network utilities Created page with "GFX permits also to interact with other APIs and websites through ENetworkSocket. ENetworkSocket is an object that makes http requests with get and post data to the specified ..."
- 16:0516:05, 28 July 2015 diff hist +459 N Ocs-server/Gfx4/Image processing Created page with "There is a very primitive class that abstacts images called EImage. Makes a thumbnail mantaining the aspect ratio. $maxwidth and $maxheight are just the limits. '''WARNING'''..." current
- 15:5715:57, 28 July 2015 diff hist +518 N Ocs-server/Gfx4/Filesystem utilities Created page with "GFX offers a static class as a file system helper. Small reference: '''EFileSystem::get_file_extension(string $filename)''' -> returns string extension<br> '''EFileSystem::ge..." current
- 15:5415:54, 28 July 2015 diff hist +163 Ocs-server/Gfx4/get post headers No edit summary
- 15:4215:42, 28 July 2015 diff hist +2,146 N Ocs-server/Gfx4/get post headers Created page with "GFX provides a class that automatically handles and parse GET and POST data. So instead of directly accessing those arrays you should use EHeaderDataParser. ---------- If you ..."
- 13:5613:56, 28 July 2015 diff hist +153 N Ocs-server/Gfx4/Debugging Created page with "The only debugging tool Gfx provides is a kind of a breakpoint where the stack trace will be printed. It can be called with '''eval(DEBUG_BREAKPOINT);'''" current
- 13:5413:54, 28 July 2015 diff hist +647 N Ocs-server/Gfx4/Errors and logging Created page with "Gfx provides some functions to handle error management and logging with the '''ELog''' class. Short list of static methods that can be used anywhere: * '''ELog::error($e)''' ..." current
- 13:3713:37, 28 July 2015 diff hist +1,027 N Ocs-server/Gfx4/Database Created page with "In Gfx there's the static class EDatabase which, if enabled, loads at the start of the script. It makes uses of a configuration file called ''database.conf.php'' that must con..."
- 11:5111:51, 28 July 2015 diff hist −56 Ocs-server/Gfx4 No edit summary
- 11:4711:47, 28 July 2015 diff hist +217 Ocs-server/Gfx4/URL Rewriting No edit summary current
- 11:3311:33, 28 July 2015 diff hist +978 Ocs-server/Gfx4/Global and local configuration No edit summary
- 11:1111:11, 28 July 2015 diff hist +12 Ocs-server/Gfx4 No edit summary