±Viimased failid
• 1: reDesign 3
• 2: ModuleMaker
• 3: MwA Topsites
• 4: Opera veebilehitseja
• 5: Klubid (eng Clubs)
• 6: Tänased nimepäevalised
• 7: MReviews (ülevaated)
• 8: Storez (E-pood)
• 9: BlogidPluss (eng. BlogsPlus)
• 10: Metamärgiste haldaja (eng. Metatag Manager)
• 2: ModuleMaker
• 3: MwA Topsites
• 4: Opera veebilehitseja
• 5: Klubid (eng Clubs)
• 6: Tänased nimepäevalised
• 7: MReviews (ülevaated)
• 8: Storez (E-pood)
• 9: BlogidPluss (eng. BlogsPlus)
• 10: Metamärgiste haldaja (eng. Metatag Manager)
Tagasi üles
Skip to content
Skip to menu
VeebilingidPro (eng. WeblinksPro)
Tagasi üles Back to main Skip to menu
VeebilingidPro (eng. WeblinksPro)
Falilide avaleht | Täpsemalt | Lae alla | Ajalugu | Statistika
Version History
Track changes made to VeebilingidPro (eng. WeblinksPro) since its original version.
Versioon 1.1.4.2
Teisip Apr 03, 2007 7:36 pm by Madis
! = Bug fix
+ = New additions
- = Info
-----------------------------------------------------------------------
09/29/2006 - v1.1.4.2
---------------------
+ Added a hack to search.inc (DF global search) for 9.0.6.1 sites that
do not support $cpgtpl->unset_blocks($blockname)
! Fixed typo in language define in rate.php (L_IFYOUWEREREG)
- Grammar change in language/english/weblinkspro.php,
('...you could make comments...' to '...you could add comments...')
+ Added a switch to the config to disable the add link form for all users
! Fixed admin edit link in search.php
- Added target="blank" to the "Random" menu link so it opens in a new window
09/20/2006 - v1.1.4.1
---------------------
! Fixed install bug - forgot to remove the KEY sid from the table
creation of _links and _newlink
! Fixed bug in addlink.php (missed removal of sid)
- Removed duplicate call to header.php in admin/modlinks.php
! Fixed menu creation for admin/modlinks.php
! Fixed bug -> http://myndworx.com/ProjectsPro/report/report_id=119.html
(cid was not bieng saved when editing a link)
! Fixed bug in the link_count for categories when modifying a link and
the link changes categories
Versioon 1.1.4.0
Teisip Sep 26, 2006 7:01 am by Madis
! = Bug fix
+ = New additions
- = Info
-----------------------------------------------------------------------
09/17/2006 - v1.1.4.0
---------------------
! Fixed path error for require_once in both routines of voting.inc
- Removed the sid field from the database and all SQL that uses it
as sid is no longer used
! Fixed bug http://myndworx.com/ProjectsPro/task/task_id=83.html
(error when moving to another page during search)
! Fixed rating graphic in popular.php and toprated.php
+ Added number of votes beside rating graphic
- Reworked the modlinks file - no longer passed through the admin index
- Removed all "section" functions from the admin index and trapped all
calls to any of these funtions with a cpg_error and redirect to the
new file/function
- Cleaned up the admin index file
+ Added some new language defines to the language file for some
hard-coded text still in the module
- Fixed bug http://myndworx.com/ProjectsPro/report/report_id=115.html
(getlink needed to produce a full link for the HTML code for outside voting)
- Fixed bug - main settings not getting updated on save
- Fixed bug - modlinks.php, submitted modifications not showing new keywords
+ Added templates modlink_form.html and modify_requests.html
- Restructured modlinks.php and templated parts of it (more to be done)
08/20/2006 - v1.1.3.1
---------------------
! Fixed an undefined variable in check_db.inc
- More rearranging of the admin section - moving routines out of the index
- Moved configuration out of index to (the newly created) config.inc
- Moved the save configuration routine from update_cfg.inc to config.inc
and removed update_cfg.inc as it is no longer needed
+ Added config.html to the template directory - templated config section
- Moved the update_monitor out of the core config to the modules config
- Removed entries in menu for add cat, add sub-cat and modify cat
(these are all handled by the category management page)
- Removed the defines from template vars for the above
- Wrapped admin output in div class="table1" tags (just esthetics)
! Fixed a bug in the category move routine (wrong index causing categories
to not move down/bottom)
08/19/2006 - v1.1.3.0
---------------------
- Renamed search.inc to search.php and changed the call in index.php
(this is because search.inc is for DF "Search" module)
+ Added search.inc to be included in DF's Search Module
+ Added search_inc.html to the template directory
+ Added transfer_links.inc to the admin section and moved the routines
from the index file into it (removed routine from modlinks.inc)
07/20/2006 - v1.1.2.0
---------------------
! Fixed a bug in the date creation in function categorynewlinkgraphic()
- rewrote the add links rountines for the front-end (user side) - multiple
links can be added, just like the admin section (TODO: the logic behind
the user side and admin side add links routines are the same and will be
combined - user side only with admin checks)
! Fixed some language defines that were set incorrectly
! Fixed the add links routine in the admin section - forgot to add back the
check for approving new links - new link approvals are now handled correctly
+ Added admin/new_links.inc to handle approval of new links - templated
- Changed addlink.inc to addlink.php in the front end for two reasons
1) DF won't allow .inc files to be called directly in the front end (admin OK)
2) it's no longer an included file, but called directly
+ Added orange_up.png and orange_down.png in images - what happened to them?
Maybe I never committed them in the first place!
- rewrote categorynewlinkgraphic, newlinkgraphic and newlinkgraphicdetails
(timestamp handling rather than the old date method)
07/18/2006 - v1.1.1.0
---------------------
- Redesigned the add links page
+ Added the ability to add multiple links at one time - the building of the
form(s) are dynamic and, theoretically, unlimited... but I'm sure we'll
get some timeouts if too many are entered at once (we'll see!)
+ Added template admin/add_link.html - templated add_links.php
07/17/2006 - v1.1.0.0
---------------------
- Started removing routines used for splitting up the $cid variable into
$cat[0] and $cat[1] for parent and subcat desginations - it is no longer
handled in this manner (if it ever properly was) (admin section)
- Started rewriting the admin section
- Started templating the admin section
+ Added themes/default/template/wlpro/admin/header.html
+ Added modules/WeblinksPro/admin/functions_admin.inc for admin only functions
(this will be a work in progress as functions are being rewritten they will
be moved, if required)
+ Added the Category Management page which, basically, mimics the Forums
Management page of ForumsPro (thanks Biggles!), allowing creating, editing,
deletion and reordering of all categories on one page
+ Added an upgrade routine to handle the assignment of the cat_order field
of the categories table (all cats are currently set to 0)
+ Added the function cms_build_cat_option_list() to
modules/WeblinksPro/functions.inc to build an
Versioon 1.0.1.6
Teisip Sep 05, 2006 11:13 am by Madis
Initial Version
Falilide avaleht | Täpsemalt | Lae alla | Ajalugu | Statistika
Version History
Track changes made to VeebilingidPro (eng. WeblinksPro) since its original version.
Versioon 1.1.4.2
Teisip Apr 03, 2007 7:36 pm by Madis
! = Bug fix
+ = New additions
- = Info
-----------------------------------------------------------------------
09/29/2006 - v1.1.4.2
---------------------
+ Added a hack to search.inc (DF global search) for 9.0.6.1 sites that
do not support $cpgtpl->unset_blocks($blockname)
! Fixed typo in language define in rate.php (L_IFYOUWEREREG)
- Grammar change in language/english/weblinkspro.php,
('...you could make comments...' to '...you could add comments...')
+ Added a switch to the config to disable the add link form for all users
! Fixed admin edit link in search.php
- Added target="blank" to the "Random" menu link so it opens in a new window
09/20/2006 - v1.1.4.1
---------------------
! Fixed install bug - forgot to remove the KEY sid from the table
creation of _links and _newlink
! Fixed bug in addlink.php (missed removal of sid)
- Removed duplicate call to header.php in admin/modlinks.php
! Fixed menu creation for admin/modlinks.php
! Fixed bug -> http://myndworx.com/ProjectsPro/report/report_id=119.html
(cid was not bieng saved when editing a link)
! Fixed bug in the link_count for categories when modifying a link and
the link changes categories
Versioon 1.1.4.0
Teisip Sep 26, 2006 7:01 am by Madis
! = Bug fix
+ = New additions
- = Info
-----------------------------------------------------------------------
09/17/2006 - v1.1.4.0
---------------------
! Fixed path error for require_once in both routines of voting.inc
- Removed the sid field from the database and all SQL that uses it
as sid is no longer used
! Fixed bug http://myndworx.com/ProjectsPro/task/task_id=83.html
(error when moving to another page during search)
! Fixed rating graphic in popular.php and toprated.php
+ Added number of votes beside rating graphic
- Reworked the modlinks file - no longer passed through the admin index
- Removed all "section" functions from the admin index and trapped all
calls to any of these funtions with a cpg_error and redirect to the
new file/function
- Cleaned up the admin index file
+ Added some new language defines to the language file for some
hard-coded text still in the module
- Fixed bug http://myndworx.com/ProjectsPro/report/report_id=115.html
(getlink needed to produce a full link for the HTML code for outside voting)
- Fixed bug - main settings not getting updated on save
- Fixed bug - modlinks.php, submitted modifications not showing new keywords
+ Added templates modlink_form.html and modify_requests.html
- Restructured modlinks.php and templated parts of it (more to be done)
08/20/2006 - v1.1.3.1
---------------------
! Fixed an undefined variable in check_db.inc
- More rearranging of the admin section - moving routines out of the index
- Moved configuration out of index to (the newly created) config.inc
- Moved the save configuration routine from update_cfg.inc to config.inc
and removed update_cfg.inc as it is no longer needed
+ Added config.html to the template directory - templated config section
- Moved the update_monitor out of the core config to the modules config
- Removed entries in menu for add cat, add sub-cat and modify cat
(these are all handled by the category management page)
- Removed the defines from template vars for the above
- Wrapped admin output in div class="table1" tags (just esthetics)
! Fixed a bug in the category move routine (wrong index causing categories
to not move down/bottom)
08/19/2006 - v1.1.3.0
---------------------
- Renamed search.inc to search.php and changed the call in index.php
(this is because search.inc is for DF "Search" module)
+ Added search.inc to be included in DF's Search Module
+ Added search_inc.html to the template directory
+ Added transfer_links.inc to the admin section and moved the routines
from the index file into it (removed routine from modlinks.inc)
07/20/2006 - v1.1.2.0
---------------------
! Fixed a bug in the date creation in function categorynewlinkgraphic()
- rewrote the add links rountines for the front-end (user side) - multiple
links can be added, just like the admin section (TODO: the logic behind
the user side and admin side add links routines are the same and will be
combined - user side only with admin checks)
! Fixed some language defines that were set incorrectly
! Fixed the add links routine in the admin section - forgot to add back the
check for approving new links - new link approvals are now handled correctly
+ Added admin/new_links.inc to handle approval of new links - templated
- Changed addlink.inc to addlink.php in the front end for two reasons
1) DF won't allow .inc files to be called directly in the front end (admin OK)
2) it's no longer an included file, but called directly
+ Added orange_up.png and orange_down.png in images - what happened to them?
Maybe I never committed them in the first place!
- rewrote categorynewlinkgraphic, newlinkgraphic and newlinkgraphicdetails
(timestamp handling rather than the old date method)
07/18/2006 - v1.1.1.0
---------------------
- Redesigned the add links page
+ Added the ability to add multiple links at one time - the building of the
form(s) are dynamic and, theoretically, unlimited... but I'm sure we'll
get some timeouts if too many are entered at once (we'll see!)
+ Added template admin/add_link.html - templated add_links.php
07/17/2006 - v1.1.0.0
---------------------
- Started removing routines used for splitting up the $cid variable into
$cat[0] and $cat[1] for parent and subcat desginations - it is no longer
handled in this manner (if it ever properly was) (admin section)
- Started rewriting the admin section
- Started templating the admin section
+ Added themes/default/template/wlpro/admin/header.html
+ Added modules/WeblinksPro/admin/functions_admin.inc for admin only functions
(this will be a work in progress as functions are being rewritten they will
be moved, if required)
+ Added the Category Management page which, basically, mimics the Forums
Management page of ForumsPro (thanks Biggles!), allowing creating, editing,
deletion and reordering of all categories on one page
+ Added an upgrade routine to handle the assignment of the cat_order field
of the categories table (all cats are currently set to 0)
+ Added the function cms_build_cat_option_list() to
modules/WeblinksPro/functions.inc to build an
Versioon 1.0.1.6
Teisip Sep 05, 2006 11:13 am by Madis
Initial Version