All public logs

Jump to navigation Jump to search

Combined display of all available logs of TempusServa wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:51, 10 January 2024 Kpe talk contribs created page Admin SQL queries (Created page with "=== Extract list of users and groups === One line for each group SELECT user.Name, user.EMAIL, user.IsActive, usergroup.Groupname, usergroup.LDAPNAME FROM user INNER JOIN usergroupmember ON usergroupmember.UserID = user.UserID INNER JOIN usergroup ON usergroupmember.GroupID = usergroup.GroupID ORDER BY 1 One line for each user SELECT user.Name, user.EMAIL, user.IsActive, GROUP_CONCAT(usergroup.Groupname) AS ListOfGroups FROM user INNER JOIN usergroupm...")
  • 15:55, 24 August 2023 Kpe talk contribs created page Elastic search install (Created page with "== ES installation == === Install using the RPM manager === wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-x86_64.rpm wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-x86_64.rpm.sha512 shasum -a 512 -c elasticsearch-8.9.1-x86_64.rpm.sha512 sudo rpm --install elasticsearch-8.9.1-x86_64.rpm sudo rpm -e elasticsearch-8.9.1-x86_64.rpm === Install using yum installer === sudo rpm --import https://pack...")
  • 13:51, 11 August 2023 Kpe talk contribs created page Features/Duplicate prevention (Created page with "=== PLACEHOLDER ARTICLE === Entity: Check for duplicates Field: Is part of a unique key Note checks realtime when entering data")
  • 10:04, 11 August 2023 Kpe talk contribs created page Nomenclature (Created page with "* Entity * Record * Status * Block * Section * Frontend * Backend")
  • 11:36, 18 November 2022 Kpe talk contribs created page Coding standards (Created page with "=== Naming standards (tobe) === Package / naming placement * Package name all lowercase * General platform entities ** Servlets ** Fields ** Views * Solution specific code Class naming * Starting with uppercase * No special characters * Seperate words with uppercase === Safety standards === * Input sanitization used in SQL, using either ** Escape all string parameters using DbConnection.EscapeSQL ** Prepared statements * Page codeunits should contain user group restr...")
  • 05:40, 19 August 2022 Kpe talk contribs created page Importing data from XL (Created page with "== How to import data == When importing a file you can either update or insert records. After the import is handled a file containing the results are returned to the user. General rules using the import * Validation rules applies by default * Codeunits are triggered by default * Field system names (uppercase) are used by default == Field references == Data plays a special role in regard to what you want to do * When creating data the DataID may NOT be included * Wh...")
  • 14:24, 16 August 2022 Kpe talk contribs created page Installation NIX systems (Created page with " === Redhat installation === # wget -q -O- https://tempusserva.dk/scripts | /bin/bash # tsmakesymlink.sh # tsinstalldependencies # tsisntallnightly XXX")
  • 14:11, 29 April 2022 Kpe talk contribs created page Styling hacks (Created page with " === CSS for form buttons in page footer === .tsUpdateButtons { position: fixed; bottom: 0px; width: 92%; max-width: 1200px; padding: 0px 0px 2px 0px; z-index: 26; background-color: transparent; opacity: 1; } .submitOption, .updateSubmit { max-width: 22%; line-height: 1; height: 26px; }")