[PR #61] [CLOSED] Fox working #182

Closed
opened 2026-02-26 01:35:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JLiscom/OpenNote/pull/61
Author: @JLiscom
Created: 7/13/2014
Status: Closed

Base: masterHead: Fox-Working


📝 Commits (10+)

📊 Changes

404 files changed (+2502 additions, -26208 deletions)

View changed files

.gitignore (+3 -0)
.project (+18 -0)
📝 .travis.yml (+7 -7)
Doc/Build.md (+20 -0)
Gruntfile.js (+128 -0)
License.txt (+21 -0)
OpenNote.Test/.gitignore (+0 -3)
OpenNote.Test/TestingConfig.php (+0 -17)
OpenNote.Test/karma.conf.js (+32 -0)
OpenNote.Test/phpunit.xml.dist (+0 -24)
OpenNote.Test/runner.php (+0 -17)
OpenNote.Test/tests/controller/NoteBook.test.php (+0 -167)
OpenNote.Test/tests/controller/NoteEditor.test.php (+0 -178)
OpenNote.Test/tests/controller/Util.test.php (+0 -12)
OpenNote.Test/tests/controller/common.test.php (+0 -15)
OpenNote.Test/unit/folder.js (+83 -0)
OpenNote.Test/unit/serverConfigService.js (+104 -0)
OpenNote/.gitignore (+2 -0)
OpenNote/.project (+23 -0)
OpenNote/Config.php (+0 -144)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JLiscom/OpenNote/pull/61 **Author:** [@JLiscom](https://github.com/JLiscom) **Created:** 7/13/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Fox-Working` --- ### 📝 Commits (10+) - [`2b41725`](https://github.com/JLiscom/OpenNote/commit/2b4172591bcc2dd964f66e6e80086cb799549235) Initial import - [`7489170`](https://github.com/JLiscom/OpenNote/commit/7489170b49730f962fe0aebb718f4d313b7aaab9) Test - [`fc5ab05`](https://github.com/JLiscom/OpenNote/commit/fc5ab05aca30ed132b4e41b64a5dd9b4c3d23ef6) Untracked bower - [`56f1914`](https://github.com/JLiscom/OpenNote/commit/56f19143f728e0e6f9df3c31f9df516f225069f5) Unwatch Bower - [`453ce2d`](https://github.com/JLiscom/OpenNote/commit/453ce2d8cf58925d4f2d9174729ac8384308b476) test - [`7aa73a9`](https://github.com/JLiscom/OpenNote/commit/7aa73a91dc743f7f969b2df8b3d50906171a9d0d) Having trouble with eclipse - [`2e5f44b`](https://github.com/JLiscom/OpenNote/commit/2e5f44bf1744d2d1cc815e3c50d2d88127a0b91f) Test commit - [`4667aa3`](https://github.com/JLiscom/OpenNote/commit/4667aa3750ae155d7b2e78860284e510fc9e3888) End of day commit. - [`c8a50f9`](https://github.com/JLiscom/OpenNote/commit/c8a50f936de95c41286bfb9e59edb6dc11d947dc) Extracted note screen into a partial. - [`2e306fa`](https://github.com/JLiscom/OpenNote/commit/2e306fa23447718629ee311fe70e06e076dd9b98) Redirect to login fixed. ### 📊 Changes **404 files changed** (+2502 additions, -26208 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+3 -0) ➕ `.project` (+18 -0) 📝 `.travis.yml` (+7 -7) ➕ `Doc/Build.md` (+20 -0) ➕ `Gruntfile.js` (+128 -0) ➕ `License.txt` (+21 -0) ➖ `OpenNote.Test/.gitignore` (+0 -3) ➖ `OpenNote.Test/TestingConfig.php` (+0 -17) ➕ `OpenNote.Test/karma.conf.js` (+32 -0) ➖ `OpenNote.Test/phpunit.xml.dist` (+0 -24) ➖ `OpenNote.Test/runner.php` (+0 -17) ➖ `OpenNote.Test/tests/controller/NoteBook.test.php` (+0 -167) ➖ `OpenNote.Test/tests/controller/NoteEditor.test.php` (+0 -178) ➖ `OpenNote.Test/tests/controller/Util.test.php` (+0 -12) ➖ `OpenNote.Test/tests/controller/common.test.php` (+0 -15) ➕ `OpenNote.Test/unit/folder.js` (+83 -0) ➕ `OpenNote.Test/unit/serverConfigService.js` (+104 -0) ➕ `OpenNote/.gitignore` (+2 -0) ➕ `OpenNote/.project` (+23 -0) ➖ `OpenNote/Config.php` (+0 -144) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:35:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OpenNote-JLiscom#182
No description provided.