queenbmedia Posted June 14, 2012 Posted June 14, 2012 Hello, I too am interested in the IP Tracker. Are we able to obtain a status update for the project? Regards, QBM
stoo2000 Posted June 14, 2012 Posted June 14, 2012 Hello, I too am interested in the IP Tracker. Are we able to obtain a status update for the project? Regards, QBMit will be released when its ready ;)
queenbmedia Posted June 14, 2012 Posted June 14, 2012 it will be released when its ready ;) Thanks, just wanted to check up, as I've been following the commits on github, and noticed no commits as of late. Are you all still using this as a source of development? Regards, QBM
stoo2000 Posted June 14, 2012 Posted June 14, 2012 Thanks, just wanted to check up, as I've been following the commits on github, and noticed no commits as of late. Are you all still using this as a source of development? Regards, QBMI'm not sure what you've been following on github, Ip.tracker hasn't been on there.
Jaymez Posted June 18, 2012 Posted June 18, 2012 Thanks, just wanted to check up, as I've been following the commits on github, and noticed no commits as of late. Are you all still using this as a source of development? Regards, QBM They are doing stuff. Check out all the fixed posts here.
AlexJ Posted June 18, 2012 Posted June 18, 2012 Is their any way u guys can modify the tracker so we can know how many bugs are fixed in 2.1.0 like we can generate the list for 3.3.3 ? Thanks!
stoo2000 Posted June 18, 2012 Posted June 18, 2012 Is their any way u guys can modify the tracker so we can know how many bugs are fixed in 2.1.0 like we can generate the list for 3.3.3 ? Thanks! I'll post it here for you, this is correct at the time of posting, but we're still working on fixing more!48 Fixed Issues:marking project as read Status changes (Membername) alignment Multi-page reports Group Template Use Hard coded words in skin_tracker_issue Version and Preview Post JS error Markers again :tongue: Hard coded words in "New issue" Hard coded text strings, "Changed status to", "changed severity to"... MySQL error on Next issue Report center Users cannot edit own post Quote snapbacks inoperative Editing vs locked pagination broken Page title not use getAppTitle Statistics cannot be switched off Posting a new issue in -> Issue Information Skin issue on sidebar in issue view PHP Fatal error: Call-time pass-by-reference has been removed Linebreaks are ignored in quote Wrong 500 for issue not found Manage Permission Masks My Content - get last post No "topic" word in email notifications Missing phrases in issueTemplate Edit reason Unknown column 'module_privacy':q Private Projects Made "Public" when issue moved into them. tracker_core_cache_fields::getFieldByName is wrong? if modules are disabled, a fatal error is reported Project Fields permissions are sometimes not saved Depreciated warning Load class_attach in old style Always allow selected version in dropdown PHP Warning: Illegal string offset 'date' in issues.php on line 834 Cannot change order of porjects in acp misspelt word Filter boxes don't support hooks Hovercards Don't Work.... Can't use HTML in project descriptions. Can't seem to save permissions for 'Versions' old autocom links not 301 redirecting to app=tracker Hover Full Title skin issue. 'quote' button removes newlines Cannot follow projects
Bob van Leeuwen Posted July 2, 2012 Posted July 2, 2012 Can somebody send me beta 3 of the tracker? I want to upgrade to IPB 3.3, but I dont have the beta release anymore, because I formated me HDD.
TSP Posted July 2, 2012 Posted July 2, 2012 I could use some help with solving an IP.Tracker-bug, but the IP.Tracker-forum is still not back, where can I post about it or could I send one of the developers a message?
TSP Posted July 2, 2012 Posted July 2, 2012 What's your bug? Is it in the tracker? I'm not sure. I can't create projects due to a error. Clicking next just loads before it stops, without changing page. Trying in Firefox and watching the console reveals:"NetworkError: 503 Service Unavailable - http://www.diskusjon.no/admin/index.php?adsess=*&app=tracker&module=ajax§ion=projects&do=createSimple&md5check=* * I removed the md5string and adsess-string.
Ryan H. Posted July 2, 2012 Posted July 2, 2012 Don't know of any such issue; Stoo may have dealt with it early on. I don't know why you would ever be getting a 503, though.
stoo2000 Posted July 2, 2012 Posted July 2, 2012 I don't recall seeing/fixing this bug, It's likely an issue with your server/install. What version of IP.Board/Tracker are you using ?
TSP Posted July 3, 2012 Posted July 3, 2012 I don't recall seeing/fixing this bug, It's likely an issue with your server/install. What version of IP.Board/Tracker are you using ? IP.Board 3.2.3 + IP.Tracker beta 3.
bfarber Posted July 3, 2012 Posted July 3, 2012 You are getting a database error with an AJAX request. Check your database error logs (Logs -> SQL Error logs in the ACP). (Database errors return a 503 header response code).
TSP Posted July 3, 2012 Posted July 3, 2012 You are getting a database error with an AJAX request. Check your database error logs (Logs -> SQL Error logs in the ACP). (Database errors return a 503 header response code). Thanks. We use mysql strict. What would be the best solution for solving the error? (Without turning off mysql strict)Error: 1364 - Field 'project_versions' doesn't have a default value IP Address: * - /admin/index.php?adsess=*&app=tracker&module=ajax§ion=projects&do=createSimple&md5check=* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: INSERT INTO tracker_projects (`title`,`description`,`cat_only`,`enable_rss`,`parent_id`,`position`) VALUES('Tek-nettverket','Hei',0,0,0,3) .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications_addon/ips/tracker/modules_admin/ajax/projects.php | [db_main_mysql].insert | 128 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/applications_addon/ips/tracker/modules_admin/ajax/projects.php | [admin_tracker_ajax_projects].create | 82 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [admin_tracker_ajax_projects].doExecute | 418 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [ipsAjaxCommand].execute | 120 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' This is the describe of the table: +-------------------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------------------+--------------+------+-----+---------+----------------+ | project_id | int(10) | NO | PRI | NULL | auto_increment | | title | varchar(200) | NO | | | | | description | text | YES | | NULL | | | template_id | int(10) | NO | | 0 | | | parent_id | int(10) | NO | | 0 | | | cat_only | tinyint(1) | NO | | 0 | | | project_show_perms | text | YES | | NULL | | | project_read_perms | text | YES | | NULL | | | project_start_perms | text | YES | | NULL | | | project_reply_perms | text | YES | | NULL | | | project_manage_perms | text | YES | | NULL | | | project_upload_perms | text | YES | | NULL | | | project_download_perms | text | YES | | NULL | | | serial_data | text | YES | | NULL | | | email_new | tinyint(1) | NO | | 0 | | | position | int(5) | NO | | 0 | | | project_versions | mediumtext | NO | | NULL | | | project_version_display | tinyint(1) | NO | | 0 | | | project_severity_add | tinyint(1) | NO | | 0 | | | project_severity_col | tinyint(1) | NO | | 0 | | | enable_rss | tinyint(1) | NO | | 0 | | | use_html | tinyint(1) | NO | | 0 | | | use_ibc | tinyint(1) | NO | | 1 | | | quick_reply | tinyint(1) | NO | | 1 | | | private_issues | tinyint(1) | NO | | 0 | | | private_default | tinyint(1) | NO | | 0 | | | enable_suggestions | tinyint(1) | NO | | 1 | | | disable_tagging | tinyint(1) | NO | | 0 | | +-------------------------+--------------+------+-----+---------+----------------+
stoo2000 Posted July 3, 2012 Posted July 3, 2012 <snip> Can you post this in Tracker please, I can see the problem, but we'll need to make sure the fixes work (There's a bunch of unused fields that haven't been removed - 2.0.0 Beta ).
TSP Posted July 4, 2012 Posted July 4, 2012 Can you post this in Tracker please, I can see the problem, but we'll need to make sure the fixes work (There's a bunch of unused fields that haven't been removed - 2.0.0 Beta ). Thanks, I've posted it here http://community.invisionpower.com/tracker/issue-38103-problems-with-mysql-strict-mode-and-adding-projects/
Ryan H. Posted July 10, 2012 Posted July 10, 2012 Tracker 2.1.0 beta 4 is officially released, for anyone feeling adventurous: Please read the installation/upgrade instructions; you will have trouble if you don't.
PatrickRQ Posted July 10, 2012 Posted July 10, 2012 Just quick question, If ill upgrade from BETA 3 which I had already configured, will it break my configuration / permissions settings etc?
stoo2000 Posted July 10, 2012 Posted July 10, 2012 Just quick question, If ill upgrade from BETA 3 which I had already configured, will it break my configuration / permissions settings etc?No, it shouldn't break permissions, although it is a Beta so make sure you've got a backup before you do any upgrade. p.s. we do now have a Marketplace topic setup: http://community.invisionpower.com/topic/365721-download-tracker/
PatrickRQ Posted July 10, 2012 Posted July 10, 2012 Yes, I have read it already ;) Just before all I wanted to make sure how deep changes you performed, as you required to remove old tracker files due to possible conflicts so I guess the tracker folder struct has been changed a bit, why I thought the system from INSIDE could be changed as well, what could cause permissions / config to break. Anyway, glad to see that somebody took the tracker in the hands to work on it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.