[PR #1] [MERGED] Create a better code base #131

Closed
opened 2026-02-28 01:21:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tuxis-ie/nsedit/pull/1
Author: @hphoeksma
Created: 5/23/2014
Status: Merged
Merged: 5/23/2014
Merged by: @tuxis-ie

Base: masterHead: master


📝 Commits (7)

  • 296e83f Refactoring
  • 13e81c1 Fix references to jquery-ui
  • 4be11b9 Do not allow config to be in the repository
  • 5c53f79 Fix warnings when login form is not yet posted
  • df1d9c5 Clean jtable
  • 9c5b1c2 Add jtable as submodule and lock to correct version
  • 75614ef Small improvements

📊 Changes

814 files changed (+421 additions, -148254 deletions)

View changed files

.gitignore (+1 -0)
.gitmodules (+6 -0)
📝 css/base.css (+0 -0)
htdocs/index.php (+0 -394)
htdocs/jquery/css/smoothness/images/animated-overlay.gif (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-icons_222222_256x240.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-icons_454545_256x240.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-icons_888888_256x240.png (+0 -0)
htdocs/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png (+0 -0)
htdocs/jquery/css/smoothness/jquery-ui-1.10.4.css (+0 -1178)
htdocs/jquery/css/smoothness/jquery-ui-1.10.4.min.css (+0 -7)

...and 80 more files

📄 Description

Removed dependencies + scope the code correctly.


🔄 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/tuxis-ie/nsedit/pull/1 **Author:** [@hphoeksma](https://github.com/hphoeksma) **Created:** 5/23/2014 **Status:** ✅ Merged **Merged:** 5/23/2014 **Merged by:** [@tuxis-ie](https://github.com/tuxis-ie) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`296e83f`](https://github.com/tuxis-ie/nsedit/commit/296e83fb88b71e4bf50244a1d6b6fb2f26fd89e8) Refactoring - [`13e81c1`](https://github.com/tuxis-ie/nsedit/commit/13e81c1a7a93b9bdf8e400f92e9a417e6054ce39) Fix references to jquery-ui - [`4be11b9`](https://github.com/tuxis-ie/nsedit/commit/4be11b9c8096715da4c5bad3096499dc0fcd7561) Do not allow config to be in the repository - [`5c53f79`](https://github.com/tuxis-ie/nsedit/commit/5c53f7964a212dd8883d46b4f03b2db062c04e86) Fix warnings when login form is not yet posted - [`df1d9c5`](https://github.com/tuxis-ie/nsedit/commit/df1d9c5aed53962fa69c0351392e1ae013e6d1fa) Clean jtable - [`9c5b1c2`](https://github.com/tuxis-ie/nsedit/commit/9c5b1c260e0765dbf4e79cdd65433fa930cb0eb2) Add jtable as submodule and lock to correct version - [`75614ef`](https://github.com/tuxis-ie/nsedit/commit/75614ef6734db862619c8249d10fd890904c77dd) Small improvements ### 📊 Changes **814 files changed** (+421 additions, -148254 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+1 -0) ➕ `.gitmodules` (+6 -0) 📝 `css/base.css` (+0 -0) ➖ `htdocs/index.php` (+0 -394) ➖ `htdocs/jquery/css/smoothness/images/animated-overlay.gif` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-icons_222222_256x240.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-icons_454545_256x240.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-icons_888888_256x240.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png` (+0 -0) ➖ `htdocs/jquery/css/smoothness/jquery-ui-1.10.4.css` (+0 -1178) ➖ `htdocs/jquery/css/smoothness/jquery-ui-1.10.4.min.css` (+0 -7) _...and 80 more files_ </details> ### 📄 Description Removed dependencies + scope the code correctly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:21:09 +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/nsedit#131
No description provided.