All public logs
Combined display of all available logs of Seedbury Square. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:55, 5 January 2026 Mgm-seedbury talk contribs created page Coding guidelines (Created page with "== Parameters == Parameters will be divided into 3 broad categories, parentProps, required parameters and optional parameters. When creating a class, the constructor will generally have 2 parameters: parentProps and an object called 'params' containing the rest of them. Some classes may not need parentProps, or a params object, or either of them; in those cases they are not added, which means some specific classes may instead have 1 or 0 parameters. Required parameters...")
- 13:23, 5 January 2026 Mgm-seedbury talk contribs created page Launch.json code (Created page with "{ "version": "0.2.0", "configurations": [ --- Server (Node.js) ---: { "name": "Server: Node (inspect)", "type": "pwa-node", "request": "launch", "program": "${workspaceFolder}/api/src/webServer/webserver.js", "cwd": "${workspaceFolder}/api/src/webServer", "runtimeArgs": [ "--inspect=9229" ], "env": { "NODE_ENV": "development"...")
- 20:59, 15 December 2025 Mgm-seedbury talk contribs created page Usual Workflow (Created page with "Every feature, bug, improvement, and hotfix will be developed on a specific feature branch with an associated Pull Request(PR). Usually each issue will have only 1 PR, but may have more. == Working on a previously defined issue == To work on an issue that has already been defined, you will only need the issue number. In the terminal, run: ''startFromIssue <branch_name> <issue_number> <(OPTIONAL) PR_title> <(OPTIONAL) PR_description>'' A title for the PR is only needed...")
- 20:19, 15 December 2025 Mgm-seedbury talk contribs created page Bash aliases code (Created page with " alias edit="code ~/.bash_aliases" function mergeFrom() { currentBranch=$(git rev-parse --abbrev-ref HEAD) git checkout "${1:-Development}" git pull git checkout "${2:-$currentBranch}" git merge "${1:-Development}" } function commitAndPush(){ git add . && git commit -a -m "$1" && git push } export GITEA_TOKEN=<get token in gitea> # ====== MINIMAL GITEA HELPERS (env-driven, non-interactive) ====== export DEFAULT_BASE_BRANCH="${DEF...")
- 20:11, 15 December 2025 Mgm-seedbury talk contribs created page Tasks.json code (Created page with " { "version": "2.0.0", "tasks": [ { "label": "browser-sync", "type": "shell", "command": "npx", "args": [ "browser-sync", "start", "--proxy", "http://localhost:1338", "--ws", "--serveStatic", "${workspaceFolder}/api/src/webServer/ui", "--files", "${workspaceFolder}/a...")
- 20:09, 15 December 2025 Mgm-seedbury talk contribs created page Setup.json code (Created page with " { "version": "0.2.0", "configurations": [ --- Server (Node.js) ---: { "name": "Server: Node (inspect)", "type": "pwa-node", "request": "launch", "program": "${workspaceFolder}/api/src/webServer/webserver.js", "cwd": "${workspaceFolder}/api/src/webServer", "runtimeArgs": [ "--inspect=9229" ], "env": { "NODE_ENV": "de...")
- 20:08, 15 December 2025 Mgm-seedbury talk contribs created page Global user settings json (Created page with " { "editor.detectIndentation": false, "editor.insertSpaces": false, "editor.formatOnSave": true, "javascript.format.semicolons": "insert", "javascript.preferences.quoteStyle": "single", "javascript.preferences.importModuleSpecifierEnding": "js", "editor.codeActionsOnSave": { "source.organizeImports": "always", "source.addMissingImports.ts": "always" } }")
- 20:05, 15 December 2025 Mgm-seedbury talk contribs created page Setup Steps (Setup steps for Ksitropy development workstation)
- 20:48, 12 October 2025 User account RoqueDJ talk contribs was created
- 15:12, 13 August 2025 Mgm-seedbury talk contribs created page Pull Requests Workflow (Added Pull Requests Workflow Page)
- 13:18, 13 August 2025 User account Mgm-seedbury talk contribs was created
- 15:22, 7 April 2025 Jcm-seedburry talk contribs created page Bash Tools (Created page with "== Create == === OAT Documentation === <pre> function createSchema() { if $# -ne 2 ; then echo "Usage: create <folder> <name>" return 1 fi local folder="$1" local name="$2" local first_lower_char=$(echo "${name:0:1}" | tr '[:upper:]' '[:lower:]') local rest=$(echo "${name:1}") local lowercase_name="$first_lower_char$rest" mkdir "DatabaseModifications/$folder/$lowercase_name" touch "DatabaseModifications/$folder/$lowercase_name/$lowercase_na...")
- 18:43, 31 March 2025 Jcm-seedburry talk contribs created page VSCode Snippets (Created page with "== Javascript ==")
- 18:40, 31 March 2025 Jcm-seedburry talk contribs created page Company Standards (Created page with "this is a test")
- 18:11, 31 March 2025 ADR9865 talk contribs created page Projects (added list)
- 17:15, 31 March 2025 ADR9865 talk contribs created page User:Jcm-seedburry (todo john)
- 17:14, 31 March 2025 ADR9865 talk contribs created page User talk:ADR9865 (first commit)
- 15:58, 31 March 2025 ADR9865 talk contribs created page User:ADR9865 (first commit)
- 14:59, 31 March 2025 Jcm-seedburry talk contribs moved page StandarsBRRRRR to Programming Standards
- 14:59, 31 March 2025 Jcm-seedburry talk contribs created page StandarsBRRRRR (Created page with "test")
- 14:58, 31 March 2025 ADR9865 talk contribs moved page SUMAC to Sistema Unificado de Manejo y Administración de Casos (page renaming)
- 14:38, 31 March 2025 ADR9865 talk contribs created page SUMAC (first commit)
- 14:23, 31 March 2025 ADR9865 talk contribs created page Ksitropy (first commit)
- 13:55, 31 March 2025 ADR9865 talk contribs created page File:Dungeon.jpg (image of the dungeon)
- 13:55, 31 March 2025 ADR9865 talk contribs uploaded File:Dungeon.jpg (image of the dungeon)
- 13:17, 31 March 2025 ADR9865 talk contribs created page TODO: John (Created page with "TODO: John")
- 13:15, 31 March 2025 ADR9865 talk contribs created page The Dungeon (first commit)
- 13:02, 31 March 2025 User account ADR9865 talk contribs was created
- 12:58, 31 March 2025 User account Jcm-seedburry talk contribs was created
- 12:23, 4 April 2024 User account Adr-seedbury talk contribs was created
- 12:23, 4 April 2024 User account Kenneth0411 talk contribs was created
- 12:20, 4 April 2024 User account Cristian.Lopez18 talk contribs was created
- 18:15, 23 March 2024 User account Franciscogamer talk contribs was created
- 17:48, 23 March 2024 Francisco talk contribs created page File:Favicon.png
- 17:48, 23 March 2024 Francisco talk contribs uploaded File:Favicon.png
- 15:33, 23 March 2024 MediaWiki default talk contribs created page Main Page