Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2015-12-11 23:40:00
Size: 637
Editor: SamatJain
Comment:
Revision 11 as of 2016-06-15 22:03:12
Size: 1231
Editor: SamatJain
Comment: Remove test.json spec (is documented in-repository)
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from innoBright

== osTicket ==

[[http://stackoverflow.com/questions/23539793/osticket-create-ticket-through-rest-api|php - osticket, create ticket through REST API - Stack Overflow]]

[[http://tmib.net/using-osticket-1812-api|Using the osTicket 1.8.1.2 API | tmib.net]]

API documentation: [[https://github.com/osTicket/osTicket/blob/develop/setup/doc/api/tickets.md|osTicket/tickets.md at develop · osTicket/osTicket]]

== Wordpress Website ==

Image slider plugin: https://github.com/kavyasukumar/imgSlider. Need to upgrade to 2.0, works in mobile. Can be scripted to have automatic sliding.

Carousel: http://owlgraphic.com/owlcarousel/
Line 5: Line 21:
[[https://docs.google.com/spreadsheets/d/1ONS59_7YPDcfk0iZXSXj7x9rgZTttkerhyYtDZ65Bbk/edit?ts=5660a94b#gid=0|Altus v1.1 updates and fixes]] == Linux builds ==
Line 7: Line 23:
== CL_ERRORS == from https://www.bitkeeper.org/download.html:
Line 9: Line 25:
=== CL_INVALID_WORK_DIMENSION (-53) ===  * Linux x86 Glibc 2.19 ( 32-bit | 64-bit ): Debian 8, Fedora 21, Ubuntu 14.04LTS
 * Linux x86 Glibc 2.13 ( 32-bit | 64-bit ): Debian 7, RHEL 7.1, Fedora 15, Ubuntu 12.04LTS
 * Linux x86 Glibc 2.11 ( 32-bit | 64-bit ): Debian 6, RHEL 6.6, Fedora 12
Line 11: Line 29:
[[https://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/errors.html|Official documentation]]: Returned by clEnqueueNDRangeKernel if work_dim is not a valid value. == Tests to write ==
Line 13: Line 31:
Valid value is 0 < work_dim <= 3.

Called with value of 3 throughout Altus_Standalone codebase; does not appear to have a way to be triggered?
 * Passing arguments out-of-order (worked in old builds, no longer works in new ones)

osTicket

php - osticket, create ticket through REST API - Stack Overflow

Using the osTicket 1.8.1.2 API

API documentation: osTicket/tickets.md at develop · osTicket/osTicket

Wordpress Website

Image slider plugin: https://github.com/kavyasukumar/imgSlider. Need to upgrade to 2.0, works in mobile. Can be scripted to have automatic sliding.

Carousel: http://owlgraphic.com/owlcarousel/

Project management

InnoBright project management

Linux builds

from https://www.bitkeeper.org/download.html:

  • Linux x86 Glibc 2.19 ( 32-bit | 64-bit ): Debian 8, Fedora 21, Ubuntu 14.04LTS
  • Linux x86 Glibc 2.13 ( 32-bit | 64-bit ): Debian 7, RHEL 7.1, Fedora 15, Ubuntu 12.04LTS
  • Linux x86 Glibc 2.11 ( 32-bit | 64-bit ): Debian 6, RHEL 6.6, Fedora 12

Tests to write

  • Passing arguments out-of-order (worked in old builds, no longer works in new ones)

SamatsWiki: Innobright (last edited 2017-04-26 04:52:26 by SamatJain)