mirrors/Kyberia-bloodline.git
13 years agoRegistrations Fixed (poHroma)
Harvie [Sat, 12 Feb 2011 15:16:41 +0000 (16:16 +0100)] 
Registrations Fixed (poHroma)

13 years agoallusers fix
Daniel Hromada [Sun, 30 Jan 2011 23:35:32 +0000 (00:35 +0100)] 
allusers fix

13 years agosets users.hash='' for a registered user
Daniel Hromada [Sun, 30 Jan 2011 23:26:57 +0000 (00:26 +0100)] 
sets users.hash='' for a registered user

13 years agoif hash column in the users table is not empty, do not allow a log in since the...
Daniel Hromada [Sun, 30 Jan 2011 23:22:19 +0000 (00:22 +0100)] 
if hash column in the users table is not empty, do not allow  a log in since the user is still not registered

13 years agoobtains the list of all registered users and puts it and assigns it to smarty get_all...
Daniel Hromada [Sun, 30 Jan 2011 23:21:28 +0000 (00:21 +0100)] 
obtains the list of all registered users and puts it and assigns it to smarty get_allusers array

13 years agohighly important NUMERIC_NOT_NUMERIC (our sql injection prevention strategy) error_me...
Daniel Hromada [Sun, 30 Jan 2011 22:24:49 +0000 (23:24 +0100)] 
highly important NUMERIC_NOT_NUMERIC (our sql injection prevention strategy) error_message added among error messages

13 years agosince event PUTting a node is now being considered as "adding a child" to a nodeshell...
Daniel Hromada [Sun, 30 Jan 2011 22:14:42 +0000 (23:14 +0100)] 
since event PUTting a node is now being considered as "adding a child" to a nodeshell (incrementing children_count), destroy_synapse should decrement it in order to keep data consistent (he he he :)

13 years agohuge part of PUT code was moved to backend/nodes.inc putNode function
Daniel Hromada [Sun, 30 Jan 2011 22:12:25 +0000 (23:12 +0100)] 
huge part of PUT code was moved to backend/nodes.inc putNode function

13 years agoafter the registration verification, the registration request shall be put into...
Daniel Hromada [Sun, 30 Jan 2011 22:11:37 +0000 (23:11 +0100)] 
after the registration verification,  the registration request shall be put into the node of a chosen guild

13 years agoregister event stores chosen guild_id information
Daniel Hromada [Sun, 30 Jan 2011 22:11:18 +0000 (23:11 +0100)] 
register event stores chosen guild_id information

13 years agonodes::putNode added into mysql backend
Daniel Hromada [Sun, 30 Jan 2011 22:10:21 +0000 (23:10 +0100)] 
nodes::putNode added into mysql backend

13 years agoFixed: Undefined index: template_id in nodes.php
Harvie [Sun, 30 Jan 2011 13:49:12 +0000 (14:49 +0100)] 
Fixed: Undefined index: template_id in nodes.php

13 years agob36 fascism revival
Harvie [Sat, 29 Jan 2011 16:28:51 +0000 (17:28 +0100)] 
b36 fascism revival

13 years agodebug switch finally works
Daniel Hromada [Wed, 26 Jan 2011 22:41:26 +0000 (23:41 +0100)] 
debug switch finally works

13 years agodebug switch finally works
Daniel Hromada [Wed, 26 Jan 2011 22:40:55 +0000 (23:40 +0100)] 
debug switch finally works

13 years agovery simple debugging switch
Daniel Hromada [Wed, 26 Jan 2011 22:35:07 +0000 (23:35 +0100)] 
very simple debugging switch

13 years agomaking password change possible by excluding ldap stuff
Daniel Hromada [Wed, 26 Jan 2011 22:31:28 +0000 (23:31 +0100)] 
making password change possible by excluding ldap stuff

13 years agogettin rid of one nonaesthetic warning message & making possible to use base36 templa...
Daniel Hromada [Wed, 26 Jan 2011 22:19:43 +0000 (23:19 +0100)] 
gettin rid of one nonaesthetic warning message & making possible to use base36 template_ids

13 years agofixin display event related infinite redirect bug
Daniel Hromada [Wed, 26 Jan 2011 22:19:05 +0000 (23:19 +0100)] 
fixin display event related infinite redirect bug

13 years agosome further purification of nodes.php
Daniel Hromada [Wed, 26 Jan 2011 21:55:39 +0000 (22:55 +0100)] 
some further purification of nodes.php

code responsible for parsing of $_GET variables is almost completely rewritten
(comments about base36 facism were deleted, we do not want such concepts to pollute our minds)

syntax as follows
kyberiacz/id/NUMERIC_NODE_ID/TEMPLATE_Id
kyberiacz/k/BASE36_NODE_ID/TEMPLATE_Id
kyberiacz/name/NODE_NAME
(/name/ was added as an identifier because I wanted to create a
universal solution, independent from mod_rewrite rules in maximal possible extent)

THIS IS NOW THE ONLY MOD_REWRITE RULE present in my kyberia.conf file, all subsequent processin is in nodes.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) /nodes.php/$1 [L]

13 years agoYou are right, backend.inc is the way to go
Daniel Hromada [Wed, 26 Jan 2011 21:55:08 +0000 (22:55 +0100)] 
You are right, backend.inc is the way to go

13 years ago1) template_id should be global, otherwise it is impossible to use other templates
Daniel Hromada [Wed, 26 Jan 2011 21:50:02 +0000 (22:50 +0100)] 
1) template_id should be global, otherwise it is impossible to use other templates
2) display event returns true value

13 years agouse require_once and not include_once when including other php code (included files...
Daniel Hromada [Wed, 26 Jan 2011 21:47:26 +0000 (22:47 +0100)] 
use require_once and not include_once when including other php code (included files can contain invisible characters which make it impossible to use Header redirection)

if ever some event returned false value, will call  display event in order to show the error message etc.

13 years ago$_SESSION['debugging'] has to be true in order to print out query
Daniel Hromada [Wed, 26 Jan 2011 21:46:33 +0000 (22:46 +0100)] 
$_SESSION['debugging'] has to be true in order to print out query

13 years agogetNodeIdByName sqlinjection safe
Daniel Hromada [Wed, 26 Jan 2011 21:45:33 +0000 (22:45 +0100)] 
getNodeIdByName sqlinjection safe

13 years agofixed logging
niekt0 [Tue, 25 Jan 2011 16:28:36 +0000 (17:28 +0100)] 
fixed logging

13 years agoSQL ids
niekt0 [Tue, 25 Jan 2011 16:00:30 +0000 (17:00 +0100)] 
SQL ids

13 years agocleanup
niekt0 [Tue, 25 Jan 2011 15:36:19 +0000 (16:36 +0100)] 
cleanup

13 years agoremoved backdoors
niekt0 [Mon, 24 Jan 2011 13:21:59 +0000 (14:21 +0100)] 
removed backdoors

13 years agoMoved [display] event completely to display() function
Harvie [Sun, 23 Jan 2011 23:24:03 +0000 (00:24 +0100)] 
Moved [display] event completely to display() function

13 years agoAdded jabberctl function
Harvie [Sun, 23 Jan 2011 04:42:29 +0000 (05:42 +0100)] 
Added jabberctl function

13 years agoSecurity cleanup (sqli)
niekt0 [Thu, 13 Jan 2011 18:26:12 +0000 (19:26 +0100)] 
Security cleanup (sqli)

13 years agosecurity fix (sqli)
niekt0 [Thu, 13 Jan 2011 16:53:50 +0000 (17:53 +0100)] 
security fix (sqli)

13 years agoSecurity fix (sqli)
niekt0 [Thu, 13 Jan 2011 13:33:37 +0000 (14:33 +0100)] 
Security fix (sqli)

13 years agoFixed typo in [configure_external_access] event
Harvie [Wed, 12 Jan 2011 02:25:39 +0000 (03:25 +0100)] 
Fixed typo in [configure_external_access] event

13 years agoAdded new minimal sql databaze, modified install instructions
niekt0 [Tue, 11 Jan 2011 22:41:52 +0000 (23:41 +0100)] 
Added new minimal sql databaze, modified install instructions

13 years agoDisabled flash in iJab
Harvie [Mon, 10 Jan 2011 16:31:24 +0000 (17:31 +0100)] 
Disabled flash in iJab

13 years agoFixed iJab inputbox color
Harvie [Sun, 9 Jan 2011 18:59:15 +0000 (19:59 +0100)] 
Fixed iJab inputbox color

13 years agoremoved auth password, syntax fixup
niekt0 [Sun, 9 Jan 2011 14:28:39 +0000 (15:28 +0100)] 
removed auth password, syntax fixup

13 years agoDeleted 40% of nodes.php, 60% waiting to be deleted...
Harvie [Sun, 9 Jan 2011 03:45:27 +0000 (04:45 +0100)] 
Deleted 40% of nodes.php, 60% waiting to be deleted...

13 years agoFirst [display] event experiment
Harvie [Sun, 9 Jan 2011 03:34:07 +0000 (04:34 +0100)] 
First [display] event experiment

13 years agoCommented-out whole transaction.inc stuff
Harvie [Sun, 9 Jan 2011 03:14:51 +0000 (04:14 +0100)] 
Commented-out whole transaction.inc stuff

13 years agoAdded ejabberd automatic registration
Harvie [Sun, 9 Jan 2011 01:39:29 +0000 (02:39 +0100)] 
Added ejabberd automatic registration

13 years agoLogin event is now using persistent Jabber ID
Harvie [Sun, 9 Jan 2011 00:45:07 +0000 (01:45 +0100)] 
Login event is now using persistent Jabber ID

13 years agoregister event now also generates fixed Jabber ID
Harvie [Sun, 9 Jan 2011 00:41:10 +0000 (01:41 +0100)] 
register event now also generates fixed Jabber ID

13 years agoAdded Ejabberd shell notes
Harvie [Sun, 9 Jan 2011 00:30:17 +0000 (01:30 +0100)] 
Added Ejabberd shell notes

13 years agoAdded first version of cron script for automatic registering of jabber users
Harvie [Sat, 8 Jan 2011 22:43:49 +0000 (23:43 +0100)] 
Added first version of cron script for automatic registering of jabber users

13 years agoLogin event cleanup
Harvie [Sat, 8 Jan 2011 21:41:21 +0000 (22:41 +0100)] 
Login event cleanup

13 years agoAdded mechanism to pass jabber credentials to AJAX client
Harvie [Fri, 7 Jan 2011 11:56:09 +0000 (12:56 +0100)] 
Added mechanism to pass jabber credentials to AJAX client

13 years agoNow assigning user_name to smarty value...
Harvie [Thu, 6 Jan 2011 23:30:27 +0000 (00:30 +0100)] 
Now assigning user_name to smarty value...

13 years agoAdded iJab (GPLv2) to /_js/ijab/ - http://code.google.com/p/ijab/
Harvie [Thu, 6 Jan 2011 21:20:59 +0000 (22:20 +0100)] 
Added iJab (GPLv2) to /_js/ijab/ - code.google.com/p/ijab/

13 years agoMoved rc4.js to DB
Harvie [Thu, 6 Jan 2011 21:04:02 +0000 (22:04 +0100)] 
Moved rc4.js to DB

13 years agoRenamed ajax to _ajax
Harvie [Thu, 6 Jan 2011 20:30:05 +0000 (21:30 +0100)] 
Renamed ajax to _ajax

13 years agorequire fixup
niekt0 [Mon, 3 Jan 2011 23:40:09 +0000 (00:40 +0100)] 
require fixup

13 years agoSmarty DB resource improved: recompiling templates each 100 seconds instead of everyt...
Harvie [Sun, 2 Jan 2011 12:56:16 +0000 (13:56 +0100)] 
Smarty DB resource improved: recompiling templates each 100 seconds instead of everytime, using DB backend

13 years agoUglyHack to get delete event working - should use delete.inc instead
Harvie [Tue, 28 Dec 2010 23:43:49 +0000 (00:43 +0100)] 
UglyHack to get delete event working - should use delete.inc instead

13 years agoCleanup of delete event
Harvie [Tue, 28 Dec 2010 23:04:00 +0000 (00:04 +0100)] 
Cleanup of delete event

13 years agoMoved DB related code from nodes.inc to mysql backend
Harvie [Mon, 27 Dec 2010 22:26:21 +0000 (23:26 +0100)] 
Moved DB related code from nodes.inc to mysql backend

13 years agoImproved transport links...
Harvie [Fri, 24 Dec 2010 03:49:56 +0000 (04:49 +0100)] 
Improved transport links...

13 years agoAdded transport processing to get_linked_nodes smarty method
Harvie [Fri, 24 Dec 2010 03:31:30 +0000 (04:31 +0100)] 
Added transport processing to get_linked_nodes smarty method

13 years agoMoved all transport code to transports.inc
Harvie [Fri, 24 Dec 2010 02:44:58 +0000 (03:44 +0100)] 
Moved all transport code to transports.inc

13 years agoEven more transport cleanup
Harvie [Fri, 24 Dec 2010 02:36:58 +0000 (03:36 +0100)] 
Even more transport cleanup

13 years agoTransport cleanup
Harvie [Fri, 24 Dec 2010 02:32:43 +0000 (03:32 +0100)] 
Transport cleanup

13 years agoRemoved transport event... Do not need this anymore...
Harvie [Fri, 24 Dec 2010 02:18:08 +0000 (03:18 +0100)] 
Removed transport event... Do not need this anymore...

13 years agoTransports are now implemented using external_link...
Harvie [Fri, 24 Dec 2010 02:10:10 +0000 (03:10 +0100)] 
Transports are now implemented using external_link...

13 years agoAdded transport event - not working yet... :(
Harvie [Fri, 24 Dec 2010 01:42:34 +0000 (02:42 +0100)] 
Added transport event - not working yet... :(

13 years agoFirst working transport - not so cool yet...
Harvie [Fri, 24 Dec 2010 00:57:08 +0000 (01:57 +0100)] 
First working transport - not so cool yet...

13 years agoAdded transports.inc
Harvie [Fri, 24 Dec 2010 00:48:51 +0000 (01:48 +0100)] 
Added transports.inc

13 years agoAdded rudimentary transport support to get_threaded_children
Harvie [Fri, 24 Dec 2010 00:37:15 +0000 (01:37 +0100)] 
Added rudimentary transport support to get_threaded_children

13 years agoAdded kyberia.sk transport - not working yet...
Harvie [Fri, 24 Dec 2010 00:01:41 +0000 (01:01 +0100)] 
Added kyberia.sk transport - not working yet...

13 years agoregistration temporary fixup
niekt0 [Thu, 23 Dec 2010 19:41:09 +0000 (20:41 +0100)] 
registration temporary fixup

13 years agosetparrent fix
niekt0 [Wed, 22 Dec 2010 23:53:35 +0000 (00:53 +0100)] 
setparrent fix

13 years agoverification fix
niekt0 [Wed, 22 Dec 2010 23:22:03 +0000 (00:22 +0100)] 
verification fix

13 years agoadded setParrent function
niekt0 [Wed, 22 Dec 2010 23:14:58 +0000 (00:14 +0100)] 
added setParrent function

13 years agofixed vector in registrations
niekt0 [Wed, 22 Dec 2010 22:24:40 +0000 (23:24 +0100)] 
fixed vector in registrations

13 years agoAdded base36 support to eventz.inc
Harvie [Wed, 22 Dec 2010 00:27:32 +0000 (01:27 +0100)] 
Added base36 support to eventz.inc

13 years agoNow MySQL_real_escaping mail text...
Harvie [Tue, 21 Dec 2010 19:14:19 +0000 (20:14 +0100)] 
Now MySQL_real_escaping mail text...

13 years agoRemoved StripSlashes() on node content and name. Breaks things... Added magic_quotes_...
Harvie [Tue, 21 Dec 2010 18:46:29 +0000 (19:46 +0100)] 
Removed StripSlashes() on node content and name. Breaks things... Added magic_quotes_gpc prevention.

13 years agoTODO: Minor DB cleanups, fixed typo psql -> pgsql
Harvie [Tue, 21 Dec 2010 03:50:02 +0000 (04:50 +0100)] 
TODO: Minor DB cleanups, fixed typo psql -> pgsql

13 years agoNow assigning JSON interpretation of node to Smarty
Harvie [Mon, 20 Dec 2010 19:04:57 +0000 (20:04 +0100)] 
Now assigning JSON interpretation of node to Smarty

13 years agoNow addNode can set custom access policies - I've needed this for loading Dewey Decim...
Harvie [Mon, 20 Dec 2010 01:08:59 +0000 (02:08 +0100)] 
Now addNode can set custom access policies - I've needed this for loading Dewey Decimal System to DB

13 years agofix including constants
niekt0 [Sun, 19 Dec 2010 19:47:48 +0000 (20:47 +0100)] 
fix including constants

13 years agoAnihilating constans
niekt0 [Sun, 19 Dec 2010 19:18:22 +0000 (20:18 +0100)] 
Anihilating constans

13 years agoremoving constants from code
niekt0 [Sat, 18 Dec 2010 15:34:24 +0000 (16:34 +0100)] 
removing constants from code

13 years agoregister fix
niekt0 [Sat, 18 Dec 2010 04:20:47 +0000 (05:20 +0100)] 
register fix

13 years agocron fix
niekt0 [Sat, 18 Dec 2010 03:45:59 +0000 (04:45 +0100)] 
cron fix

13 years agosmall registratiron fix
niekt0 [Sat, 18 Dec 2010 03:13:07 +0000 (04:13 +0100)] 
small registratiron fix

13 years agoRegistration form update
niekt0 [Sat, 18 Dec 2010 02:26:37 +0000 (03:26 +0100)] 
Registration form update

13 years agoTODO: fix bloodsucking path system
Harvie [Fri, 17 Dec 2010 15:11:59 +0000 (16:11 +0100)] 
TODO: fix bloodsucking path system

13 years agoRemoved images symlink
Harvie [Fri, 17 Dec 2010 12:42:35 +0000 (13:42 +0100)] 
Removed images symlink

13 years agoFixed inconsistency in image check
Harvie [Fri, 17 Dec 2010 12:40:16 +0000 (13:40 +0100)] 
Fixed inconsistency in image check

13 years agoAdded define SYSTEM_IMAGES and using it to generate image URLs
Harvie [Fri, 17 Dec 2010 12:29:57 +0000 (13:29 +0100)] 
Added define SYSTEM_IMAGES and using it to generate image URLs

13 years agoAdded _images symlink for migrating to the new rewrite system
Harvie [Fri, 17 Dec 2010 12:12:41 +0000 (13:12 +0100)] 
Added _images symlink for migrating to the new rewrite system

13 years agoTODO: fix download
Harvie [Fri, 17 Dec 2010 12:08:49 +0000 (13:08 +0100)] 
TODO: fix download

13 years agoTODO update
niekt0 [Fri, 17 Dec 2010 13:01:33 +0000 (14:01 +0100)] 
TODO update

13 years agodata structure fix
niekt0 [Fri, 17 Dec 2010 12:54:09 +0000 (13:54 +0100)] 
data structure fix

13 years agoimage upload "fix"
niekt0 [Fri, 17 Dec 2010 12:45:01 +0000 (13:45 +0100)] 
image upload "fix"

13 years agoRewrite cleanup, TODO: rename images to _images
Harvie [Fri, 17 Dec 2010 11:00:20 +0000 (12:00 +0100)] 
Rewrite cleanup, TODO: rename images to _images

13 years agoTODO update, icons should be working now
niekt0 [Fri, 17 Dec 2010 02:53:12 +0000 (03:53 +0100)] 
TODO update, icons should be working now

13 years agoRevert "renamed data directory"
niekt0 [Fri, 17 Dec 2010 02:40:58 +0000 (03:40 +0100)] 
Revert "renamed data directory"

This reverts commit a1797ae2365c0b45e3456fd6bc98b2993ffc87a8.

This page took 0.328643 seconds and 4 git commands to generate.